> Feedback: If these docs are stale, missing, or confusing, post sanitized feedback to `https://docs.tempo.xyz/api/feedback` with `source: "mcp"`, a short `message`, and any relevant `toolName`, `relatedResource`, or `client`.
# Getting Funds on Tempo

## Tempo Wallet

[Tempo Wallet](https://wallet.tempo.xyz) is Tempo's web-based passkey wallet. You can onramp with fiat or bridge from other chains using the flow below.

<Demo.Container name="Add Funds" showBadge={false}>
  <SignInWithTempo stepNumber={1} />

  <DepositToTempoWallet stepNumber={2} last />
</Demo.Container>

### With the CLI

Install the [Tempo CLI](/docs/cli/wallet) and log in to your wallet:

```bash
curl -fsSL https://tempo.xyz/install | bash
tempo wallet login
```

Then fund your wallet:

```bash
tempo wallet fund
```

### With an agent

Paste this into your agent to set up Tempo Wallet and add funds:

:::code-group

```bash [Claude Code]
claude -p "Read https://tempo.xyz/SKILL.md and fund my Tempo Wallet"
```

```bash [Amp]
amp --execute "Read https://tempo.xyz/SKILL.md and fund my Tempo Wallet"
```

```bash [Codex CLI]
codex exec "Read https://tempo.xyz/SKILL.md and fund my Tempo Wallet"
```

:::

## Bridge

Use one of these supported bridges to move assets to Tempo:

When you bridge USDC with LayerZero (Stargate), it appears on Tempo as USDC.e. Stargate does not charge its transfer fee on the direct route between Ethereum and Tempo, but other routes can vary, so check the quote before sending.

* **[LayerZero (Stargate)](/docs/guide/bridge-layerzero)**: Bridge USDC to and from Tempo via Stargate. See the [full bridging guide](/docs/guide/bridge-layerzero) for contract addresses, code examples, and EndpointDollar details.
* **[Squid](https://app.squidrouter.com/)**: Swap and bridge assets to Tempo in one flow.
* **[Relay](https://relay.link/)**: Bridge assets to Tempo with low fees.
* **[Across](https://app.across.to/)**: Bridge assets to Tempo quickly with competitive fees.
* **[Bungee](/docs/guide/bridge-bungee)**: Swap and bridge assets to and from Tempo using Bungee Deposit. See the [full Bungee guide](/docs/guide/bridge-bungee) for quote, transaction, and status examples.

## Testnet Funds

For development and testing, use the [Tempo Faucet](/docs/quickstart/faucet).

The faucet provides `pathUSD`, `alphaUSD`, `betaUSD`, and `thetaUSD` test stablecoins.
