> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/cn/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/cn/wallet-operation/tool/eos-ram.md).

# 在TokenPocket轻松管理EOS RAM！

TP Wallet 2.3.2版本开始，将正式支持EOS主网。

### <mark style="color:blue;">RAM管理教程：</mark> <a href="#id-00" id="id-00"></a>

打开TokenPocket，点击工具栏中的【RAM】，在RAM管理界面中可以使用【买入、卖出、转移】来管理RAM资产。买入时只需要设置需要买入的EOS数量，就可以看到对应的RAM，兑换的比例是动态的，最后点击【买入】并签名后即可完成RAM的买入操作。

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

点击【卖出】菜单，只需要填入持有RAM的数量，就可以看到对应的EOS数量，这里需要提示的是，RAM最为EOS资源的一种是必须要持有一些的，所以在做卖出的时候，请一定留下足够的RAM。

【转移】功能是TP Wallet中新增加的功能，可以使用该功能迁移RAM到其他的账户中，例如账户1不想继续使用了，那么就可以把持有的RAM转移到账户2中继续使用，非常方便。

<figure><img src="/files/8z8HorncwV6GTLlURoPV" 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/cn/wallet-operation/tool/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.
