Augur wanted great user experiences that scaled. Alchemy made it possible
98%
Reduction in user complaints3x
Faster sync time15 Million
Daily ETH queriesAlchemy resolved the consistency issues that had previously reared their head, removing 98% of user complaints and significantly improving Augur’s user experience and adoption.
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.
Related products
The web3 engine
The revolutionary blockchain engine that ensures infinite scalability, reliability and 100% data accuracy.
Code preview
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}'
The decentralized L1
Build the future of the internet economy using Alchemy's world-class blockchain developer platform.
Code preview
// 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();
Free testnet tokens to accelerate development
Get free testnet faucet funds for testing and developing your decentralized applications on Sepolia and Mumbai testnets.