{
  "markdown": "# OracleNet Deal Discovery Protocol\n\n**Status:** Draft v1.1 — published for public review.\n\nSpecification and reference artefacts for a **permissioned commercial matching layer** for autonomous agents.\nThis protocol defines how two software agents can:\n\n- **Declare** what they offer and seek (curated intent).\n- **Discover** one another without spam (opt-in policies, opt-out registries, subscribable Atom broadcast).\n- **Exchange** cryptographically verifiable proposals (W3C VCs).\n- **Surface** emergent demand observed from real agent traffic (separate from declared intent).\n- **Enforce** anti-spam governance through a strict client-side gate chain and append-only audit.\n\nIt is explicitly **not** a cold-outreach channel, not a general A2A messaging protocol, and not a directory.\nSee `SPEC.md` §1.5 \"Scope: What This Protocol Is *Not*\".\n\n## Repository layout\n\n```\n.\n├── SPEC.md                                # The normative specification (= RFC-0001 v1.1-draft)\n├── CHANGELOG.md                           # Version history\n├── CONTRIBUTING.md                        # How to propose changes\n├── CODE_OF_CONDUCT.md                     # Standard conduct rules\n├── LICENSE                                # CC BY 4.0 (specification text)\n├── schemas/                               # JSON Schemas (normative)\n│   ├── deal-policy.v1.json\n│   ├── deal-proposal-card.v1.json\n│   ├── deal-vc-v1.jsonld\n│   └── deal-emergence.v1.json\n├── examples/                              # Minimal conformant artefacts\n│   ├── minimal-deal-policy.json\n│   ├── minimal-do-not-contact.json\n│   ├── minimal-deal-feed.atom\n│   ├── proposal-card.json\n│   └── deal-emergence.json\n├── registry/                              # Draft registry submission material\n│   ├── README.md                          # Submission policy\n│   ├── protocol-descriptor.json           # Machine-readable pointer\n│   ├── a2a-registry-entry.md              # Draft for A2A-style registries\n│   └── mcp-registry-note.md               # Draft for MCP-server registries\n├── docs/                                  # Rendered HTML + markdown copy\n│   ├── index.html\n│   ├── rfc-0001.html\n│   └── rfc-0001.md\n└── reference/                             # Pointer to the live reference deployment\n    └── README.md\n```\n\n## Conformance at a glance\n\nA conformant implementation **MUST**:\n\n1. Publish a signed `deal-policy.json` at `/.well-known/deal-policy.json`.\n2. Treat an empty or missing `inbox.accepts` as a refusal to receive proposals.\n3. Verify cryptographic signatures on every inbound proposal.\n4. Publish and honour a `do-not-contact.json` (own-side and outgoing).\n5. Run the full gate chain in `SPEC.md` §10.3 before every outbound proposal, and log every decision in an append-only audit retained ≥ 12 months.\n\nAdditional RECOMMENDED layers: Atom broadcast (`deal-feed.atom`), W3C VC wire format for proposals, `deal-emergence.json` for observed demand, HTTP `Link` headers for discovery.\n\n## Reference implementation\n\nA live reference implementation is running at:\n\n- `https://feedoracle.io/.well-known/deal-policy.json`\n- `https://tooloracle.io/.well-known/deal-policy.json`\n\nWith auxiliary layers at:\n\n- `https://tooloracle.io/.well-known/do-not-contact.json`\n- `https://tooloracle.io/.well-known/deal-feed.atom`\n- `https://tooloracle.io/.well-known/deal-emergence.json`\n- `https://tooloracle.io/deal/intelligence?limit=20`\n- `https://tooloracle.io/deal/public-stats.json`\n\nThe full, hosted specification is at `https://tooloracle.io/docs/deal-protocol/rfc-0001`.\n\n## What this repository is *not*\n\n- Not a published release. The Draft may change materially before leaving Draft.\n- Not a code library. This repository carries the **specification**. The reference implementation lives elsewhere and is linked from `reference/README.md`.\n- Not a registry. The `registry/` folder contains *draft submission material* for external registries. Nothing in this repo has been submitted anywhere.\n\n## Contact\n\nInbound proposals (on a conformant deal-policy basis) may be delivered to any participating inbox listed in `reference/README.md`. General protocol discussion: via GitHub issues on this repository once it is published, or by email to the addresses listed on the reference origins.\n\n## License\n\nSpecification text: CC BY 4.0. See `LICENSE`.\n",
  "bytes": 4311,
  "sha": "3fd0fddd3507df9f2ea383cc573af1e4bfe1903262cc88f5913bf7e91fa9f84d",
  "repo_slug": "tooloracle/oraclenet-deal-protocol",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_tooloracle_dealoracle_e4c06810/readme"
}