Openpond Sandbox
Your own server with your crypto wallet already inside it. Build tools that move value on-chain — no credential setup, no shared infrastructure, no risk to production.
Wallet Injected at Deploy
Your Turnkey wallet credentials are automatically injected into your sandbox at deploy time. Tool code calls wallet() and it just works — no manual credential wiring.
Your Own Dedicated Server
Every sandbox is a private isolated environment — your own Lambda, your own compute. Not shared with anyone else.
App-Scoped API Keys
Each app gets its own scoped API key. A compromised key is contained to that app — it cannot reach your other tools, wallets, or data.
What comes with your sandbox
- Wallet credentials injected automatically at deploy — call
wallet()in any tool and your wallet is there. - Policy-limited wallet keys — even if a credential leaks, it is sign-only and cannot drain your vault or modify permissions.
- A private server URL unique to your account with dedicated compute — no noisy neighbors, no shared runtime.
- Per-app scoped API keys so each tool is contained — a bad key cannot reach your other apps or wallets.