# Phuture DeFi Index (PDI)

1. Get index balance. <https://etherscan.io/address/0x632806BF5c8f062932Dd121244c9fbe7becb8B48#readContract#F4> \
   **Params:**\
   account = address to redeem from
2. Approve index. <https://etherscan.io/address/0x632806BF5c8f062932Dd121244c9fbe7becb8B48#writeContract#F1> \
   spender = 0x1985426d77c431fc95E5Ca51547BcB9b793E8482 \
   amount = result from previous step
3. Burn index. <https://etherscan.io/address/0x1985426d77c431fc95E5Ca51547BcB9b793E8482#writeProxyContract#F1> \
   index = 0x632806BF5c8f062932Dd121244c9fbe7becb8B48\
   amount = from step 1 \
   recipient = address to transfer WETH to
