Integrate the Universal API
Integrate just-in-time mint/redeems of 80+ uAssets directly in your app or protocol.
The Universal API allows developers to seamlessly integrate uAssets into their applications and optionally earn fees. The API acts as an intermediary, connecting users with Merchants to facilitate buying, selling, and cross-chain transactions.
What is the Universal API?
DeFi typically relies on liquidity pools (LPs) to provide assets for swaps. However, LPs are capital inefficient because liquidity sits unused until needed.
Universal solves this with JIT (just-in-time) Liquidity via the Universal API meaning:
Instead of pre-depositing liquidity, Merchants mint and fulfill orders dynamically when demand arises.
Liquidity is provided on an as-needed basis, optimizing capital efficiency.
Monetization
Developers are able to add referrer_address and referrer_bps to the quote request to monetize their app. referrer_bps charge will be added on to every order, and the fees will be settled periodically (currently, at the end of every month) to referrer_address.
Typescript SDK Reference
The viem compatible Typescript SDK is the simplest way to integrate with the Universal API.
API Reference
Last updated