> 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.

# Build on Tempo

Use this section when you are designing payment experiences or payment infrastructure on Tempo. The guides here focus on what your product needs to do: move stablecoins, issue assets, exchange liquidity, isolate activity in private zones, or let agents pay for services.

Start with **Make Payments** if you are not sure where to begin. It covers the core transfer flow and introduces the payment primitives used throughout the rest of the docs.

Use [Agentic Payments](/docs/guide/machine-payments) when agents, APIs, or services need to pay per request. Use [Private Zones](/docs/guide/private-zones) when your product needs isolated execution, private transfers, or zone bridging flows.

## Core Build Paths

<Cards>
  <Card title="Make Payments" description="Send and receive stablecoin payments, attach memos, sponsor fees, and handle parallel transactions." to="/docs/guide/payments" icon="lucide:send" />

  <Card title="Issue Stablecoins" description="Create, mint, and manage stablecoins using TIP-20 tokens." to="/docs/guide/issuance" icon="lucide:coins" />

  <Card title="Exchange Stablecoins" description="Use Tempo's enshrined stablecoin exchange for swaps and fee-liquidity workflows." to="/docs/guide/stablecoin-dex" icon="lucide:arrow-left-right" />

  <Card title="Agentic Payments" description="Accept one-time, pay-as-you-go, and streamed payments through the Machine Payments Protocol." to="/docs/guide/machine-payments" icon="lucide:bot" />

  <Card title="Private Zones" description="Connect to zones, deposit funds, send tokens privately, bridge, swap, and withdraw." to="/docs/guide/private-zones" icon="lucide:lock-keyhole" />
</Cards>

## Production Essentials

<Cards>
  <Card title="Get Funds" description="Fund wallets and test payment flows before moving to production integrations." to="/docs/guide/getting-funds" icon="lucide:wallet" />

  <Card title="Use Tempo Transactions" description="Batch calls, sponsor fees, schedule execution, and build richer payment flows." to="/docs/guide/tempo-transaction" icon="lucide:layers" />

  <Card title="Pay Fees in Any Stablecoin" description="Use Tempo's fee system to pay transaction fees with supported stablecoins." to="/docs/guide/payments/pay-fees-in-any-stablecoin" icon="lucide:badge-dollar-sign" />

  <Card title="Sponsor User Fees" description="Let your app or service pay transaction fees on behalf of users." to="/docs/guide/payments/sponsor-user-fees" icon="lucide:heart-handshake" />

  <Card title="Configure Receive Policies" description="Control which tokens and senders an account can receive for TIP-20 transfers." to="/docs/guide/payments/configure-receive-policies" icon="lucide:shield-check" />
</Cards>
