> For the complete documentation index, see [llms.txt](https://docs.bloks.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloks.io/wallet/buy-sell-ram.md).

# Buy / Sell RAM

RAM stands for Random Access Memory; it is a form of computer data storage that stores data and code currently being used. XPRNetwork RAM is a resource required for dApp developers for their smart contracts to be deployed.&#x20;

## HOW TO BUY RAM

### 1. Select **Wallet** on the top menu.

![](/files/-Ln-ZNAqIe3Q3O-olyhH)

### 2. Select Buy/Sell RAM from the left side menu.

![](/files/-Llrz4Z1AOEqWWwDnqbt)

The Buy/Sell RAM page has 2 tabs available;

* **Buy RAM**&#x20;
  * **RAM Receiver** - Enter in the username of RAM receiver (ex. easyaccount1)
  * **Buy in EOS or Bytes?** - Select metrics for purchasing RAM
  * **Amount of RAM to Buy in EOS** - The field below will auto-calculate and show you the equivalent in Bytes (ex. 1 EOS ≈ 11,304 Bytes as of August 9th, 2019)
* **Sell RAM**
  * **Bought** - Displays how much RAM you've purchased in Bytes/EOS
  * **In Use** - Displays how much RAM is in use in Bytes/EOS
  * **Available** - Displays how much RAM is available in Bytes/EOS
  * **Amount of RAM to Sell (Bytes)** - You can manually enter how much to sell, or select one of the four buttons below to auto-calculate how much RAM to sell in percentages

### **3.** Select the Buy RAM tab and fill out RAM Receiver and the Amount of RAM to Buy (Bytes OR EOS). Click the blue Buy RAM button to finalize action.

![](/files/-Lls9Ig58pPmFxJgsBro)

## HOW TO SELL RAM

### 1. Select **Wallet** on the top menu.

![](/files/-LlE8uYNgTN8r4y59ryh)

### 2. Select Buy/Sell RAM from the left side menu.

![](/files/-Llrz4Z1AOEqWWwDnqbt)

### 3. Select the Sell RAM tab and fill out the Amount of RAM to Sell (Bytes). Click the blue Sell RAM button to finalize action.

![](/files/-Lls944cBuna_N5Snyi9)

You can enter a value manually or select one of the buttons below the field to auto-calculate 25, 50, 75 or 100% of the available RAM on your account.


---

# 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://docs.bloks.io/wallet/buy-sell-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.
