|
19 | 19 |
|
20 | 20 | **fake agents have no pulse.** |
21 | 21 |
|
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. |
25 | 26 |
|
26 | 27 | [](LICENSE) |
27 | 28 | [](https://www.typescriptlang.org/) |
28 | 29 | [](https://docs.soliditylang.org/) |
29 | 30 | [](https://www.python.org/) |
30 | | -[](#architecture) |
| 31 | +[](#architecture) |
| 32 | +[](#architecture) |
| 33 | +[](#architecture) |
31 | 34 | []() |
32 | 35 | [](#contributing) |
33 | 36 | [](https://x.com/TraceProtocol_) |
34 | 37 | [](https://t.me/usetraceprotocol) |
35 | 38 |
|
36 | | -[](https://github.com/traceprotocolscan/trace-protocol/releases/latest) |
| 39 | +[](https://github.com/usetraceprotocol/trace-protocol/releases/latest) |
37 | 40 | []() |
38 | 41 | []() |
39 | 42 | []() |
@@ -213,11 +216,11 @@ curl -s https://api.traceprotocol.tech/v1/verdict/AgentContractAddress1111111111 |
213 | 216 | ### TypeScript SDK |
214 | 217 |
|
215 | 218 | 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) |
217 | 220 | or grab the v0.4.0 source directly: |
218 | 221 |
|
219 | 222 | ```bash |
220 | | -git clone https://github.com/traceprotocolscan/trace-protocol.git |
| 223 | +git clone https://github.com/usetraceprotocol/trace-protocol.git |
221 | 224 | cd trace-protocol/packages/sdk |
222 | 225 | pnpm install |
223 | 226 | pnpm build |
@@ -309,9 +312,10 @@ wscat -c wss://api.traceprotocol.tech/v1/feed |
309 | 312 | | **v0.2** | On-chain attestation program (Foundry) | ✅ | |
310 | 313 | | **v0.3** | REST API + TypeScript SDK + signal feed | ✅ | |
311 | 314 | | **v0.4** | Confidence calibration + historical verdicts | ✅ | |
| 315 | +| **v0.4.2** | Uniswap v4 hook + **Base support live** + attestation mirroring | ✅ | |
312 | 316 | | **v0.5** | Dashboard beta + batch query | 🛠️ | |
313 | 317 | | **v0.6** | Webhook alerts + verdict change notifications | ⏳ | |
314 | | -| **v0.7** | Multi-chain expansion (Base, Ethereum agent ecosystems) | ⏳ | |
| 318 | +| **v0.7** | Arbitrum + Optimism expansion | ⏳ | |
315 | 319 | | **v1.0** | Public attestation explorer + governance | ⏳ | |
316 | 320 |
|
317 | 321 | ## Contributing |
|
0 commit comments