> For the complete documentation index, see [llms.txt](https://whitepaper.rcax.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.rcax.io/rcax-token-v2/convert-classic-to-v2.md).

# Convert Classic to V2

### Using the Web UI (Easy)

<https://rcax.io/dapps/convertclassic>

### Using the smart contract directly (Advanced)

Follow these steps to convert your RCAX Classic tokens into the new RCAX tokens:

1. Go to <https://polygonscan.com/token/0xC99BD85BA824De949cf088375225E3FdCDB6696C#readProxyContract>
2. Click on "9. balanceOf", paste your wallet address and click "Read". Save the resulting amount for later.
3. Then go to <https://polygonscan.com/token/0xc99bd85ba824de949cf088375225e3fdcdb6696c#writeProxyContract>
4. Click "Connect to Web3" and connect with your RCAX Classic wallet.
5. lick on "1. approve" and set "0x875f123220024368968d9f1aB1f3F9C2f3fd190d" as the spender, then set amount to the amount you saved earlier. We need this amount again in a later step.
6. Click "Write" and approve the transaction. Then wait for the transaction to confirm (will be a matter of seconds).
7. Go to <https://polygonscan.com/address/0x875f123220024368968d9f1ab1f3f9c2f3fd190d#writeProxyContract>
8. Click "Connect to Web3" and connect with your RCAX Classic wallet.
9. Click on "4. convertClassicTokens" and set the amount to the amount you saved earlier.
10. Click "Write" and approve the transaction. Then wait for the transaction to confirm (will be a matter of seconds).
11. Done! You will now have the new RCAX tokens instead of RCAX Classic!
12. (Optional) Import the new RCAX token into MetaMask: <https://tinyurl.com/cspz9mm2>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.rcax.io/rcax-token-v2/convert-classic-to-v2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
