Back to .md Directory

Fission — NEAR Track

Explains how Fission's AI agent meets NEAR track requirements for autonomous governance and data analysis on the NEAR AI Agent Hub.

May 2, 2026
0 downloads
0 views
ai agent llm rag eval workflow automation
View source

What this file does

Explains how Fission's AI agent meets NEAR track requirements for autonomous governance and data analysis on the NEAR AI Agent Hub.

When to use it

  • Submitting a NEAR AI Agent Network hackathon entry
  • Documenting an agent's integration with NEAR Agent Hub
  • Mapping project features to sponsor judging criteria
  • Writing a track-specific README for a multi-track project

Assumes this stack

NEARLLMG-Eval

Fission — NEAR Track

This NEAR-specific README outlines how Fission integrates with the NEAR AI Agent Network, meeting the requirements and goals of the NEAR track. Fission is an AI-driven governance and automation platform that leverages large language models, futarchy-based signals, and specialized on-chain mechanisms to bring transparent, efficient, and autonomous decision-making to decentralized ecosystems.


Overview

Fission’s AI Decision Agent is capable of parsing, summarizing, and autonomously executing tasks or governance actions across multiple blockchains. By deploying our agent to the NEAR AI Agent Hub, we unlock the potential for:

  1. Intelligent Data Analysis: The agent can gather on-chain/off-chain data, generate insights, and produce user-friendly reports.
  2. Knowledge Management: The agent integrates with NEAR’s ecosystem data, organizes relevant information, and continuously improves its repository of references.
  3. Tool Integration & Execution: The agent securely interacts with external protocols or on-chain contracts, automating complex workflows on NEAR.

NEAR AI Agent Network Integration

Fission’s agent is hosted on the NEAR Agent Hub, complying with the NEAR track’s technical requirement. Key features:

  1. Natural Language Processing
    • Our Large Language Model (LLM) pipeline interprets tasks or governance proposals in natural language, retrieving relevant data from NEAR-based sources.
  2. NEAR-Specific Tools
    • The agent integrates with NEAR tooling (indexers, oracles, and other contract calls) for data retrieval and on-chain actions.
  3. Autonomous Agent Workflow
    • Once deployed, the agent can operate independently, collecting data, analyzing it, and triggering relevant transactions or updates on NEAR smart contracts.
  4. Privacy & Data Ownership
    • We adhere to user-defined permissions on what data can be processed, ensuring compliance with NEAR’s emphasis on user privacy.
  5. Simple but Effective AI agents
    • Uploading the beta personas of the AI models implemented in this project to the Near environment, we directly demonstrate that efficient AI agents embody Near’s spirit of being user-friendly and simple to use.

NEAR Track Requirements

Below is a quick mapping of how Fission meets each NEAR AI track requirement:

  1. Agent Hosted on NEAR Agent Hub
  2. Public GitHub Repository
    • Fission’s full source code is open-sourced on GitHub. We provide clear commit history, documentation, and instructions to run or extend the agent.
  3. Quantitative Benchmarks
    • Fission includes an LLM evaluation framework (G-Eval) providing metrics like coherence, consistency, and comprehensiveness. We quantify improvements or performance changes across versions.
  4. Detailed Documentation
    • Our repository contains a thorough README, code architecture diagrams, and usage instructions, along with a roadmap for future development.
  5. Video Demo
    • A concise 3–5 minute demo shows how Fission’s agent processes data on NEAR, executes tasks, and logs its reasoning in real-time.
  6. Link to Deployed Agent
    • We provide a direct link to the Fission AI Agent on NEAR Agent Hub so judges and community members can interact with it.

Technical Overview

  1. Architecture
    • LLM Analysis: Fission’s AI Decision Agent uses large language models (e.g., GPT-based or local open-source LLMs) to parse NEAR tasks and governance proposals.
    • On-Chain Interaction: NEAR contracts are invoked by the agent when specific conditions or confidence thresholds are met.
  2. Performance Benchmarking
    • We use G-Eval to measure the agent’s decision quality under different scenarios. Both simple and complex tasks are assessed, ensuring reliability before on-chain actions.
  3. Tool Integration
    • The agent can automatically call NEAR services, indexers, or oracles to fetch data, interpret it, and incorporate these insights into its decision logic.
  4. Security & Error Handling
    • We implement an error-recovery protocol: if the agent encounters contradictory data or insufficient confidence, it will log the issue and optionally request human review.

Demo & Submission

  • Demo Video (3–5 mins): Showcases our agent analyzing a real NEAR-based governance proposal or data-driven task, generating decisions, and optionally executing a transaction on a NEAR smart contract.
  • Agent Link: Accessible via the NEAR AI Agent Hub. https://chat.near.ai/agents/aiiiden.near/TayEgirl/latest
  • GitHub: Complete source code, architecture docs, and setup instructions are available in our public repository.

Judging Criteria Alignment

Fission addresses the NEAR sponsor track’s judging criteria as follows:

  1. Technical Innovation (25%)
    • Our combination of LLM reasoning, futarchy signals, and on-chain integration pushes the boundary of AI autonomy in decentralized environments.
  2. Implementation Quality (25%)
    • Thorough code structure, robust architecture, G-Eval performance metrics, and security considerations ensure reliability.
  3. User Experience (20%)
    • A streamlined interface (both command line and web front-end) allows community members to easily query and observe the agent’s decision processes.
  4. AI Integration Creativity (15%)
    • We employ advanced reasoning logs (explanations of each decision), offering transparency and building trust in AI-driven governance.
  5. Technical Robustness (15%)
    • Our approach includes security checks, fallback procedures, and modular design for easy scaling or integration with future NEAR-based products.

Future Development Roadmap

  1. Enhance Tool Integration
    • Expand the agent’s plugin ecosystem to incorporate more NEAR-based dApps, oracles, analytics services, and bridging solutions.
  2. Expanded Futarchy
    • Introduce on-chain or off-chain prediction markets that feed into the agent’s decision-making to provide real-time economic signals.
  3. Improved Explainability
    • Add more detailed “reasoning trace” visualizations to help users fully understand how the agent derived each conclusion.
  4. Multi-Protocol Expansion
    • Adapt Fission for cross-chain or multi-DAO use cases, ensuring it can seamlessly operate where NEAR is part of a larger ecosystem.
  5. Opensource Contribution
    • Releasing datasets and fine-tuned open-source models that enable more efficient decision-making.

Get Involved

  • Clone & Contribute: We welcome open-source contributions. Fork us on GitHub to add features or fix bugs!
  • Testing & Feedback: Try out the agent on the NEAR Agent Hub and share your experiences or suggestions through GitHub issues.
  • Community & Governance: Join our discussion forums to propose improvements or talk about the future of AI-driven decentralized governance on NEAR.

Fission is excited to bring powerful, transparent AI agents to the NEAR ecosystem. By automating data analysis, generating explainable decisions, and securely executing on-chain actions, we aim to elevate how decentralized communities operate and evolve.

What's inside

8 sections: overview, NEAR integration, track requirements, technical overview, demo, judging criteria, roadmap, contribution

Change this for your project

  • Replace https://chat.near.ai/agents/aiiiden.near/TayEgirl/latest with your deployed agent URL
  • Replace Fission with your project name throughout
  • Replace arkenstone-lab/fission-buidl-ai with your repository path

Where it goes

Keep alongside your test suite. Used to define and score model evaluations.

Worth borrowing

  • Track-specific README that cross-references each judging criterion with a project feature
  • Integration checklist that maps platform requirements to concrete deliverables

Related Documents