How It Works
Fund your wallet
Send SUI or WAL tokens to your managed wallet address. You can find your wallet address in the dashboard or via the SDK.
Upload files
When you upload, Tusky deducts the Walrus storage cost from your prepaid balance automatically.
Funding Your Wallet
Find Your Wallet Address
- Dashboard
- SDK
- API
Navigate to Settings → Wallet to view your managed wallet address and current balances.
Send Tokens
Transfer SUI or WAL to your managed wallet address from any Sui-compatible wallet (Sui Wallet, Suiet, Ethos, or a CLI wallet). The balance updates within seconds after the transaction is confirmed on-chain.Balance Deduction
When you upload a file, the cost breakdown is:402 Payment Required error. You can either fund your wallet or fall back to pay-as-you-go micropayments.
Low Balance Notifications
Tusky monitors your wallet balance and sends notifications when it drops below a configurable threshold:| Channel | Description |
|---|---|
| Dashboard | A banner alert appears in the Tusky dashboard. |
| An email notification is sent if you have an email address configured. | |
| Webhook | Configure a webhook URL to receive low-balance alerts programmatically. |
You can configure the low-balance threshold in Settings → Wallet → Notifications. The default threshold is 1 SUI.
Checking Your Balance
SDK
Dashboard
The Wallet section of the dashboard shows:- Current SUI and WAL balances
- Recent transactions with costs and file references
- Projected runway based on current usage patterns
Prepaid vs. Pay-As-You-Go
| Feature | Prepaid | Pay-As-You-Go |
|---|---|---|
| Payment timing | Upfront deposit | Per-request |
| Payment method | Direct wallet transfer | x402 micropayment |
| Upload experience | Seamless (no payment prompts) | Automatic via x402 |
| Best for | Frequent uploaders, automation | Occasional use, testing |
You can use both models simultaneously. If your prepaid balance has funds, it is used first. If the balance is insufficient, Tusky falls back to x402 pay-as-you-go.