> 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/mine-rcax-using-opensea.md).

# Mine RCAX using OpenSea

1. Go to [https://opensea.io](https://t.co/neKhan7Km5) and open the wallet tab.
2. Click on the RCA you want to burn for [$RCAX](https://twitter.com/search?q=%24RCAX\&src=cashtag_click) and look for the transfer option. You can also transfer multiple RCA's at once.
3. Set the transfer address to the [$RCAX](https://twitter.com/search?q=%24RCAX\&src=cashtag_click) token address: 0x875f123220024368968d9f1aB1f3F9C2f3fd190d
4. Click the "Transfer" button and wait for the transaction to confirm.
5. Done! Go to [https://rcax.io/wallet](https://t.co/uG7OWvbQKZ) to view your [$RCAX](https://twitter.com/search?q=%24RCAX\&src=cashtag_click) balance. Or import [$RCAX](https://twitter.com/search?q=%24RCAX\&src=cashtag_click) into your wallet app.


---

# 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/mine-rcax-using-opensea.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.
