# Withdraw from Wallet

## Introduction

**Agent owners** have the right to manage their agent wallets. They can withdraw funds from the wallet using the **Transfer Token** functionality.

## Withdraw from An Agent wallet&#x20;

**Step1: Find the Agent**

* Navigate to the **"My AI-NFT"** section.
* Locate the agent from which you want to withdraw funds.
* Click on the agent to open their agent window.

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

**Step2: Access the Transfer Section**

* In the agent window,  you can either perform trade operations using shortcut buttons or natural language commands.
* To initiate a transfer:
  * **Natural Language**: You can directly send a chat message in the form of:\
    `transfer [amount] [token] to [wallet]`.
  * **Shortcut Buttons**: Use the provided buttons to generate transfer instructions.  Please refer to the instructions for [**Transfer Token**](/xnomad.fun/on-chain-interaction/transfer-token.md)**.**

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

Once everything is done, the withdrawal will be successfully completed.


---

# 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://docs.xnomad.ai/xnomad.fun/agent-wallet/withdraw-from-wallet.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.
