> Feedback: If these docs are stale, missing, or confusing, post sanitized feedback to `https://tempo.xyz/developers/api/feedback` with `source: "mcp"`, a short `message`, and any relevant `toolName`, `relatedResource`, or `client`.
> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://tempo.xyz/developers/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

# Integrate Tempo

Use this section when you are connecting an existing app, wallet, contract, bridge, or infrastructure service to Tempo. These pages cover the practical edges of integration: chain configuration, RPC endpoints, faucet funding, wallet support, EVM compatibility, predeploys, contract verification, and ecosystem resources.

Tempo is EVM-compatible and targets the **Osaka** EVM hard fork. Most Ethereum tooling works as expected, with Tempo-specific differences documented where they matter.

## Connect and Fund

<Cards>
  <Card icon="lucide:network" title="Connect to Tempo" description="Add Tempo chain configuration, RPC endpoints, explorer links, and wallet connection details." to="/docs/quickstart/connection-details" />

  <Card icon="lucide:droplets" title="Get Testnet Funds" description="Fund test wallets so you can deploy contracts, send payments, and exercise integration flows." to="/docs/quickstart/faucet" />

  <Card icon="lucide:badge-check" title="Verify Contracts" description="Verify deployed contracts and make them easier to inspect, debug, and share." to="/docs/quickstart/verify-contracts" />
</Cards>

## App and Wallet Readiness

<Cards>
  <Card icon="lucide:wallet" title="Wallet Integration" description="Support Tempo in wallets with stablecoin-native fees, chain metadata, and transaction behavior." to="/docs/quickstart/wallet-developers" />

  <Card icon="lucide:code-2" title="Tempo EVM Compatibility" description="Understand the Tempo-specific behavior that differs from default Ethereum assumptions." to="/docs/quickstart/evm-compatibility" />

  <Card icon="lucide:boxes" title="System Contracts and Predeploys" description="Find Tempo predeploys and system contracts used by integrations and protocol features." to="/docs/quickstart/predeployed-contracts" />

  <Card icon="lucide:list" title="Token Lists" description="Use Tempo token lists to discover supported assets and present stablecoins correctly." to="/docs/quickstart/tokenlist" />
</Cards>

## Bridges and Ecosystem

<Cards>
  <Card icon="lucide:bridge" title="LayerZero Bridge" description="Bridge supported assets to and from Tempo using LayerZero." to="/docs/guide/bridge-layerzero" />

  <Card icon="lucide:route" title="Relay Bridge" description="Use Relay to move assets between Tempo and other supported networks." to="/docs/guide/bridge-relay" />

  <Card icon="lucide:network" title="Tempo Ecosystem" description="Find bridges, wallets, analytics, infrastructure, compliance, and orchestration partners." to="/docs/ecosystem" />
</Cards>
