Skip to content

Commit 52c4924

Browse files
committed
docs: README pivot — base + ethereum, v4 hook badge
- intro: 'autonomous AI agent verifier on Base + Ethereum' (was Ethereum only) + v4 hook one-liner: 'one hook. two chains. every trade.' - badges: added Base mainnet + Uniswap v4 hook chips, ethereum chip recolored to canonical 627EEA - roadmap: marked v0.4.2 as shipped (v4 hook + Base support + attestation mirroring), pushed Arbitrum/Optimism to v0.7 - repo url normalization: traceprotocolscan/trace-protocol -> usetraceprotocol/trace-protocol
1 parent dc25c26 commit 52c4924

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,24 @@
1919

2020
**fake agents have no pulse.**
2121

22-
autonomous AI agent verifier on Ethereum. scans every agent deployment,
23-
classifies behavior as `AUTONOMOUS` · `HYBRID` · `HUMAN`, and publishes
24-
on-chain attestations with the evidence attached.
22+
autonomous AI agent verifier on **Base + Ethereum**. powered by a Uniswap v4
23+
hook that fingerprints every swap caller, classifies behavior as `AUTONOMOUS`
24+
· `HYBRID` · `HUMAN`, and publishes on-chain attestations with the evidence
25+
attached. one hook. two chains. every trade.
2526

2627
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
2728
[![TypeScript](https://img.shields.io/badge/typescript-5.x-3178C6.svg?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
2829
[![Solidity](https://img.shields.io/badge/solidity-0.8.24-363636.svg?logo=solidity&logoColor=white)](https://docs.soliditylang.org/)
2930
[![Python](https://img.shields.io/badge/python-3.11+-3776AB.svg?logo=python&logoColor=white)](https://www.python.org/)
30-
[![Ethereum](https://img.shields.io/badge/Ethereum-native-14F195.svg?logo=ethereum&logoColor=black)](#architecture)
31+
[![Base](https://img.shields.io/badge/Base-mainnet-0052FF.svg?logo=coinbase&logoColor=white)](#architecture)
32+
[![Ethereum](https://img.shields.io/badge/Ethereum-native-627EEA.svg?logo=ethereum&logoColor=white)](#architecture)
33+
[![Uniswap v4](https://img.shields.io/badge/uniswap-v4_hook-FF007A.svg?logo=uniswap&logoColor=white)](#architecture)
3134
[![Tests](https://img.shields.io/badge/tests-passing-brightgreen.svg)]()
3235
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing)
3336
[![X](https://img.shields.io/badge/follow-%40TraceProtocol__-1DA1F2.svg?logo=x&logoColor=white)](https://x.com/TraceProtocol_)
3437
[![Telegram](https://img.shields.io/badge/telegram-usetraceprotocol-26A5E4.svg?logo=telegram&logoColor=white)](https://t.me/usetraceprotocol)
3538

36-
[![sdk release](https://img.shields.io/github/v/release/traceprotocolscan/trace-protocol?label=sdk&color=7DDCB5&logo=github)](https://github.com/traceprotocolscan/trace-protocol/releases/latest)
39+
[![sdk release](https://img.shields.io/github/v/release/usetraceprotocol/trace-protocol?label=sdk&color=7DDCB5&logo=github)](https://github.com/usetraceprotocol/trace-protocol/releases/latest)
3740
[![Agents scanned](https://img.shields.io/badge/agents%20scanned-4.2k+-7DDCB5.svg)]()
3841
[![Detection rate](https://img.shields.io/badge/detection%20rate-94%25-7DDCB5.svg)]()
3942
[![Verdicts on-chain](https://img.shields.io/badge/verdicts%20on--chain-1.8k-7DDCB5.svg)]()
@@ -213,11 +216,11 @@ curl -s https://api.traceprotocol.tech/v1/verdict/AgentContractAddress1111111111
213216
### TypeScript SDK
214217

215218
The SDK ships from the monorepo today. npm publish is gated until the
216-
`trace-protocol` org is set up — track [#sdk-publish](https://github.com/traceprotocolscan/trace-protocol/issues)
219+
`trace-protocol` org is set up — track [#sdk-publish](https://github.com/usetraceprotocol/trace-protocol/issues)
217220
or grab the v0.4.0 source directly:
218221

219222
```bash
220-
git clone https://github.com/traceprotocolscan/trace-protocol.git
223+
git clone https://github.com/usetraceprotocol/trace-protocol.git
221224
cd trace-protocol/packages/sdk
222225
pnpm install
223226
pnpm build
@@ -309,9 +312,10 @@ wscat -c wss://api.traceprotocol.tech/v1/feed
309312
| **v0.2** | On-chain attestation program (Foundry) ||
310313
| **v0.3** | REST API + TypeScript SDK + signal feed ||
311314
| **v0.4** | Confidence calibration + historical verdicts ||
315+
| **v0.4.2** | Uniswap v4 hook + **Base support live** + attestation mirroring ||
312316
| **v0.5** | Dashboard beta + batch query | 🛠️ |
313317
| **v0.6** | Webhook alerts + verdict change notifications ||
314-
| **v0.7** | Multi-chain expansion (Base, Ethereum agent ecosystems) ||
318+
| **v0.7** | Arbitrum + Optimism expansion ||
315319
| **v1.0** | Public attestation explorer + governance ||
316320

317321
## Contributing

0 commit comments

Comments
 (0)