> ## Documentation Index
> Fetch the complete documentation index at: https://developers.circle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StableFX Talos integration for makers

> Integrate with StableFX as a maker on Talos

StableFX uses the [Talos platform](https://www.talos.com/our-solutions/trading)
as a vendor for routing quote requests and trade orders to market makers.
StableFX maintains a configurable list of market makers for each stablecoin
pair.

The following is an example of a Talos quote request for the EURC/USDC trading
pair to makerA and makerB:

```json theme={null}
{
  "Symbol": "EURC-USDC",
  "QuoteReqID": "1157ac1a-59d4-4191-841a-7f1706e0434c",
  "OrderQty": "10",
  "Markets": ["makerA", "makerB"],
  "TransactTime": "2020-05-29T14:29:38.000000Z"
}
```

If you are a market maker integrated with Talos, StableFX can support routing
taker [RFQs](/stablefx/concepts/technical-guide#quote-request) for the
stablecoin pairs you wish to support.

Talos will return a list of market quotes and StableFX will then select the best
quote to return to the taker. The taker uses the quote ID (Talos RFQ ID) to
create a trade by calling the StableFX
[Create trade API](/api-reference/stablefx/all/create-trade).

StableFX calls Talos's orders API to create the order between StableFX and the
maker. Upon successful confirmation, StableFX will proceed to recording the
trade on the smart contract.
