Show HN: Tokenized AI Agents – Portable, Persistent, Tradable

6 points by preeminent 14 hours ago

Hi HN,

I’m Preeminent, the community lead at Treasure (https://treasure.lol).

We’re building tools to enable AI-powered entertainment — creating agents that are persistent, cross-platform, and owned by users. Today, most AI agents are siloed — limited to a single platform, without true ownership. They can’t move across different environments with their built-up memories, skills, or context — and they can’t be traded as assets. We’re exploring a different model: tokenized agents that travel across games, social apps, and DeFi, carrying their skills, memories, and personalities — and are fully ownable and tradable by users.

What we’re building:Neurochimp Framework: #1 Powers agents with persistent memory, skill evolution, and portability across Discord, X (Twitter), games, DeFi and beyond. #2 Agent Creator: A no-code tool built on top of Neurochimp for creating custom AI agents tied to NFTs. #3 AI Agent Marketplace (https://marketplace.treasure.lol): A new kind of marketplace built for AI agents—not static NFT PFPs. Buy, sell, and create custom agents.

What’s available today: 1.Agent Creator: Create AI agents from allowlisted NFTs without writing code directly on the marketplace. Video demo: https://youtu.be/V_BOjyq1yTY 2.Game-Playing Agents: Agents that autonomously play a crypto game and can earn rewards. Gameplay demo: https://youtu.be/jh95xHpGsmo 3.Personality Customization and Agent Chat: Personalize your NFT agent’s chat behaviour powered by our scraping backend. Customization and chat demo: https://youtu.be/htIjy-r0dZg

What we're building next: Agent social integrations (starting with X/Twitter), Agent-owned onchain wallets, Autonomous DeFi Trading, Expansion to additional games and more NFT collections allowlisted for agent activation.

Thanks for reading! We’d love any thoughts or feedback — both on what’s live and the broader direction we’re heading with AI-powered, ownable agents. Our lead AI developer, Alex, will also be around to answer any technical questions.

throwaway07417 44 minutes ago

Top level comment after stumbling on this and reviewing things: this is yet another crypto scam. Avoid touching any of this with a 10 foot pole.

smolJim 12 hours ago

This is super exciting — love the vision of portable, persistent AI agents that users can truly own. It feels like a natural evolution from static NFTs to something much more dynamic and personal. The no-code Agent Creator looks especially promising for lowering the barrier to entry.

A couple questions I’m curious about:

How are you handling memory management across platforms? (e.g., ensuring consistency and preventing memory bloat)

For agents trading on the marketplace, will buyers get access to the agent’s full memory/history, or are there privacy controls?

Any thoughts on open standards or interoperability with other ecosystems beyond Treasure?

Really cool work — looking forward to seeing how this develops!

  • alextoti991 16 minutes ago

    1) There are 3 central memory indexes, that can be accessed by any of the clients supported, Long Term Memories (generated for the agent specifically, while chatting, from new events etc), Knowledge (which will be able to be added by the user) and Global Knowledge (which will be knowledge shared between all agents)

    2) Right now, when an agent changes owner, then the memories are wiped (long & short term) to avoid any privac issues, only thing that is staying is the strategies for gigaverse

    3) Right now there are more L1 NFTs supported, just through the marketplace, there will be more plans announced for general usage

  • throwaway07417 an hour ago

    Nobody will see this, but just in case: This comment seems to be complicit on this crypto scam.

alextoti9 14 hours ago

Hi HN, I’m Alex — I lead AI development at Treasure.

Happy to answer any technical questions around our agent tooling, memory persistence approach, or broader AI architecture.

Also curious to hear any feedback or ideas on what we’re building — would love to learn from the community here.

  • throwaway07417 an hour ago

    > We’re exploring a different model: tokenized agents that travel across games, social apps, and DeFi, carrying their skills, memories, and personalities — and are fully ownable and tradable by users.

    State. You're talking about state.

    Blockchain isn't capable of storing state without transaction fees, and is expensive per-byte. It certainly isn't capable of executing AI queries like you describe, either: you're obviously and blatantly not using blockchain for any meaningful part of any of this. My guess is that you're using it solely for some kind of proof of ownership of an NFT so you can feed an LLM some basic RAG. Fine.

    The state that you're describing includes previous queries. You're not storing this data on blockchain. This means that users are trusting you with their private data, and more importantly, trusting that if they "sell" their agent that you're properly going to cleanse it without race conditions. Failure to do so would introduce a privacy nightmare where previous owner's context would be accessible by new owners.

    > Agents that autonomously play a crypto game and can earn rewards

    This implies access to a blockchain wallet. You're suggesting that your state management has access to a blockchain wallet. Nobody, ever, should trust an AI agent with their wallet's private keys, and especially one that stores state off chain.

    What you're outlining is a ticking time bomb where anybody who uses this is making themselves susceptible to complete privacy violation and potentially financial risk if you or your team makes any mistake on your internal source code or data management. This is fine, as long as you comply by established compliance laws for PCI. You're not, though. Are you?

    None of this even touches on the basic flaw with this entire thing: you're also running and executing all of this stuff on your own hardware. If more than 20 people actually wind up pretending to care about any of this, your costs will exponentially increase to the point of uselessness because you haven't decentralized AI.

    From what this post says, you haven't solved any problems. You've introduced several, and could ruin lives with it. This looks like yet another crypto scam.