Wallets
Every PayWeave workspace is automatically provisioned with wallets on both supported networks — Tempo (EVM-compatible) and Solana. Wallets receive micropayments from callers and hold your earnings until you withdraw them. No manual wallet setup or key management is required.
Supported networks
| Network | Address format | Currencies | Mode |
|---|---|---|---|
| Tempo (EVM) | 0x-prefixed hex | pathUSD, USDC.e | live + test |
| Solana | base58 | USDC | live + test (devnet) |
Both addresses are derived from a single Privy embedded identity, so signing in once gives you both wallets. Agents see whichever networks your workspace has bootstrapped advertised in the 402 challenge.
Initialize button for recovery (e.g. devnet bootstrap).Test vs live wallets
Each workspace has two separate wallets:
| Wallet | Purpose |
|---|---|
| Test wallet | Receives payments in test mode. Uses test tokens with no real value. |
| Live wallet | Receives real payments in live mode. Funds can be withdrawn. |
Test and live wallets are completely independent. Test mode payments never affect your live balance, and vice versa.
Auto-provisioning
Wallets are created the moment you create a workspace. You do not need to manage private keys, seed phrases, or wallet addresses. PayWeave handles key management securely, with keys stored in hardware-backed enclaves.
Viewing your balance
Your current balance is displayed in the dashboard header and on the Wallets page. The balance updates in real time as payments are received. You can view the full payment history, including individual payment amounts, caller addresses, and timestamps.
Withdrawals
To withdraw funds, go to Funds → Withdraw and enter the amount and destination wallet address. Each network has its own withdraw flow — Tempo withdrawals are processed on the Tempo blockchain; Solana withdrawals are signed in the browser via Privy's sponsor flow (no server keys involved) and broadcast directly. Both typically confirm within a few seconds.
Minimum withdrawal - The minimum withdrawal amount is $1.00.
Fees - Platform fees are deducted per payment via on-chain split payments (2% per payment). Tempo network fees for withdrawals are included automatically. See the Pricing docs for details.
Settlement
Payments from callers are settled on Tempo in real time. Each paid API request creates an on-chain transaction that credits your wallet. There is no batching delay - your balance reflects every payment as it happens.