With a funded sandbox wallet, you’re ready to run your first offramp. The dashboard’s Send Now panel on the wallet-detail screen walks you through the full quote-and-submit flow. Sandbox offramps run against a test environment, so no real money moves and settlement is fast.Documentation Index
Fetch the complete documentation index at: https://docs.useveil.co/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
- Your wallet must have a USDC_TEST balance (see Get test tokens)
- Your sandbox bank account must be added and past any cooldown period
Running a sandbox offramp from the dashboard
Open the wallet detail
From the dashboard Wallets tab, click your Base Sepolia wallet to open the wallet-detail view.
Open Send Now
Scroll to the Send Now panel. This is where you enter the amount, choose the token, and pick a destination.
Set up your offramp
Enter the amount of USDC_TEST to convert, then toggle the destination between bank and Veil user:
- Bank — pick one of your sandbox bank accounts
- Veil user — enter a
@handleto route through their primary bank (see Claim a username for how to test this)
Confirm and submit
Click the send button when the quote looks right. The label adapts to your destination: Send to bank, Send to Veil user, or Send to @<handle> once a handle has resolved.
If you haven’t recently signed in, the dashboard will ask you to re-verify your email before the offramp continues. A six-digit code is sent to your address — enter it in the modal that appears. This is a session re-verification, not a per-transaction step; once you verify, the offramp picks up where it left off.
Dashboard vs. MCP
The dashboard path described here does not require a per-transaction email confirmation beyond session re-verification. The MCP surface adds an explicit OTP-confirm step between execute and settlement — that gate is MCP-only and is not part of the dashboard flow. See Offramp lifecycle for the full picture.See also
- Offramp lifecycle — quote, execute, settle, and the MCP confirm step
- Usernames — handle-routed offramps
- Next steps — CLI, MCP, and going live