Skip to content

Meta-Pool/metapool-agent-next

 
 

Repository files navigation

Meta Pool DeFi Swap Agent

cover_image

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.

Demo Deploy

Tooling:

Use Case Framework

Project Walkthrough

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

API Base URL

https://ref-finance-agent.vercel.app

Endpoints

  • Stake Transactions GET /api/stake/{quantity}

Usage

Make LLM requests to the endpoints above. Refer to the full API documentation for detailed parameter and response information.

Getting Started

Docs to integrate

Installation

Set NEAR_ENV="mainnet" in your .env.local file.

# install dependencies
pnpm i

# start the development server
pnpm dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%