> For the complete documentation index, see [llms.txt](https://trenchexchange.gitbook.io/trench-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trenchexchange.gitbook.io/trench-docs/terminal-guide/funds-and-transfers.md).

# Funds & Transfers

{% tabs %}
{% tab title="Deposits" %}
Trench allows you to fund your wallet using multiple methods, depending on your preference.

***

#### Direct Transfer

You can deposit funds by sending tokens directly to your Trench wallet address.

* Fast and simple
* Works from any wallet or exchange

***

#### Connect Wallet

You can connect your preferred browser wallet and use existing funds directly.

* No need to transfer separately
* Trade instantly using connected wallet

***

#### Cross-Chain Deposit&#x20;

Deposit from another chain.

* Select your source chain
* Receive a deposit address via our partner ([Relay](https://relay.link/))
* Funds are transferred to your Trench wallet

Deposits typically take **1–2 minutes** depending on network conditions.

***

#### Deposit via Coinbase

You can fund your wallet directly through [Coinbase](https://www.coinbase.com/).

* Simple on-ramp experience
* Buy and deposit in one flow

***

> #### Fees
>
> * Trench does **not charge deposit fees**
> * Any fees are handled by the bridging partner
>   {% endtab %}

{% tab title="Withdrawals" %}
Trench allows you to withdraw funds either within the same chain or across chains.

***

#### Same-Chain Withdrawal

You can withdraw funds by selecting the native token and entering a destination address.

* Direct transfer on the same chain
* Fast and straightforward
* Suitable for sending funds to wallets or exchanges

***

#### Cross-Chain Withdrawal

You can send supported native tokens to another chain.

* Select destination chain
* Enter receiving address
* Powered by our partner ([Relay](https://relay.link/))

Cross-chain withdrawals typically take **up to 2 minutes**, depending on network conditions.

***

> #### Fees
>
> * Trench does **not charge withdrawal fees**
> * Any fees are handled by the bridging partner
>   {% endtab %}
>   {% endtabs %}


---

# 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://trenchexchange.gitbook.io/trench-docs/terminal-guide/funds-and-transfers.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.
