# Integration

**Who this is for:** Developers and protocols that want to add Mento stables, use Mento's oracle path, or look up deployment addresses. Mento V3 is a DEX for on-chain FX: FPMM pools swap at the oracle rate. Today, that oracle source is **Chainlink**. This guide covers the main integration paths and points to the [SDK](/mento-v3/build/mento-sdk.md), [Smart Contracts](/mento-v3/build/smart-contracts.md), and [Deployments](/mento-v3/build/deployments.md) for implementation details.

## Integration Guides

### [Integrate Stables](/mento-v3/build/integration/integrate-stables.md)

Add support for Mento stable assets (USDm, EURm, GBPm, etc.) in your DeFi protocol, wallet, payment system, or exchange. Covers token contracts, metadata, and display values.

### [Integrate Oracles](/mento-v3/build/integration/integrate-oracles.md)

Use Mento's Chainlink-backed oracle path for reliable FX rates in DeFi protocols, analytics, or risk management.

### [Deployments & addresses](https://github.com/mento-protocol/docs/blob/main/build/integration/integrate-mento-stables.md)

Contract addresses, deployment details per network, and links to FiatConnect and brand assets for exchanges.

## Technical Resources

* [Mento SDK](/mento-v3/build/mento-sdk.md) — JavaScript/TypeScript library for swaps and integration
* [Smart Contracts](/mento-v3/build/smart-contracts.md) — Contract reference and deployment addresses

## Getting Help

* **Discord**: #general for questions
* **Forum**: [forum.mento.org](https://forum.mento.org/)
* **GitHub**: [mento-protocol](https://github.com/mento-protocol) for issues and feature requests


---

# 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.mento.org/mento-v3/build/integration.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.
