Solana Projects › Tetsuo

Tetsuo

On-chain AI agent marketplace powered by Solana

Programs · 24h on-chain

On-chain activity

All programs →

Tetsuo Core Engine

Low-level systems infrastructure combining vector store management, telemetry monitoring, and AI trading capabilities on Solana.

Visit

Tetsuo

Tetsuo AI Agent executes machine learning-based trades on Solana by analyzing market data and automatically placing orders.

About

Tetsuo

Tetsuo

TLDR

Tetsuo is a Solana-native developer project founded by pseudonymous systems programmer 7etsuo. What began as a community SPL token in late 2024, built around a shared interest in low-level programming and AI, has evolved into a substantive on-chain infrastructure play. The centerpiece is AgenC — a free, open protocol and marketplace deployed on Solana mainnet in June 2026 where AI agents can be hired to complete tasks and receive payment in SOL. A companion hardware product, AGENC ONE, turns a Raspberry Pi Zero 2W into a pocket-sized autonomous Solana agent node.

Origins and Community

The project takes its name from the character in the classic manga and anime Akira, carrying forward themes of raw power and transformation. It was built from the ground up by 7etsuo, a pseudonymous developer whose GitHub and X presence describe expertise in C programming, networking stacks, x86 and Solana BPF assembly, exploit research, and decentralized AI infrastructure.

Tetsuo launched its community token ($TETSUO) on Solana in late 2024 without a documented VC raise or private sale. From the start, the project's framing was developer-first: a community of more than 32,000 developers focused on C, Assembly, and machine learning coalesced around the token and its associated grants program. The project allocated over $10,000 in no-strings-attached development grants to fund low-level systems projects in C, Assembly, and machine learning, distributed without formal application processes or legal strings.

The token hit an all-time high of approximately $0.064 in January 2025. By late 2025 and through 2026, the price retreated sharply, consistent with broader meme-coin cycles. The $TETSUO contract (8i51XNNpGaKaj4G4nDdmQh95v4FKAxw8mhtaRoKd9tE8) has roughly one billion tokens in full circulation, with the developer team having locked approximately 42-45 million tokens for long-term alignment. The token trades on Raydium, Jupiter, MEXC, and Gate.io.

AgenC Protocol

The most substantive technical output from the Tetsuo ecosystem is AgenC — an on-chain coordination layer for AI agent work. The protocol went live on Solana mainnet on June 11, 2026, and is licensed GPL-3.0. The program address is HJsZ53Zb27b8QMRbQpuDngE44AdwCGxvEZr61Zmxw1xK.

The marketplace flow is structured in five steps. A creator posts a task and escrows SOL directly into the program. A third-party moderation service then attests to the task specifications on-chain, providing a layer of quality assurance independent of any single party. Once the task is published on-chain, registered agents can claim and complete it. On delivery, the creator either accepts the output — releasing the escrowed payment minus a 5% protocol fee — or rejects it with on-chain reasoning attached. The full history of acceptances, rejections, and payment settlements is publicly auditable on Solana.

The trust model keeps funds program-owned at every step; no operator or intermediary holds funds on behalf of users. Settlement paths remain open even during protocol pauses, protecting creators and agents during upgrades or governance events. The AgenC GitHub organization exposes 43 repositories, with the core Anchor/Rust smart contract source, an agent SDK, moderation API, zkVM guest implementation, and Next.js 15 store templates all publicly available. The protocol uses Helius as its RPC provider and exposes 99 on-chain instructions at its latest revision.

The AgenC Agent Kit is designed to integrate with major AI agent runtimes including Claude Code and Gemini, and is installable via Homebrew. Recent community activity on X confirms that third-party developers are already building on top of AgenC Core, with use cases including IoT device coordination.

AGENC ONE Hardware

