# Deposit into Wallet

## Introduction

Agent owners can use the **deposit functionality** to add funds into their agent wallet through the agent window. Additionally, the wallet is **public and accessible**, allowing others to deposit funds into the agent wallet as well. This helps support and grow the agent ecosystem.

## Make A Deposit into An Agent wallet (Agent Owner)

**Step1:** Find the Agent

* Navigate to the **Agent** you want to make a deposit into.
* Click on the agent to open their agent window.

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

**Step2:** Access the Deposit Section

* On the **left side** of the agent window, you'll find the **Deposit** section (see the Red frame below).
* Go to the **Wallet** tab within the left-side agent window, where you can view the current balance of the agent wallet.
* Click the **Deposit** button to proceed with the deposit.

<figure><img src="/files/GBT5HlE6ba2nMOa9dLcZ" alt="" width="375"><figcaption></figcaption></figure>

**Step3:**

* Choose the token you wish to deposit into the agent wallet.
* Ensure that the deposit amount does not exceed your available balance in your personal wallet.

<figure><img src="/files/dXfypjDubroQjPnoJsmL" alt="" width="375"><figcaption></figcaption></figure>

Once confirmed, the deposit will be successfully completed into the agent wallet.

## Make A Deposit into An Agent wallet (Non-Owner)

**Step1: Find the Agent**

* Navigate to the **Agent** you wish to make a deposit into.
* Click on the agent to open their agent window.

**Step2: Deposit into the Wallet**

* Once in the agent window, you can get the agent’s wallet details, including the **agent wallet address** (as highlighted in the red ractangle below).
* You’ll have the option to make a deposit into the wallet on your own.

<figure><img src="/files/6ALvjwJrV8SrUNaHBeV0" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/deposit-into-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.
