wallet
Create and manage your Ethereum account, check ETH balance, transfer funds, and collect trading fees.
Instructions
Manage your local Ethereum wallet. This wallet receives your trading fees and signs transactions.
IMPORTANT: Your wallet is encrypted with a password. This is the ONLY way to access your wallet. If you lose your password, your wallet and funds are UNRECOVERABLE.
Actions:
create: Create a new wallet (requires password you'll remember forever)
get: Get your wallet address (no password needed)
balance: Check your ETH balance
transfer: Send ETH to another address (IRREVERSIBLE - shows warning before sending)
collect-fees: Claim accumulated trading fees from the contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| amount | No | Amount in ETH (required for: transfer) | |
| password | No | Wallet password (required for: create, transfer, collect-fees) | |
| toAddress | No | Destination address (required for: transfer) |