Supercharged transactions
Using any token on any chain
Supercharged transactions
Using any token on any chain
Supercharged transactions
Using any token on any chain
One-click transactions that eliminate the need to bridge, swap, or hold gas tokens
One-click transactions that eliminate the need to bridge, swap, or hold gas tokens
One-click transactions that eliminate the need to bridge, swap, or hold gas tokens
Supporting


















Omnichain liquidity.
One-click transactions.
Omnichain liquidity.
One-click transactions.
Stop making your users manually bridge, swap, and hold gas. Select a token to use, and let Peaze take care of the rest.
Stop making your users manually bridge, swap, and hold gas. Select a token to use, and let Peaze take care of the rest.

Cross-chain zaps
No more manual bridging
No more manual bridging
No more manual bridging
Gasless
Pay in ERC20 - no gas tokens
Pay in ERC20 - no gas tokens
Pay in ERC20 - no gas tokens
Automatic swaps
Route liquidity for any transaction
Route liquidity for any transaction
Route liquidity for any transaction
Frictionless integration
Frictionless integration
Frictionless integration
Enable all of our features with just
2 API requests. No smart contract changes.
Enable all of our features with just
2 API requests. No smart contract changes.
Enable all of our features with just
2 API requests. No smart contract changes.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Estimate a cross-chain transaction
// Then execute a cross-chain transaction
const { quote } = await post('/estimate', {
'ethereum',
'base',
[uniswap, nftMint]
})
await post('/execute', {
'ethereum',
'base',
quote
})
// Estimate a cross-chain transaction
// Then execute a cross-chain transaction
const { quote } = await post('/estimate', {
'ethereum',
'base',
[uniswap, nftMint]
})
await post('/execute', {
'ethereum',
'base',
quote
})