Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_wallet_address | Get the agent's Solana wallet address. Use this to receive funds or share your address. |
| get_balance | Check the USDC and SOL balance of the agent wallet. Returns balances on Solana devnet. |
| send_usdc | Send USDC to another Solana address. This executes a real transaction on Solana devnet. |
| get_recent_transactions | Get recent transactions for the agent wallet. |
| request_devnet_airdrop | Request free SOL on devnet for testing. Use this to get SOL for transaction fees. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |