# Redemption via Proxy Contract

If the web app does not work for you, you can interact directly with the issue/redeem proxy contract on Etherscan: [Proxy Contract on Etherscan](https://etherscan.io/address/0x7d1775061a3a713e778af23806330b532fa006b0#writeContract).

Don’t worry if you’ve never interacted with a smart contract before. Follow this step-by-step guide:

1. Navigate to the [proxy contract on Etherscan](https://etherscan.io/address/0x7d1775061a3a713e778af23806330b532fa006b0#writeContract).
2. Click “Connect to Web3” and connect your wallet when prompted.<br>

<figure><img src="/files/SNpu0qJAje2nQzPskwIg" alt=""><figcaption></figcaption></figure>

3. Locate the “redeem” function tab.
4. Under the “amount” field, input the quantity of AMKT you want to redeem. For example, if you have 1.01 AMKT, type 1.01

<figure><img src="/files/qC5YhqSb9IUp2Vmg00fG" alt=""><figcaption></figcaption></figure>

5. Adjust the value for compatibility with the smart contract by clicking the plus (+) sign next to “amount (uint256)” and selecting 10^18. This converts your input to the correct unit for the contract.&#x20;

<figure><img src="/files/qrMOKtq36pErXpZh9HDY" alt=""><figcaption></figcaption></figure>

* Your input (e.g., 1.01) will now be represented in the appropriate format.

<figure><img src="/files/Ep86fV8mcecBKiIKIxVk" alt=""><figcaption></figcaption></figure>

&#x20;

6. Click “Write” and approve the transaction in your wallet.

Once the transaction is completed, the underlying constituents (WBTC and WSTETH) will be sent to your wallet.

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.amktdao.com/amkt-documentation/amkt-documentation/amkt-redemption/redemption-via-proxy-contract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
