configure_wallet
Enable write operations by configuring wallet credentials. Choose private key auto-signing or approval mode for unsigned transactions; without configuration, the server operates read-only.
Instructions
Configure wallet to enable write operations. Use walletMode=APPROVAL with walletAddress for transaction-return mode (no private key needed). Without any config, the server runs in read-only mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privateKey | No | Hex private key with 0x prefix (optional; if omitted uses GEO_PRIVATE_KEY secret) | |
| walletMode | No | Wallet mode: PRIVATE_KEY (default, auto-signs) or APPROVAL (returns unsigned tx data) | |
| walletAddress | No | Wallet address for APPROVAL mode (no private key needed) |