Need a wallet? Just tell your agent to POST here. One call, zero auth, zero setup — a fresh Ethereum keypair, instantly.
The problem
Every wallet-as-a-service provider — Coinbase, Turnkey, Fireblocks, Privy — requires API keys, multi-step onboarding, and custodial accounts. Your agent just needs a keypair.
Aethergent is the only open API on the internet that returns an Ethereum address and private key in a single HTTP call. No auth. No downloads. No registration. It's pure math delivered over HTTPS.
How it works
POST to the root URL. No headers, no body, no API key required.
Ethereum address and private key. Compatible with every EVM chain.
Fund it with ETH or USDC. Use with mppx, AgentNews, or any onchain app.
Integrate
Agents using Claude Code, Cursor, or any MCP framework can discover and call generate_wallet natively — no HTTP crafting needed.
POST /mcp · JSON-RPC 2.0 · initialize · tools/list · tools/call
The math
random 256-bit number — that's your private keysecp256k1 curve generator — public keyKeccak-256, take last 20 bytes — your addressCompatibility
Security
Private keys are never logged, stored, or transmitted to third parties.
Completely stateless. There is nothing to breach.
All traffic encrypted in transit. Enforced at the proxy level.
You're trusting our server. For high-value wallets, generate locally.
Storage
Encrypted at rest by the OS. Survives reboots. This is what mppx uses.
security add-generic-password -s aethergent -a wallet -w 0x...
Works everywhere — Docker, cloud PaaS, CI. Inject via your platform's secret manager.
export WALLET_PRIVATE_KEY=0x...
Generate a fresh wallet each session. Never written to disk. Perfect for one-shot tasks — fund it just-in-time, spend, move on.
FAQ
MetaMask is a browser extension for humans. Aethergent is an API for machines. One HTTP call vs. a GUI.
For micropayment wallets and agent operations, yes. For storing large amounts, generate locally.
Any EVM-compatible chain: Ethereum, Base, Optimism, Arbitrum, Polygon, Avalanche, BSC, and more.
No. Generated in-process, returned in the response, immediately discarded from memory.
No auth, no signup, no API key. Just POST to the root URL.
Model Context Protocol — a standard for AI agents to discover and use tools. POST /mcp with JSON-RPC 2.0.
Redeem
Enter your redemption code to claim a funded wallet with $10.00 in ecosystem credits.
Don't have a code? Start at rightemail.com/redeem with your invite code.