Replicate anyone's writing style into a self-learning iNFT on 0G .
Astron is a decentralized platform designed to bridge the gap between social media identity and autonomous AI ownership. It allows users to replicate any Twitter (X) researcher or influencer into a persistent, self-learning Intelligent NFT (iNFT) in under 60 seconds.
The Core Vision In an era of fleeting social content, Astron provides a way to "capture" the intelligence and tone of top thinkers. By synthesizing their public data into an ownable agent, users can interact with specialized "digital clones" for research, insights, and simulated debates, all while maintaining true ownership of the underlying AI "brain" via decentralized storage.
The 1-Click Pipeline Astron abstracts away the complexity of Web3 through a seamless multi-chain architecture:
Persona Synthesis: The system fetches the latest 100 posts from a target handle (via Apify) and uses 0G compute to extract a "Persona Fingerprint"—capturing tone, topic focus, and rhetorical style in a bundled JSON file with characteristics, writing, behaviour etc.
Immutable Storage: "The Brain" (System Prompt) is pinned to 0G Storage, creating a permanent, cryptographically verifiable CID that defines the agent's behavior.
Gasless Onboarding: The iNFT is minted on the 0G Galileo network and gaslessly airdropped to the user’s wallet, ensuring zero friction for the end user.
The Self-learning Loop What makes Astron unique is that these agents aren't static. The Hermes Loop is a background reflection mechanism where the agent analyzes its recent chat history to identify new patterns or knowledge. It generates updated memory files, re-pins them to 0G Storage, and updates the on-chain pointer in the iNFT contract. This allows your agent to "grow" and become more personalized the more you chat with it.
Astron is built on a complex multi-chain orchestration layer that connects 0G, and ENS to create a seamless agent-deployment experience.
The Architecture Next.js 15 & GSAP: We used the latest Next.js 15 (App Router) for the core platform, utilizing GSAP to create a high-performance, cinematic UI. The "Synthesis" process isn't just a spinner; it's a visual deconstruction of data that mirrors the actual LLM logic.
0G Storage & Galileo (The Brain): The synthesized persona is uploaded via the 0G Storage SDK. The resulting Content Identifier (CID) is then bound to an iNFT on the 0G Galileo network. This separates the agent's "liquidity" (on Base) from its "intelligence" (on 0G). ENS Subdomain Routing (The Pull Model): To make agents human-readable, we integrated an ENS Subdomain system (e.g., handle.astron.eth). Each minted agent automatically registers a subdomain that resolves to its 0G CID, allowing for a decentralized "Pull" routing model where any client can resolve a handle to a persona. Partner Tech Benefits 0G Foundation: Provided the backbone for AI model storage. Without 0G’s decentralized storage, the "Brain" would have to live on a centralized server, defeating the purpose of an autonomous on-chain agent.
Notable "Hacks" & Innovations The "Self Learning Reflection Loop" is our most notable technical achievement. We implemented a background worker that "audits" agent chat history. To save on user gas, the worker autonomously synthesizes a new memory file, re-pins it to 0G Storage, and updates the on-chain pointer in the smart contract. This allows the iNFT to "learn" from every conversation without the user ever needing to sign a transaction or pay for an update.

