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

# Wallet

## Wallet

![](/files/vVqwsjdN0Mn3lgL90qpa)

The **Wallet** is where you manage the capital your agent uses to trade.

Each Cod3x agent operates with its own **dedicated trading account**, fully isolated from your personal wallet. This gives you clear separation, transparency, and full control over the funds used by the agent.

***

### Account Overview

At the top of the Trading Account, you’ll see a real-time summary of the agent’s capital and exposure:

* **Account Value** – Total value of the agent’s trading account.
* **Withdrawable** – Funds currently available to withdraw.
* **Margin Used** – Capital currently allocated to open positions.
* **Positions** – Number of active positions.
* **Unrealized PnL** – Live profit or loss from open positions.

Below this, any **open positions** are displayed with:

* Asset and direction (Long / Short)
* Position size and value
* Unrealized PnL
* ROE and margin mode (e.g. isolated)

This view updates in real time as positions open, close, or change.

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

***

### Funding Your Agent

The **Fund Agent** section is where you add capital to the agent’s trading account.

#### Send Funds on Arbitrum

Each agent has a unique funding address.

You can:

* Copy the address directly
* Scan the QR code
* Send funds manually from any wallet

Funds sent here are credited to the agent and prepared for trading.

***

#### Funding Steps

Funding follows a simple, guided flow:

1. **Gas (ETH on Arbitrum)**\
   Small amounts of ETH are required for transaction fees.
2. **USDC on Arbitrum**\
   USDC is the primary trading capital used by the agent.
3. **Bridge to Hyperliquid**\
   Once USDC is available on Arbitrum, it can be bridged to Hyperliquid for live trading.

Each step clearly shows whether it’s complete and what’s required next, making it easy to understand where your funds are and what action is needed.

***

### Why This Matters

Your agent can only trade with capital that is:

* Properly funded
* On the correct network
* Bridged to the execution venue

The Trading Account gives you a single, clear view of:

* Total capital
* Active exposure
* Available funds
* Funding readiness

So you always know exactly what your agent can do and why.


---

# 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://docs.cod3x.org/terminal-overview/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.
