> 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/tools.md).

# Tools

## Tools

![](/files/vkDQavZlCPLwICttnBCU)\
The **Tools** tab is your agent’s utility bench.

It gathers all the essential actions for moving and converting funds—perfect for fine-tuning collateral, bridging networks, or transferring assets between agents.

***

### Available Tools

#### 1. Bridging Wizard

Move agent funds across networks without leaving the terminal.

* Bridge tokens (e.g., USDC from Base) directly to **Arbitrum** for GMX trading.
* Transfers typically settle in 5–15 minutes.
* Funds arrive ready for leveraged or perpetual positions.

This is the fastest way to reposition capital when markets move between chains.

***

#### 2. Transfer Tool

Send tokens from one Cod3x agent to another or to an external wallet.

* **Single or Batch Transfer** – move one token or an entire set in a single step.
* **To Another Agent** – balance capital across different strategies.
* **External Wallet** – withdraw a specific token without draining the full wallet.

Ideal for distributing profits or reorganizing collateral between active agents.

***

#### 3. Withdraw Tool

Empty an agent’s wallet in one secure action.

* Select tokens from any chain and **drain the wallet completely**.
* Double-entry address confirmation prevents accidental loss.
* Perfect for closing an agent or moving everything back to cold storage.

***

### Why It Matters

Collateral management and network flexibility are critical for traders running multiple strategies.\
By integrating conversion, bridging, transfers, and withdrawals in one place, **Tools** lets you reallocate capital instantly—without leaving Cod3x or paying unnecessary fees.


---

# 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/tools.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.
