🏭
Create Pools
DFX allows the creation of new pools by pairing any token to the quote token of USDC. To create a pool, a token address and a correponding oracle address must be supplied.

Interface for creation of new pools
Note: Newly created pools are subject to a community vote before a gauge is added to accrue protocol rewards.
Once a new pool is added, the creating user will be reponsible for adding some initial liquidity and performing a single manual swap to initialize the pool.
Steps:
- 1.Find the pool's contract on the associated chain's block explorer (e.g., Etherscan)
- 2.Under the
Write
contract methods, connect your wallet to block explorer - 3.Perform a single
originSwap
in either directionA manual swap with abase
token address,quote
token address, amount to swap inbase
token's decimals, minimum to receive inquote
token's decimals (can be 0), and epoch time (second) deadline before tx will timeout.
Upon a successful transaction, swapping between the new pair will be available on the DFX API.
Last modified 2mo ago