Back to projects
Qilin icon

Qilin

A privacy-preserving Agent platform for Near

$5,500
Total awarded
Bo
Builder
HTML React Node.js CSS JavaScript PostgreSQL Tailwind CSS AI/ML Vercel NearAI

Awards

The problem it solves

A privacy-preserving AI chatbot for NEAR blockchain operations, powered by NEAR AI models running in Trusted Execution Environments (TEE).

Features Autonomous Trading Agents 🤖

  • Create AI-powered agents with self managed NEAR wallets
  • Auto-request funding from faucet on testnet.
  • Agents autonomously analyze markets and execute token swaps
  • Self-managing task execution with AI-driven decision making
  • Real-time task monitoring and execution history

User interactive chat agents

  • Check account balances and information
  • Send NEAR tokens to any account
  • Swap tokens using Ref Finance DEX
  • Wrap/unwrap NEAR tokens
  • All transactions require user confirmation for security
  • Privacy-Preserving AI in Near AI TEE environment

Challenges we ran into

Design a robust agent tools registry for Near AI blockchain interaction and calling extension wallet is quite challenging, solve it by reading and understanding near-sdk-js, Rhea finance API document and vercel AI-SDK.

Design autonomous agents include self-managed wallet and self-design tasks system is also new to me, it is an important step to design a future AI autonomous DEFI orchestration layer.