Agent Wallet Tools
Tools for managing cryptocurrency wallets
Wallet tools provide functionality for managing cryptocurrency wallets, checking balances, sending transactions, and retrieving wallet information.
Tool Overview
wallet_get_my_balance
Get the STX balance of the agent's wallet
Current balance, readable format
wallet_get_my_address
Get the address of the agent's wallet
Principal format, readable format
wallet_fund_my_wallet_faucet
Request testnet STX from the faucet
Automatic funding, status tracking
wallet_send_stx
Send STX to another address
Transaction creation, fee estimation
wallet_get_my_transactions
Get transaction history
Filtering, pagination, detailed info
wallet_send_sip10
Send SIP-10 tokens to another address
Token transfers, fee estimation
Tool Details
wallet_get_my_balance
Retrieves the current STX balance of the agent's wallet.
Input Parameters: None
Output:
Example Prompt:
wallet_get_my_address
Retrieves the Stacks address (principal) of the agent's wallet.
Input Parameters: None
Output:
Example Prompt:
wallet_fund_my_wallet_faucet
Requests testnet STX from the faucet to fund the agent's wallet.
Input Parameters: None
Output:
Example Prompt:
wallet_send_stx
Sends STX from the agent's wallet to another address.
Input Parameters:
amount
: Amount of STX to send (in microSTX)recipient
: Recipient addressmemo
(optional): Transaction memo
Output:
Example Prompt:
wallet_get_my_transactions
Retrieves transaction history for the agent's wallet.
Input Parameters:
limit
(optional): Number of transactions to returnoffset
(optional): Pagination offset
Output:
Example Prompt:
wallet_send_sip10
Sends SIP-10 tokens from the agent's wallet to another address.
Input Parameters:
amount
: Amount of tokens to sendrecipient
: Recipient addresstoken_contract
: Contract address of the tokenmemo
(optional): Transaction memo
Output:
Example Prompt:
Error Handling
All wallet tools return standardized error responses when operations fail:
Common error codes:
4001: Insufficient balance
4002: Invalid address
4003: Transaction failed
4004: Network error
Last updated