account

Installation
SKILL.md

Convex Account Management

Create a New Account

With signing service (recommended)

Use mcp__convex-testnet__signingCreateAccount — creates a key pair and on-chain account in one step. Optionally fund via faucet.

With raw key

  1. Generate a key pair: mcp__convex-testnet__keyGen
  2. Create the account: mcp__convex-testnet__createAccount with the public key
  3. Optionally fund with faucet parameter (max 1 CVM = 1,000,000,000 copper)

Important: Save the seed securely — it cannot be recovered.

Inspect an Account

  • Full details: mcp__convex-testnet__describeAccount with the address
  • Balance only: mcp__convex-testnet__getBalance with the address
  • Via query: (account #ADDR) returns the full account record
Installs
11
GitHub Stars
116
First Seen
May 16, 2026
account — convex-dev/convex