> For the complete documentation index, see [llms.txt](https://docs.terrace.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terrace.fi/faq/deposits-and-withdrawals.md).

# Deposits & Withdrawals

### **How do I deposit funds?**

Depositing funds to Terrace is easy! When a user signs up, wallet addresses for all of the supported chains are created automatically. To deposit select "Deposit" in the top right of your account header:&#x20;

Alternatively, you can import an existing wallet and deposit to that address.

### **How do I withdraw funds?**

Select "Withdraw Funds" in the drop down menu in the top right of your account header.&#x20;

Then, in the pop-up modal select the asset you want to withdraw, make sure you pick the correct chain and input the destination address. Multi-Factor Authentication is required to approve withdrawals.

### **What currencies and assets can I deposit?**

You can instantly deposit any EVM, Solana, Bitcoin, Dogecoin, or Litecoin to your Terrace account. If a chain you wish to deposit on is not supported, please contact <support@terrace.fi>. At this time, Terrace does not support fiat deposits. This is on our roadmap and coming soon.

### **Are there minimum deposit or withdrawal amounts?**

There is no minimum deposit amount on Terrace or set minimum for withdrawals. However, withdrawals must exceed the cost to transfer/withdraw your assets. Cost to withdraw may vary by asset and network. The withdrawal module will alert you if your amount is below the required minimum.

### **How long do deposits take to confirm?**

Deposits are credited once the required number of blockchain confirmations are reached. Confirmation times depend on the chain’s congestion and block times but typically take <5 minutes.

### **How long do withdrawals take?**

Withdrawals are processed promptly after you confirm the transaction and complete MFA. Network congestion, blockchain delays, or OTC desk settlement minimums may affect settlement times.

### **How do I ensure I'm using the correct chain for my deposit?**

Always check the deposit modal for the supported network before sending funds. Depositing via the wrong chain may result in lost assets.

### **What happens if I deposit an unsupported token?**

Deposits of unsupported tokens or tokens sent on the wrong network are at risk of being irrecoverable. Contact <support@terrace.fi> immediately, but recovery cannot be guaranteed.

### **Can I schedule recurring deposits or withdrawals?**

Terrace does not currently support scheduled or recurring transfers. You must initiate each deposit or withdrawal manually.

### **Can I cancel a withdrawal?**

Fully approved withdrawals on individual and institutional accounts cannot be cancelled. Once approved and submitted and broadcasted on-chain, withdrawals are irreversible. Always double-check the destination, address, and chain.

### **Why can't I withdraw all my tokens?**

Only tokens in your wallet are available for withdrawal. Tokens that were acquired via off-chain CEX, OTC, and MM and are settling will be available to withdraw once settled to your wallet, typically within 60 minutes. If you would like to withdraw non EVM, SPL, BTC, LTC, and DOGE tokens, please contact <support@terrace.fi>.


---

# 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.terrace.fi/faq/deposits-and-withdrawals.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.
