# CCTP

`CctpTaker` implementation of taker provides an ability to take pool asset and *burn* it using Circle's [CCTP protocol](https://developers.circle.com/stablecoins/cctp-getting-started). The burned asset then can be *minted* on destination chain using the protocol. The minted asset (except the protocol fee) is automatically directed to the destination chain's pool (configured as recipient during the *burn* phase).

> The solver who bridges the asset using CCTP taker benefits from the *surplus* asset, provided by pool to the taker contract and unspent during *burn*. This surplus is part of the pool's rebalance logic.


---

# 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://docs.swaps.io/flex-liquidity-pools/takers/cctp.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.
