openfort-backend-wallets

Installation
SKILL.md

Openfort Backend Wallets (Developer Custody)

⚠️ Test keys vs. live keys — read before creating any wallet. Openfort runs two fully isolated universes: test mode (sk_test_… / pk_test_…, testnet only) and live mode (sk_live_… / pk_live_…, mainnet, real funds). Objects created in one universe cannot be read, signed with, or recovered from the other.

  • A wallet created with a test (dev) secret key exists only on testnet. It is not usable in production and must never custody or move real funds.
  • To go to production, switch to your live secret key and create fresh wallets — never migrate or reuse test wallets across modes.
  • Secret keys (sk_…) are server-side only. Never commit them or expose them to a client. See https://openfort.io/docs/configuration/api-keys.

Backend wallets are server-controlled EOAs for automated blockchain operations — no user interaction required. Private keys are stored in hardware-backed secure enclaves and never leave the secure environment.

When to use backend wallets (vs embedded wallets):

  • Server-side automation: treasury ops, batch minting, payroll, airdrops
  • AI agent wallets: autonomous trading, payment processing
  • Programmatic signing: no browser or user present
  • Cross-border payments: automated stablecoin disbursement
Installs
42
GitHub Stars
2
First Seen
Apr 12, 2026
openfort-backend-wallets — openfort-xyz/agent-skills