# Our Rates

Tessa charges a transaction fee for its on-ramp and off-ramp services. The fee varies depending on the amount of the transaction and the payment method used 💳. App developers can choose to pass the fee onto their users or absorb it themselves.

| Amount                    | Our rate |
| ------------------------- | -------- |
| **$1 - $1000.99**         | 0.5      |
| **$1001 - $10,000.99**    | 0.4      |
| **$10,001 - $100,000.99** | 0.3      |
| **$100,001+**             | 0.25     |


---

# Agent Instructions: 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://agnostico.gitbook.io/tessa-docs/q-and-a/our-rates.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.
