On Ethereum
Swap stablecoins into USDV via EthereumLP
To integrate with EthereumLP, your application must:
Complete color KYC
After above, the contract will be:
STBT whitelisted
Registered to MinterProxy
Default: Minter.sol
Minter can configure:
Supported tokens (e.g. USDV).
Blacklisted callers.
Reward to user bps: The proportion, if any, of the LP contract reward to distribute to users. For example, if the reward bps from LP is 5bps, and you want to share 1 bps with users, the configuration would be 2000.
Interface for Custom Implementation
Last updated