Minting & redeeming
How to mint or redeem
Last updated
Minting/redeeming directly converts between Yield DTFs and their underlying collateral—no custodians or order books required. Anyone can mint or redeem permissionlessly.
For convenience, the protocol offers zapper helpers that let users enter or exit using almost any ERC‑20 token or native ETH in one transaction.
There are three main ways to mint or redeem. The Reserve app provides a convenient interface, but any front‑end can access the same permissionless contracts.
When to use: Integrations, scripts, advanced use cases.
Call issue(amount) or redeem(amount) on the DTF proxy. Basket ratios are calculated and enforced onchain.
See the smart contracts section for contract details and addresses.
Last updated