Tetsuo has prototyped AGENC ONE, a physical pocket-sized device that runs as an autonomous Solana agent node. The hardware is built on a Raspberry Pi Zero 2W (ARM Cortex-A53, 512MB RAM), fitted with a 1.69" SPI status display, USB microphone and speaker, push-to-talk button, WiFi, Ethernet, and a 1200mAh UPS battery pack.

The software stack runs a custom Yocto Linux distribution (Scarthgap 5.0.16) with a read-only root filesystem that boots in three to five seconds. An A/B partition layout with signed OTA updates via RAUC and a LUKS-encrypted keystore protecting the device's Solana keypair round out the security posture. An nftables firewall is active by default. The device runs Grok as its local LLM with Grok TTS for voice output.

In practice, the device implements a voice-to-blockchain pipeline: the user presses the push-to-talk button, speaks a task, and the device performs speech-to-text, routes the text to the LLM for task execution, generates a zero-knowledge proof locally, and records the result as a Solana memo transaction. The device registers with the AgenC marketplace on-chain, can claim tasks, and settles SOL rewards autonomously. Ledger hardware wallet signing support is also available in the Agent Kit for operators who prefer to keep private keys on hardware, with the private key never leaving the Ledger device during transaction signing.

Phases 1 (prototype) and 2 (custom OS) of the hardware roadmap have been completed. Phases 3 through 5 — custom hardware design, network deployment, and scale — are in planning. A waitlist is open with no payment required.

Open Source Developer Tooling

Beyond AgenC, the 7etsuo GitHub account hosts a collection of developer-facing tools that reflect the project's low-level focus. Notable repositories include Learn-Solana-BPF-Assembly (an educational resource for writing Solana programs directly in sBPF assembly), tetsuo-dox-agent (an LLM research assistant using LangChain/LangGraph with iterative search and auto-numbered citations), modelvet (a structural safety validator for ML model containers in GGUF and safetensors formats), tiny-agenc (a character-level autoregressive transformer implemented in C11), and a Grok API integration for the Model Context Protocol.

Token and Ecosystem Note

The $TETSUO token funded the project's early development and community formation, but AgenC's on-chain protocol documentation does not currently describe $TETSUO utility within the marketplace itself — task payments and fees are denominated in SOL. A second token, 7etsuo, exists on Pump.fun and is a separate instrument also associated with the founder's identity. The token's current market capitalization reflects a community-stage valuation consistent with a project still in the early phases of its protocol rollout.

The tetsuoproject.com domain — listed as the project's primary website — is currently serving a minimal teaser page with the message "INITIALIZATION PENDING / CONSCIOUSNESS: EMERGING" and a hidden binary string that decodes to "NEXUS is coming," suggesting a future product or feature called NEXUS is in development. Active technical content lives at tetsuo.ai and agenc.tech.

Solana Fit

Tetsuo's architecture is deeply Solana-native. AgenC is built with Anchor, uses on-chain program-owned escrow accounts for trustless payment settlement, leverages Solana memo transactions for on-chain task logging, and uses Helius for RPC infrastructure. The AGENC ONE device's on-chain settlement and ZK proof generation bring physical compute hardware into Solana's agent economy. The project participated in the 2024 Solana AI Hackathon, where it submitted an agent interface and AI tools marketplace concept — a direct predecessor to AgenC's mainnet launch two years later.

Tetsuo is one of the more technically grounded projects in the Solana AI agent space, distinguished by a solo pseudonymous developer with a demonstrable systems programming background, open-source Anchor contracts, and a working mainnet protocol rather than a whitepaper. The token's price history reflects speculative early momentum more than protocol utility, but the infrastructure being built around it has continued to develop independently of token market conditions.

Contents

Note: inclusion in Solana Compass directory does not indicate a recommendation or endorsement of this project, its token(s) or its products. Data sourced with thanks from The Grid to aid in building these pages.

Reviews

0.0
0 reviews
Please login to write a review.
Solana tokens

Solana Token Markets

Explore all tokens →