DOCS

Minting & redeeming Index DTFs

Minting/redeeming directly converts between Index DTFs and their underlying tokens—no authorized participants 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. Manual redemptions and direct contract calls enable more flexibility and provide an escape hatch if other methods are down, ensuring users are not reliant on offchain tools to exit positions.

How to mint or redeem

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.

Zapper (one‑step)

When to use: You want to use a single ERC‑20 or ETH and let the app handle the swaps

  1. Click the Buy or Sell button on any Index DTF page
  2. In the You use or You receive field, pick any supported token (ETH, USDC, wBTC, etc.)
  3. Enter an amount and review the quote

Due to the volatile nature of DEXs (decentralized exchanges) and the way the zapper routes tokens, it is common to receive dust amounts of certain tokens. Generally, the amount of dust is on the order of 1-10 bps of the input value.

Manual mint / redeem

When to use: You hold/want the exact collateral tokens or need precise slippage control

  1. Click Switch to manual mode on the DTF’s Mint/Redeem page
  2. Review per‑token amounts to deposit/receive
  3. Approve any necessary tokens and submit

Direct contract call

When to use: Integrations, scripts, advanced use cases

Call mint or redeem on the DTF proxy. Basket ratios are calculated and enforced onchain.

See the smart contracts section for contract details and addresses.