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

# AsMatch Wallet

Every user who signs up on AsMatch gains access to their personal AsMatch Wallet within the app.

<figure><img src="/files/D7BiLkn56SdEGI2rsUjv" alt="" width="563"><figcaption></figcaption></figure>

The AsMatch Wallet can be accessed by going to the 'Wallet' tab.&#x20;

Deposit, and most excitingly, send tokens directly to your matches exclusively on [Manta Pacific](https://pacific.manta.network/) with our Token Pocket feature. Every transaction is a breeze with the AsMatch Wallet, designed to make your experience seamless and secure.

## **How to Deposit Tokens**

To deposit tokens in your AsMatch Wallet:

1. Go to the wallet tab and press ‘Deposit’.
2. Choose the token you’d like to deposit.

<figure><img src="/files/RyegJNOho7E8iVYRJ7iG" alt="" width="563"><figcaption></figcaption></figure>

3. Select Manta Pacific network.
4. You can now send funds to your AsMatch wallet by copying the Deposit Address or scanning the QR code.

## **How to Withdraw Tokens**

To withdraw tokens from your AsMatch Wallet:

1. Navigate to the 'Wallet' tab and select 'Withdraw'.
2. Choose the withdrawal method: send to a friend's AsMatch email, or use the Crypto Network.
3. For sending to a friend: enter their email and select the cryptocurrency. For the Crypto Network: enter the recipient's address and select the cryptocurrency.
4. Confirm your choice and press 'Send' to complete the withdrawal.

***NOTE: We only support deposits and withdrawals on Manta Pacific chain.***

### **Send a Token Pocket!** <a href="#e057" id="e057"></a>

<figure><img src="/files/CkAR1nITclHwynTVSApb" alt="" width="563"><figcaption></figcaption></figure>

Picture this: you and your friend just finished devouring a scrumptious dinner, and guess what? You can now invite your friend to AsMatch and pay your share in crypto by sending a Token Pocket!

Go to your match and press the 💰icon to send your match a generous Token Pocket.


---

# 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://whitepaper.asmatch.app/asmatch-wallet.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.
