# Wrapped RAM

**Wrapped RAM (WRAM)** is a tokenized version of the system RAM on the Vaulta (EOS) blockchain. It allows users to convert their RAM into a tradable token, enhancing liquidity and flexibility in managing this vital resource.​

## Benefits of WRAM

| Benefit                     | Description                                                                                                                                |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| **Enhanced Liquidity**      | Trade WRAM tokens on various exchanges, making RAM more accessible and liquid.                                                             |
| **Off-Chain Trading**       | Facilitates off-chain trading of RAM resources, expanding market reach.                                                                    |
| **Transparent Valuation**   | Track WRAM on platforms like CoinMarketCap and CoinGecko for accurate market capitalization and valuation.                                 |
| **Interoperability**        | Bridge WRAM to other blockchains like Ethereum and BNB Chain, enabling trading on decentralized exchanges such as Uniswap and PancakeSwap. |
| **Security and Management** | Managed directly by EOS Block Producers, ensuring enhanced security and regulatory compliance.                                             |

## How WRAM Works

WRAM operates through a smart contract (`eosio.wram`) on the EOS Native chain. Users can **wrap** and **unwrap** RAM as follows:​

* **Wrap**: Convert system RAM bytes into WRAM tokens, which are credited to your account.
* **Unwrap**: Convert WRAM tokens back into system RAM bytes, retiring the WRAM tokens.​

This process is facilitated by the EOS system contract v3.3.0 upgrade, which introduced enhanced RAM management capabilities.

## Fees and Transactions

* **Wrapping Fees**: A nominal 0.5% fee is applied when using `buyram` and `buyrambytes` actions to issue WRAM tokens.
* **Transfers**: No fees are applied when using the `ramtransfer` action for WRAM issuance, promoting efficient RAM management.​

## WRAM Specifications

| Attribute            | Details                                      |
| -------------------- | -------------------------------------------- |
| **Token Symbol**     | WRAM                                         |
| **Contract Account** | `eosio.wram`                                 |
| **Precision**        | 0                                            |
| **Max Supply**       | 418,945,440,768 bytes (approximately 390 GB) |

## Takeaway

By tokenizing RAM, WRAM enhances the flexibility and accessibility of this critical resource within the Vaulta ecosystem, opening new avenues for trading and resource management.

## Resources

For more detailed information on WRAM:

* [EOS Network: EOS Wrapped RAM (WRAM)](https://eosnetwork.com/resources/eos-wrapped-ram-wram/)
* [GitHub: eosio.wram Contract](https://github.com/eosnetworkfoundation/eosio.wram)


---

# Agent Instructions: 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:

```
GET https://vaulta.gitbook.io/vaulta-guides/networks/vaulta-ram/wrapped-ram.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
