> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/en/wallet-operation/tp-tools/eos-ram.md).

# Easily manage EOS RAM with TokenPocket!

Starting from version 2.3.2, TP Wallet will officially support the EOS mainnet.

### <mark style="color:blue;">RAM Management Tutorial:</mark>&#x20;

Open TokenPocket and click on "RAM" in the toolbar. In the RAM management interface, you can use "Buy," "Sell," and "Transfer" to manage your RAM assets. To buy RAM, simply set the amount of EOS you want to purchase. You will see the corresponding amount of RAM, with the exchange rate being dynamic. Finally, click "Buy" and sign the transaction to complete the RAM purchase.

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

Click the "Sell" menu, and simply enter the amount of RAM you hold to see the corresponding amount of EOS. It's important to note that since RAM is a necessary EOS resource, you must retain some of it. When selling, make sure to leave enough RAM.

The "Transfer" feature is a new addition to TP Wallet. With this feature, you can transfer RAM to other accounts. For example, if account 1 is no longer in use, you can transfer the RAM to account 2 for continued use. This is very convenient.

<figure><img src="/files/21uEO2Fb2Evqsr3NFDy2" alt=""><figcaption></figcaption></figure>


---

# 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://help.tokenpocket.pro/en/wallet-operation/tp-tools/eos-ram.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.
