Configuring xUSD
When setting up a custom stablecoin there are a number of steps to complete in the onboarding process.- Chain: Which chain you wish to deploy your custom stablecoin. Right now we support xUSD on Solana and all all Bridge supported EVM chains.
- Token Name: Name of the token.
- Token ID: Ticker symbol of the token.
- Token Logo: What image will show up in your app and tracking websites (32x32 pixels)
- Reserves Strategy: What percentage of your assets you want to hold in cash v.s. treasuries (money market funds). We typically hold ~20% cash to start depending on the nature of your business.
- Refundable Deposits: The dollar value of xUSD you want to hold in “inventory” so that your end users will be able to swap quickly (without additional minting/burning).
- Open v.s. Closed Loop: We support both open and closed loop tokens. You can also opt into an interoperability network.
Cash Reserves and Refundable Deposits
Cash reserves allow for “fast offramps” because we have the liquidity on hand for users to receive fiat or other stablecoins (e.g. USDC/T) quickly. If there is not enough liquid reserves on hand, we need to sell treasuries which typically settles within a few hours (during ET business day). Refundable deposits allow for “fast onramps” because we will have an inventory of xUSD tokens on hand for users to swap to very quickly. If there are not enough tokens on hand, we perform a minting operation every hour during the busness day. Bridge guarantees real time swaps to and from custom stablecoins during banking hours.Interacting with xUSD
Swapping to xUSD
To swap from fiat or other stablecoins to xUSD you can issue an API call that looks like this:Request
Response
Swapping from xUSD to Fiat
If you want to convertxUSD
to fiat, you can issue an API call like this:
Request
Response
Swapping from xUSD to other stablecoins
If you want to convertxUSD
to other stablecoins, like USDC
, you can issue an API call like this:
Request
Response
Reporting and Transparency
We provide the following types of reports:- Real time: API endpoints that show:
- total circulating supply of xUSD and
- underlying reserve assets that back xUSD
- token inventory available for swapping
- Monthly: Summary of transaction activity, balances and earnings delivered by the 5th day of the month.
- Quarterly: Attestations of our tokens and rewards by an independent third party are available subject to an additional fee.
Circulating Token Supply
The total circulating supply of xUSD.Request
Response
Reserve Assets
The reserve asset (mix of cash and treasuries) that back xUSD.Request
Response
Token Inventory
The available inventory balance of xUSD tokens for orchestration.Request
Response