# Assign Wallet & Deposit Funds

To get started with your AI Trading Agent, you need to create a wallet, deposit funds, and assign it to your agent. Here’s a streamlined process:

1. **Create a Wallet:**
   * Go to the "Wallets" tab in the navigation bar.
   * Click "Create New Wallet" and choose a name for it (or leave the default name).
   * Once the wallet is created, click "Deposit Funds" to add funds to the wallet.
2. **Deposit Funds:**
   * After creating your wallet or accessing it via the "Wallets" page, click "Deposit Funds" to begin the process.
   * Follow the prompts in the modal to deposit funds into your wallet.
   * **Beta Testing Limit:** During our beta phase, we recommend keeping deposits under $200 per wallet. While you can deposit more, exceeding this amount may prevent your agent from activating.
3. **Assign Wallet to Agent:**
   * After successfully backtesting your agent, go to your agent's page and click the "Assign Wallet" button to link your wallet.
   * **Important:** Each wallet can only be connected to one agent at a time. If you need to assign multiple agents, you must create separate wallets for each.
   * Once the wallet is assigned, your agent will transition to "Active" status and begin executing trades as per your strategy.


---

# 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://noks.gitbook.io/noks/how-to-build-ai-trading-agent/assign-wallet-and-deposit-funds.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.
