Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
WALLET_PRIVATE_KEY | Yes | The private key of the wallet to be used for interacting with BAMM contracts (signing transactions for lending, borrowing, etc.) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
ADD_COLLATERAL | Add collateral to your BAMM position |
BORROW | Borrow tokens from a BAMM position |
GET_POSITIONS | Get all your active BAMM positions |
LEND | Lend Fraxswap LP tokens to a BAMM contract |
POOL_STATS | Get statistics for all BAMM pools |
REMOVE_COLLATERAL | Remove collateral from your BAMM position |
REPAY | Repay borrowed tokens to a BAMM position |