Choose your DeFi legos, compose your dapp, and deploy on the Agoric chain.
With just a few lines of code in JavaScript you can reuse a smart contract component that your users know and trust.
const { creatorFacet } = await E(zoe).startInstance(
otcDeskInstallation...
);
E(creatorFacet).makeQuote(price, assets, timeAuth, deadline);
Every step of your application's journey has been considered to save you time and resources. From idea to deployment like never before.Every step of your application's journey has been considered to save you time and resources. From idea to deployment like never before.
1
Choose components from our library that best fit your project's requirements.
2
Add your unique elements to the components to build your dapp.
3
Use the deployment mechanisms to deploy on chain and create new contract instances.
Agoric is built on a JavaScript library of reusable, composable components coded by experienced community members.
Accept RUN in your contract with a couple lines of code.
Component
Launch your own project token quickly using ERTP.
Component
Non-fungible token rights management is straightforward with ERTP.
Component
Agoric’s “Swap” is an X*Y=K automated market maker that’s pluggable and reusable.
Component
Accept supplied capital, make loans, and charge interest.
Component
An option contract that can represent a large variety of exchanges of rights.
Component
An off-chain quoting desk that takes advantage of on-chain liquidity.
Component
Easy API integration for pricing data, including proactively waking up your contract.
Data
Implement the price authority API for on-chain data.
Data
Agoric’s integration with Chainlink allows easy connection to off-chain data and services.
Data
Native connection to other IBC enabled chains.
Data
Components for rendering of key Agoric ERTP concepts like purses and amounts.
Widget
Notify your UI of chain and wallet events and state updates.
Widget
See our Treasury application for a React implementation.
Widget
Transfer assets between Agoric accounts or bridge to other chains with ease. We keep interoperability at the core of the Agoric experience.
Appeal to Ethereum users by giving them a dead simple on-ramp through the Gravity Bridge. Ethereum assets can collateralize your contracts in seconds.
The Inter-Blockchain Communication (IBC) protocol ensures that Agoric can connect natively to any Cosmos chain and any chains which adopt it in the future.
Agoric is integrated with Chainlink’s market-leading oracle network, allowing your application to launch in a data rich environment.
Blockchain projects often launch a native governance token that may include protocol fee capture. Agoric’s framework makes designing and launching your token simple. Import battle-tested examples and make them your own.
Launching a product for users unfamiliar with blockchain? Agoric’s upcoming fiat on-ramp partnerships will make it easy to onboard users with a credit card or fiat-backed local currencies.
Many projects want to monetize off of interest on balances in user accounts. Agoric makes this easy with block-level rate calculations, timing notifiers, and governance to manage it.
Get paid directly by your users. Agoric’s local currency, IST, is backed by the chain itself and supported through economic activity. Let your users buy in IST and get paid immediately.
The tools and resources that augment your project to the next level.