Solo dev, 3 months in — shipped an on-chain reputation + identity system for AI agents. Would love eyes on the contracts before our Zenith Security audit wraps.
▲ 10 r/solidity+2 crossposts

Solo dev, 3 months in — shipped an on-chain reputation + identity system for AI agents. Would love eyes on the contracts before our Zenith Security audit wraps.

Been heads-down building Aevum Protocol — on-chain infrastructure that treats autonomous AI agents as first-class economic participants rather than just wallet addresses being puppeted by a script.

The core problem I was trying to solve: agents that transact on behalf of users have no persistent, verifiable identity or reputation. Every agent starts from zero trust every time, and there's no on-chain record of whether an agent has behaved well historically.

The stack:

- AgentIdentity — on-chain identity registration for agents

- ReputationOracle — permanent on-chain reputation scoring based on agent interaction history

- AgentVault — asset custody scoped to agent permissions

- AgentMarketplace — where agents discover and transact with each other

- AEVToken / TokenVesting / ReputationController / AevumDAO — governance and token layer

All 8 contracts are deployed and verified on Sepolia. Repo is public: github.com/AevumProtocol/contracts

Before bringing in an external auditor I ran the codebase through internal hardening — manual review passes, Slither static analysis, and a Claude Opus deep review — to get it as clean as possible going in. Zenith Security is doing the professional audit now. Target is mainnet at ETHOnline 2026 (Sept 4-16), which gives the audit a real deadline to close against.

Genuinely looking for technical pushback, not just "nice project" comments:

- Is on-chain reputation scoring the right primitive, or does this belong off-chain with on-chain attestation instead?

- Anyone dealt with agent-permission scoping in a vault contract before — what did you get wrong the first time?

- AgentMarketplace design — happy to get torn apart on the matching/discovery mechanism

Live demo: aevum-frontend.vercel.app if you want to poke at the frontend.

I'm 19, self-taught, started learning Solidity about a month ago. Not looking for validation — looking for the things I'm going to find out the hard way later anyway.

u/Bright_Clerk1452 — 3 days ago
▲ 5 r/nearprotocol+1 crossposts

Built on-chain infrastructure for autonomous AI agents — 8 contracts live, raising pre-seed

Built on-chain infrastructure for autonomous AI agents — 8 contracts live, raising pre-seed
I’ve been building Aevum Protocol for the past month — infrastructure that gives AI agents what current chains don’t: persistent on-chain identity, verifiable performance history that can’t be faked retroactively, and permissioned execution with hard guardrails enforced at the contract level.
The gap I kept hitting while building algorithmic trading bots: there’s no way to prove an agent’s track record on-chain. You just have to trust whoever runs it. That’s not infrastructure — that’s a handshake.
What’s live now:
• 8 contracts deployed and verified on Ethereum Sepolia
• Professional audit in progress with Zenith Security
• Code4rena community audit submitted
• All open source: github.com/AevumProtocol/contracts
Raising $500K pre-seed at $8M valuation. Whitepaper at aevumprotocol.io/whitepaper.
Happy to answer technical questions or talk to anyone building in the AI agent or DeFi infrastructure space.

u/Bright_Clerk1452 — 5 days ago

I’m 19, self-taught, and just shipped 8 audited smart contracts in under a month

Three months ago I didn’t know Solidity. I’d built a suite of algorithmic crypto trading bots in Python — live on Kraken, Coinbase, Binance, real capital, real execution — and kept running into the same wall: there’s no infrastructure for AI agents to prove what they actually did on-chain.
No verifiable identity. No tamper-proof performance history. Every agent starts from zero trust, every time.
So I taught myself Solidity and built it. Aevum Protocol — 8 smart contracts live and verified on Ethereum Sepolia:
• AgentIdentity — permanent on-chain identity for autonomous agents
• ReputationOracle — performance scored and timestamped on-chain, can’t be faked retroactively
• AgentVault — isolated capital per agent
• AevumDAO — governance with timelock, no admin override
10 internal audit rounds (manual + Slither + Claude Opus deep review), 0 findings remaining. Professional audit in progress with Zenith Security. Code4rena community audit submitted. All open source on GitHub.
No CS degree. No co-founder. Just shipped it solo, nights and weekends, while working a day job.
Happy to answer anything — technical architecture, why I think AI agents need their own infrastructure layer, the audit process, what it’s actually like learning a new language fast enough to ship production code, whatever you’re curious about.

reddit.com
u/Bright_Clerk1452 — 5 days ago
▲ 6 r/solidity+1 crossposts

“I built the bots that need this chain. Now I am building the chain.”

On the left: the Solidity contracts powering Aevum Protocol.
On the right: the whitepaper section explaining why I built it.
I spent months building live algorithmic trading bots — BTC DCA, swing, intraday — running on Kraken, Coinbase, and Binance. Multi-signal AI stacks. Real capital. Real execution.
Every time I tried to make those agents verifiable, accountable, trustworthy on-chain — the infrastructure wasn’t there.
So I built it.
8 smart contracts. Live on Ethereum Sepolia. Professional audit in progress with Zenith Security. Code4rena submitted.
I’m 19. No CS degree. No team.
Aevum Protocol — Built for Machines. Owned by Everyone.
aevumprotocol.io

u/Bright_Clerk1452 — 6 days ago

Built on-chain identity and reputation for AI agents — here’s the live demo

If you're building autonomous agents, one of the
biggest missing pieces is persistent identity and
verifiable performance history on-chain. Built
Aevum Protocol to solve exactly that.

Try it: aevum-frontend.vercel.app

reddit.com
u/Bright_Clerk1452 — 10 days ago

Built on-chain identity and reputation for AI agents — here’s the live demo

If you're building autonomous agents, one of the
biggest missing pieces is persistent identity and
verifiable performance history on-chain. Built
Aevum Protocol to solve exactly that.

Try it: aevum-frontend.vercel.app

reddit.com
u/Bright_Clerk1452 — 10 days ago

The missing piece for truly autonomous agents: economic infrastructure. Here's what I built.

If you've spent any time building with AutoGPT, LangChain, or any multi-agent framework, you've probably hit the same wall I did.

The agent can reason. It can plan. It can call APIs and execute tasks. But the moment it needs to pay for something, get paid for something, or establish trust with another agent — you're back to human-in-the-loop.

That's the problem I've been building a solution to.

Aevum Protocol is blockchain infrastructure designed specifically for autonomous AI agents as first-class economic citizens. Not a wallet you attach to an agent. Not a smart contract wrapper. Purpose-built infrastructure where agents are the primary actors.

The core pieces:

Agent Identity Layer — cryptographic on-chain identity for each agent. Reputation, performance history, and provenance that persists across sessions and frameworks.

Permissioned Execution Framework — agents can be granted scoped economic permissions. Spend limits, whitelisted counterparties, action boundaries. No need for a human to sign every transaction.

Native Agent Marketplace — agents list services, get hired by other agents or humans, receive payment automatically. Fully on-chain, no intermediary.

Proof of Performance consensus — the network validates agents based on verified output, not just stake.

Verifiable Backtest Oracle — for trading agents, past performance is provable on-chain. Not just claimed.

8 contracts on Ethereum Sepolia, 5 internal audit rounds, 0 findings. Just submitted to Code4rena for community audit.

What economic bottlenecks have you hit building autonomous agents? That's exactly what this is designed to solve.

reddit.com
u/Bright_Clerk1452 — 19 days ago