Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/pages/guide/stablecoin-dex/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Cards, Card } from 'vocs'

# Exchange Stablecoins

Trade between stablecoins on Tempo's enshrined decentralized exchange (DEX). The DEX enables optimal pricing for cross-stablecoin payments while minimizing chain load.
Trade between stablecoins on Tempo's enshrined decentralized exchange (DEX). The DEX lets applications route between supported stablecoins through pathUSD, with onchain orderbook liquidity for quoting, swaps, and fee-token conversion.

<Cards>
<Card
Expand Down
2 changes: 1 addition & 1 deletion src/pages/protocol/fees/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Cards, Card } from 'vocs'

# Transaction Fees

Tempo has no native token. Instead, transaction fees—including both gas fees and priority fees—can be paid directly in stablecoins. When you send a transaction, you can choose which supported stablecoin to use for fees.
Tempo has no native token. Instead, transaction fees—including both gas fees and priority fees—can be paid directly in stablecoins. When you send a transaction, you can choose which supported stablecoin to use for fees, and the protocol converts the fee token through native liquidity when needed.

For a stablecoin to be accepted, it must be USD-denominated, issued as a native TIP-20 contract, and have sufficient liquidity on the native Fee AMM.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Cards, Card } from 'vocs'

# SDKs

Tempo is building clients in multiple languages to make integration as easy as possible.
Tempo provides SDKs and tooling for common application stacks. Start with the language your service already uses, then pair the SDK with the payment, account, and protocol guides for the workflow you are building.

<Cards>
<Card
Expand Down
Loading