Gasless USD₮
Paymasters settle gas in USD₮. Native ETH can stay at zero.
A visual, no-code automation platform on Tether's Wallet Development Kit. Monitor onchain state, trigger transactions, and pay every fee in USD₮. Never hold a native gas token.
Gas token
Demo chain
Open source
A complete toolkit for USD₮ workflows, from a first gasless send to scheduled payouts and protocol calls.
Paymasters settle gas in USD₮. Native ETH can stay at zero.
Triggers, conditions, WDK execution, settlement, and alerts on one canvas.
See the USD₮ fee on screen before any UserOperation is submitted.
One smart account for wallet and protocol steps. No second signer.
Fully auditable code. No vendor lock-in. Fork and run your own instance.
You control the seed. The app never takes custody of your keys.
The same board a person builds by hand can be drafted from a prompt.
LI.FI, USDT0, Aave, Morpho, and Symbiosis through the same paymaster.
Every onchain step is a WDK quote, then a WDK execute. The canvas does not wrap one helper while the rest of the app uses a different signer.
import { WDK } from "@tetherto/wdk"
const account = await wdk.getAccount()
const quote = await account.quoteTransfer({
token: "USDT",
to: recipient,
amount: "10",
})
// feeUsdt is ready before you sign
await account.transfer(quote)Pick the building blocks you need: wallets, swaps, bridges, lending, and alerts. Compose them into a workflow that never asks for a native gas token.
Start a run by hand, on a schedule, from a webhook, or from an event.
Branch on balances, quotes, and onchain state before you spend.
Address, balance, quote, and transfer on one ERC-4337 account.
Cross-chain USD₮ without buying gas on either side.
Supply, withdraw, borrow, and repay through WDK protocol packages.
Notify a person after a quote or a send.
Open-source canvas on WDK. Production-ready ERC-4337 paymaster integration. Official Sepolia USD₮ as the gas token.
A visual, no-code automation platform on Tether's Wallet Development Kit. Monitor onchain state, trigger transactions, and pay every fee in USD₮. Never hold a native gas token.
Gas token
Demo chain
Open source
A complete toolkit for USD₮ workflows, from a first gasless send to scheduled payouts and protocol calls.
Paymasters settle gas in USD₮. Native ETH can stay at zero.
Triggers, conditions, WDK execution, settlement, and alerts on one canvas.
See the USD₮ fee on screen before any UserOperation is submitted.
One smart account for wallet and protocol steps. No second signer.
Fully auditable code. No vendor lock-in. Fork and run your own instance.
You control the seed. The app never takes custody of your keys.
The same board a person builds by hand can be drafted from a prompt.
LI.FI, USDT0, Aave, Morpho, and Symbiosis through the same paymaster.
Every onchain step is a WDK quote, then a WDK execute. The canvas does not wrap one helper while the rest of the app uses a different signer.
import { WDK } from "@tetherto/wdk"
const account = await wdk.getAccount()
const quote = await account.quoteTransfer({
token: "USDT",
to: recipient,
amount: "10",
})
// feeUsdt is ready before you sign
await account.transfer(quote)Pick the building blocks you need: wallets, swaps, bridges, lending, and alerts. Compose them into a workflow that never asks for a native gas token.
Start a run by hand, on a schedule, from a webhook, or from an event.
Branch on balances, quotes, and onchain state before you spend.
Address, balance, quote, and transfer on one ERC-4337 account.
Cross-chain USD₮ without buying gas on either side.
Supply, withdraw, borrow, and repay through WDK protocol packages.
Notify a person after a quote or a send.
Open-source canvas on WDK. Production-ready ERC-4337 paymaster integration. Official Sepolia USD₮ as the gas token.