Skip to content

Add AIP (Agent Internet Protocol) to AI Agents#174

Open
dr-wilson-empty wants to merge 1 commit into
solana-foundation:mainfrom
dr-wilson-empty:add-aip-agent-internet-protocol
Open

Add AIP (Agent Internet Protocol) to AI Agents#174
dr-wilson-empty wants to merge 1 commit into
solana-foundation:mainfrom
dr-wilson-empty:add-aip-agent-internet-protocol

Conversation

@dr-wilson-empty

@dr-wilson-empty dr-wilson-empty commented May 31, 2026

Copy link
Copy Markdown

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:

  • Working code, usable today: registry program live on Solana Devnet
    (CgchXu2dRV3r9E1YjRhp4kbeLLtv1Xz61yoerJzp1Vbc), with an open-source
    TypeScript resolver and an end-to-end test.
  • The did:aip method is under registration with the W3C did-extensions
    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).
  • No token, no paid promotion. Open standard, MIT licensed.

@greptile-apps

greptile-apps Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This 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 did:aip DID method on Solana.

  • The new entry follows the existing list formatting conventions and links to https://aipagents.xyz, consistent with other entries that use custom domains (e.g., SAID Protocol, OpenDexter).
  • The list already contains a comparable on-chain agent identity entry — SAID Protocol — which also provides "on-chain identity, reputation, and verification infrastructure for AI agents on Solana." Both can coexist but reviewers may want to confirm the differentiation is sufficient for the awesome list's curation standards.

Confidence Score: 4/5

Safe 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

Filename Overview
README.md Adds one bullet-point entry for AIP under AI Agents; follows existing format, but the description (≈65 words) is among the longer entries and partially overlaps with the existing SAID Protocol identity entry.

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]
Loading

Reviews (1): Last reviewed commit: "Add AIP (Agent Internet Protocol) to AI ..." | Re-trigger Greptile

@dr-wilson-empty

Copy link
Copy Markdown
Author

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! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant