Skip to content
Closed
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/ecosystem/bridges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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).

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

[Move value with Stargate →](https://stargate.finance/)

## 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
2 changes: 1 addition & 1 deletion src/pages/ecosystem/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Integrating with Tempo is easy by leveraging services provided by our infrastruc
description="Move money globally between local currencies and stablecoins. Issue, transfer, and manage stablecoins"
to="/ecosystem/orchestration"
icon="lucide:workflow"
title="Orchestration"
title="Issuance & Orchestration"
/>
<Card
description="Query blockchain data with indexers, analytics platforms, and monitoring tools"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/ecosystem/orchestration.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Orchestration
title: Issuance & Orchestration
description: Move money globally between local currencies and stablecoins. Issue, transfer, and manage stablecoins on Tempo.
---

# Orchestration
# Issuance & Orchestration

Move money globally between local currencies and stablecoins. Issue, transfer, and manage stablecoins.

Expand All @@ -25,6 +25,6 @@ Get started by creating an account [here](https://app.brale.xyz/buy/signup/).

## Bridge

[Bridge](https://www.bridge.xyz) (a Stripe Company) provides stablecoin orchestration infrastructure for moving money between fiat and crypto rails. Bridge supports Tempo with APIs for issuance, wallets, and cross-border stablecoin transfers enabling fintechs and platforms to build payment flows that span traditional and onchain systems.
[Bridge](https://www.bridge.xyz) (a Stripe Company) provides stablecoin orchestration infrastructure for moving money between fiat and crypto rails. Bridge supports Tempo with APIs for issuance, wallets, and cross-border stablecoin transfers, enabling fintechs and platforms to build payment flows that span traditional and onchain systems.

Get started with [Bridge's Tempo Integration Guide](https://apidocs.bridge.xyz/get-started/guides/move-money/tempo-integration-guide#tempo-integration-guide).
6 changes: 3 additions & 3 deletions src/pages/ecosystem/wallets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ Create an account on the [DFNS dashboard](https://app.dfns.io) and explore the [

[OKX Wallet](https://www.okx.com/web3) is a self-custodial multi-chain wallet with native Tempo support. Users can store, swap, and manage Tempo-based assets, with built-in DEX aggregation, staking, and DApp connectivity.

Get started at [okx.com/web3](https://www.okx.com/web3).
Get started at [OKX Wallet](https://www.okx.com/web3).

## Agentic

### Enact

[Enact](https://www.enact.finance/) provides programmable wallet infrastructure for teams and AI agents that need granular onchain controls. Set your policy once (spending limits, multisig thresholds, approval windows, automation rules) and let agents execute against it autonomously, with every action verifiable onchain. Enact never holds your funds; it enforces the logic you define.

Get started with the [Enact CLI](https://www.docs.enact.finance/) or the [Enact app](https://www.app.enact.finance/) to create a self-custodial passkey wallet, add signers, and deploy your first onchain policy.
Get started with the [Enact CLI](https://docs.enact.finance/) or the [Enact app](https://app.enact.finance/) to create a self-custodial passkey wallet, add signers, and deploy your first onchain policy.

### Sponge

[Sponge](https://paysponge.com) provides financial infrastructure for AI agents, enabling them to hold, send, and swap crypto autonomously on Tempo. With Sponge, developers can give their agents wallets with configurable spending controls, allowlists, and audit logging, along with first-class support for Claude and other AI frameworks via MCP and SDK.

Get started at [paysponge.com](https://paysponge.com) and explore the [Sponge docs](https://paysponge.com/docs).
Get started on the [Sponge platform](https://paysponge.com) and explore the [Sponge docs](https://paysponge.com/docs).
8 changes: 4 additions & 4 deletions src/pages/guide/getting-funds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ codex exec "Read https://tempo.xyz/SKILL.md and fund my Tempo Wallet"

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

- **[LayerZero](https://layerzero.network/)**: Bridge supported assets from other chains to Tempo.
- **[Squid](/ecosystem/bridges#squid)**: Swap and bridge assets to Tempo in one flow.
- **[Relay](/ecosystem/bridges#relay)**: Bridge assets to Tempo with low fees.
- **[Socket/Bungee](/ecosystem/bridges#bungee)**: Aggregates liquidity sources to swap and bridge assets to Tempo easily.
- **[LayerZero](https://stargate.finance/)**: Bridge supported assets from other chains to Tempo.
- **[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.
- **[Bungee](https://www.bungee.exchange/)**: Swap and bridge assets to and from Tempo.

## Testnet Funds

Expand Down
2 changes: 1 addition & 1 deletion vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export default defineConfig({
link: '/ecosystem/security-compliance',
},
{
text: 'Orchestration',
text: 'Issuance & Orchestration',
link: '/ecosystem/orchestration',
},
],
Expand Down
Loading