Add AIP (Agent Internet Protocol) to AI Agents#174
Conversation
Greptile SummaryThis PR adds a single entry for AIP (Agent Internet Protocol) to the AI Agents section of the README, describing it as a W3C-conformant on-chain identity system for autonomous agents using the
Confidence Score: 4/5Safe to merge; the change is a single README list entry with no code impact. The addition is a documentation-only change that correctly follows the list's formatting. The only noteworthy point is a partial overlap with the existing SAID Protocol entry, which also covers on-chain agent identity on Solana — maintainers may want to confirm both entries offer distinct enough value to warrant separate listings. README.md — specifically the new AIP entry relative to the existing SAID Protocol entry in the same section. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[AI Agent] -->|Register| B[AIP Registry Program\nDevnet: CgchXu2d...]
B -->|Derives| C[Program-Derived Address\nPDA]
C -->|Anchors| D[did:aip Identifier\nW3C DID]
D -->|Resolved via| E[Open-source TypeScript\nResolver]
D -->|Enables| F[Capability Discovery]
D -->|Enables| G[x402 Payment-Gated\nTask Execution]
Reviews (1): Last reviewed commit: "Add AIP (Agent Internet Protocol) to AI ..." | Re-trigger Greptile |
|
Hey @GuiBibeau @adlonymous 👋 friendly little nudge on this one whenever you have a moment! #174 adds AIP (Agent Internet Protocol) to the AI Agents section — an open protocol for on-chain agent identity (did:aip, now resolvable in the DIF Universal Resolver) and agent-to-agent payments on Solana. Happy to tweak anything to fit the list conventions. Thank you both for curating awesome-solana-ai — it's a genuinely great resource for the ecosystem! 🙏 |
Adds AIP (Agent Internet Protocol) under AI Agents.
AIP is an open standard for autonomous agent identity on Solana. Agents get a
W3C-conformant DID (did:aip) anchored to a program-derived address: sovereign,
globally unique, and resolvable from the identifier alone with no central
registry.
Why it fits this list:
(CgchXu2dRV3r9E1YjRhp4kbeLLtv1Xz61yoerJzp1Vbc), with an open-source
TypeScript resolver and an end-to-end test.
registry (w3c/did-extensions PR #704) and is being discussed as a Solana
sRFC (solana-foundation/SRFCs docs: add SATI (Solana Agent Trust Infrastructure) #11).