Meta Pool Agent is a template for creating a Bitte.ai Plugin for facilitating DeFi swaps using Meta Pool. Built using Next.js 14 + Elysia.
Tooling:
Meta Pool Agent facilitates the development of AI-powered DeFi swap agents. The template supports creating, managing, and deploying DeFi swap functionalities. Build your own agent
https://ref-finance-agent.vercel.app
- Stake Transactions
GET
/api/stake/{quantity}
Make LLM requests to the endpoints above. Refer to the full API documentation for detailed parameter and response information.
Set NEAR_ENV="mainnet"
in your .env.local
file.
# install dependencies
pnpm i
# start the development server
pnpm dev