> 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/fees-and-pricing.md).

# Fees & Pricing

### **How are gas fees handled on Terrace?**

Gas required for on-chain transactions is bundled into the transaction in the currency used for the transaction. You never have to worry about having enough gas in your wallet!

### **How does Terrace calculate fees?**

Terrace uses a volume-based fee structure for determining its trading fees. Fees will be taken from all incoming and outgoing transactions, excluding wallet transfers. Your fees will be determined on a rolling 30-day basis. Your 30-day volume needs to be consistent in order to retain your fee tier. Your volume is the sum of your past 30-days of trading activity. Please see the [VIP Tiers](/faq/vip-tiers.md) section for further details.&#x20;

### **Does Terrace charge deposit or withdrawal fees?**

Terrace does not charge internal deposit fees. Withdrawal fees consist of network gas costs, which are shown before you confirm a withdrawal.

### **Are there network fees on withdrawals?**

Yes. When withdrawing funds, you must pay network gas fees. These vary depending on the blockchain and will be displayed prior to confirmation.


---

# 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:

```
GET https://docs.terrace.fi/faq/fees-and-pricing.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.
