> For the complete documentation index, see [llms.txt](https://docs.intents.aurora.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intents.aurora.dev/intents-connect/integration-best-practices/fees-collection.md).

# Fees Collection

Fees Collection lets integrators collect fees in a single asset of their choice, without managing the underlying fee aggregation and conversion process.

For example, an integrator can choose to receive all collected fees as **USDC on their preferred destination chain**, even when the underlying user transactions involve different assets.

### How it works

Fees generated through the integration accrue automatically and are consolidated into the integrator’s selected **target asset**.

The accumulated balance is withdrawn to the integrator’s designated recipient address once it reaches the configured withdrawal threshold.

By default:

* Fees are collected in the integrator’s selected target asset.
* The default withdrawal threshold is **$1,000 USD**.
* Once the threshold is reached, the accumulated fees are sent to the configured recipient address on the target chain.

This means integrators do not need to manage individual fee balances across different assets or manually consolidate them.

### Example

An integrator chooses:

**Target chain:** Base **Target asset:** USDC **Recipient:** `0x...`

As users transact through the integration, the integrator’s fees accumulate and are converted into USDC. Once the accumulated value reaches the configured threshold, the USDC is withdrawn to the provided recipient address.

### Requesting Fees Collection

Fees Collection is configured by Aurora.

To enable it for your integration, contact Aurora and provide:

* **Target chain** — the chain where you want to receive the collected fees
* **Target asset** — the asset in which you want to receive the fees; **USDC is typically recommended**
* **Recipient address** — the address on the target chain that should receive the funds

Aurora will configure the fee collection flow for your integration.

If you require a withdrawal threshold other than the default **$1,000 USD**, include it in your request.


---

# 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.intents.aurora.dev/intents-connect/integration-best-practices/fees-collection.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.
