Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/pages/docs/ecosystem/bridges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Bridge assets to Tempo through the [Across app](https://app.across.to/) and expl

Get started with the [Tempo Bungee guide](/docs/guide/bridge-bungee), read the [Bungee docs](https://docs.bungee.exchange/), or try the [Bungee app](https://bungee.exchange).

## Chainlink CCIP

[Chainlink Cross-Chain Interoperability Protocol (CCIP)](https://chain.link/cross-chain) enables applications to transfer tokens and messages across blockchains. CCIP connects Tempo to supported networks through active cross-chain lanes.

View supported tokens, lanes, fees, and contract configuration in the [Tempo Mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/tempo-mainnet).

## LayerZero

[LayerZero](https://layerzero.network) is an omnichain interoperability protocol that enables secure, low-level message passing between blockchains. Stargate is the global interface for value movement onchain. Within Tempo, Stargate enables native, 1:1 asset transfers into and out of the ecosystem.
Expand Down
1 change: 1 addition & 0 deletions src/pages/docs/guide/getting-funds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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.
- **[Chainlink CCIP](https://docs.chain.link/ccip/directory/mainnet/chain/tempo-mainnet)**: Transfer supported tokens to and from Tempo. Check the CCIP Directory for current tokens, lanes, fees, and contract configuration.
- **[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.
Expand Down
6 changes: 6 additions & 0 deletions src/pages/docs/quickstart/developer-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Bridge assets to Tempo through the [Across app](https://app.across.to/) and expl

Get started with the [Bungee docs](https://docs.bungee.exchange/) or try the [Bungee app](https://bungee.exchange).

### Chainlink CCIP

[Chainlink Cross-Chain Interoperability Protocol (CCIP)](https://chain.link/cross-chain) enables applications to transfer tokens and messages across blockchains. CCIP connects Tempo to supported networks through active cross-chain lanes.

View supported tokens, lanes, fees, and contract configuration in the [Tempo Mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/tempo-mainnet).

### Relay

[Relay](https://relay.link) provides instant cross-chain bridging and transaction execution. Relay enables users and applications to move assets to Tempo from other chains with fast finality and low fees, powered by a network of relayers that fill orders on the destination chain.
Expand Down
Loading