# Integration

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

## Integration Guides

### [Integrate Stables](https://docs.mento.org/mento-v3/build/integration/integrate-stables)

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](https://docs.mento.org/mento-v3/build/integration/integrate-oracles)

Use Mento's price feed infrastructure 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](https://docs.mento.org/mento-v3/build/mento-sdk) — JavaScript/TypeScript library for swaps and integration
* [Smart Contracts](https://docs.mento.org/mento-v3/build/smart-contracts) — 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
