Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SOLANA_RPC_URL | Yes | The Solana RPC URL for connecting to the blockchain. Can be mainnet (https://api.mainnet-beta.solana.com), devnet (https://api.devnet.solana.com), or your own RPC provider URL. | https://api.mainnet-beta.solana.com |
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 |
---|---|
getDaos | Get all DAOs from the Futarchy system |
getDao | Get a specific DAO by ID |
getProposals | Get all proposals for a specific DAO |
getProposal | Get a specific proposal by ID |
createProposal | Create a new proposal for a DAO |
getProposalSentiment | Get sentiment analysis for a specific proposal based on Discord and Twitter data |
buyInPassMarket | Buy tokens in the pass market for a proposal |
sellInPassMarket | Sell tokens in the pass market for a proposal |
buyInFailMarket | Buy tokens in the fail market for a proposal |
sellInFailMarket | Sell tokens in the fail market for a proposal |