All balances, fees, token addresses and route providers shown here are fictional test data. Mainnet names do not enable mainnet.
V1 / TOKEN-PAID GAS
Gas without the guesswork.
Build a quote. Authorize the exact operation. Inspect the settlement.
Gas station
V1 laboratoryEach test call transfers 1 selected token to an allowlisted fictional recipient. This is not a live swap.
- Wallet owner
- Loading…
- Simulation smart account
- Loading…
- Available token balance
- —
- Reusable fee credit
- —
The synthetic smart-account address is not deployed. Connecting a wallet reads only its public owner address; it never asks for a signature.
Quote breakdown
Not requestedEvery cost, before confirmation.
The network estimate, service fee and maximum charge will appear here.
The local demo signs with Ed25519. The separate on-chain package uses EIP-712. They are not interchangeable.
Sign the whole operation.
Changed calldata, sender, nonce or gas limits invalidate authorization.
A maximum, not a blank cheque.
Each quote has its own cap, expiry and project budget reservation.
Credits are not transfers.
Unused prefunding becomes reusable credit, not a claimed wallet refund.
V2 / ROUTING & RECOVERY
One destination. Better choices.
Compare complete costs without silently changing the destination.
Compare equivalent outcomes.
Source gas + approval + bridge + destination gas + service fee + slippage reserve.
V2 / DEVELOPER PLATFORM FOUNDATION
Your project. Your limits.
Persistent local records, scoped API keys and reserved spending budgets.
API credentials
Local use only. Keys are hashed at rest. A new secret is displayed once and is never written to the idempotency response cache.
SDK connection
JavaScriptimport { DexivoClient } from './src/sdk.mjs';
const client = new DexivoClient({
baseUrl: 'http://127.0.0.1:8787',
apiKey: process.env.DEXIVO_API_KEY
});
console.log(await client.dashboard());Do not ship API keys in a public website. Public hosting, paid subscriptions and production billing are not enabled.
Recent activity
Stored in local SQLiteWORKSPACE / ACTIVITY OVERVIEW
A clearer view of every move.
Your local simulation activity. No real funds, volume or revenue.
Recent activity
Local recordsRun a simulation to start your activity history.
Workspace health
SimulationThis dashboard describes the local development workspace, not a live network or treasury.
Review release boundaries ↗RELEASE / EVIDENCE BEFORE ACTIVATION
Know what is actually ready.
Code availability is not deployment, verification or a security audit.
Local V1 + V2 simulation
API, quote math, full-operation binding, budgets and workflow state transitions.
Solidity / ERC-4337 package
Source and local integration tests supplied separately; install and compile before evaluating deployment.
Public testnet end-to-end transaction
Requires real smart-account bootstrap, bundler compatibility, funded paymaster and approved token.
Cross-chain gasless execution
Read-only adapter and lifecycle foundation are present. Live sponsorship, bridge verification and recovery integrations remain.
Mainnet, pricing and independent audit
No verified live DEXIVO oracle, production deployments or independent security review are included.
Local chain controls
Simulation policy onlyPausing here prevents new local quotes and executions for that chain. It does not administer deployed contracts.