# Wrapped Monkex

{% hint style="info" %}
MonkexWrapper: [0x8C5f5fAc50A0A952b2fC084780fc04abC8201f0b](https://andromeda-explorer.metis.io/token/0x8C5f5fAc50A0A952b2fC084780fc04abC8201f0b/token-transfers)
{% endhint %}

## How to wrap/unwrap?

That's a good question! We do not have UI for that so you need to do it in Andromeda Explorer via smart contract.\
\
**Step 1 - Approve wrapping.**\
\
You need to approve Wrapped Monkex contract address and amount of tokens [here](https://andromeda-explorer.metis.io/token/0x186573b175aDF5801cF95Fb06b232ccAB123c6F4/write-contract).\
\
spender(address) - 0x8C5f5fAc50A0A952b2fC084780fc04abC8201f0b\
amount(uint256) - amount of tokens + eighteen zeros (000000000000000000)\
\
**Step 2 - Wrapping/unwrapping tokens.**\
\
You already can wrap/unwrap your tokens [here](https://andromeda-explorer.metis.io/token/0x8C5f5fAc50A0A952b2fC084780fc04abC8201f0b/write-contract).

{% hint style="info" %}
Enter amount of tokens + eighteen zeros (000000000000000000).\
Wrapping 1 token example via smart contract amount(uint256) - 1000000000000000000
{% endhint %}


---

# 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://monkex.gitbook.io/docs/fundamentals/wrapped-monkex.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.
