0%
HomeCase Studies
Augur wanted great user experiences that scaled. Alchemy made it possible

Augur wanted great user experiences that scaled. Alchemy made it possible

AUGUR

98%

Reduction in user complaints

3x

Faster sync time

15 Million

Daily ETH queries

Alchemy resolved the consistency issues that had previously reared their head, removing 98% of user complaints and significantly improving Augur’s user experience and adoption.

Alex Chapman, CTO, Augur

Summary

Augur spent years developing their protocol, only to find post-launch that their early users were unable to use Augur due to poor infrastructure. After switching to Alchemy for infrastructure, Augur now delivers great user experiences at scale.

At first, Augur was unusable due to poor infrastructure

Leading up to launch day, Augur had spent years on active development, protocol design, and testing smart contracts. Hours after launch, they were surprised to receive complaints that Augur wasn’t working. The problems arose because Augur had launched with a free third-party node service that was slow, unreliable, and frequently provided incorrect blockchain data. Even though the Augur application was working, the infrastructure powering the application wasn’t. In fact, this happens to many developers in the blockchain ecosystem; they deploy a well-designed protocol only to find out it doesn't behave as expected in production.

Augur’s engineering team wasted almost 3 months patching up the worst of the issues caused by unreliable infrastructure.

Augur ultimately switched to Alchemy for quality blockchain infrastructure. Quality infrastructure is one of the most important factors for great user experiences, real-world adoption, and developer productivity. Here's how Alchemy enabled Augur to work for their users and continue to work at scale:

  • Supplied correct, consistent blockchain data

  • Improved reliability and performance

  • Accelerated core product development

  • Served helpful customer support

Alchemy’s consistency removed 98% of user complaints

Alchemy resolved consistency issues and delivered the best user experience, reducing user complaints by 98% and supercharging Augur’s adoption. Alchemy utilizes a sophisticated and distributed architecture to guarantee consistency at scale.

Augur syncs over 3x faster

Infrastructure should be reliable, fast, and scalable. Augur took over eight hours to sync on their first third-party infrastructure service. On Alchemy, a user’s application syncs over 3x faster. Furthermore, uptime is crucial; users won’t use an application that might occasionally break.

Alchemy accelerates Augur’s core product development

Successful teams focus on their core competencies. Augur’s engineering team wasted almost 3 months patching up the worst of the issues caused by unreliable infrastructure. Now, Augur dedicates all development efforts towards building their core products.

Alchemy provides 24/7 customer support

Ethereum infrastructure requires continuous investment because of network forks, maintenance upgrades, and unpredictable live network conditions. Alchemy has experience handling these issues and helps Augur deal with them, saving significant amounts of time.

Case study page related articles background

Related products

Supernode
Supernode
Card background image

The web3 engine

The revolutionary blockchain engine that ensures infinite scalability, reliability and 100% data accuracy.

Code preview

Copied
curl https://eth-mainnet.g.alchemy.com/v2/demo \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":73}'
Phantom
Ethereum
Card background image

The decentralized L1

Build the future of the internet economy using Alchemy's world-class blockchain developer platform.

Code preview

Copied
// Setup: npm install @alch/alchemy-sdk const { Network, Alchemy } = require("alchemy-sdk"); // Optional Config object, but defaults to demo api-key and eth-mainnet. const settings = { apiKey: "demo", // Replace with your Alchemy API Key. network: Network.ETH_MAINNET, // Replace with your network. }; const alchemy = new Alchemy(settings); async function main() { const latestBlock = await alchemy.core.getBlockNumber(); console.log("The latest block number is", latestBlock); } main();
Faucets
Faucets
Card background image

Free testnet tokens to accelerate development

Get free testnet faucet funds for testing and developing your decentralized applications on Sepolia and Mumbai testnets.

Section background image

Build blockchain magic with Alchemy

Alchemy combines the most powerful web3 developer products and tools with resources, community and legendary support.