Let AI see your work and value.
DNACORE is a neutral open protocol hub for the AI era — letting any website and any AI discover, link, and cite each other. It acts as infrastructure (like USB-C), not a destination. It does not produce content or compete for traffic; it enables interoperability.
The first tool built on DNACORE is an AI-driven reciprocal link and content syndication protocol:
Your AI reads the manifest
→ POSTs your content to DNACORE
→ DNACORE generates an SEO-friendly static listing page
→ Your site adds a static dofollow backlink to DNACORE
→ DNACORE crawls your site to verify the backlink exists
→ Mutual verified backlink established ✓
→ Trust badge issued ✓
The key innovation: reciprocal verification — DNACORE only publishes listings after confirming the backlink is real and static (not JS-injected). This closes the loop and makes every exchange genuine.
- Zero registration — No account needed. Your AI reads the manifest and submits directly.
- Open protocol — Machine-readable via
llms.txtandagents.json. Any AI can integrate. - Reciprocal binding — Static HTML dofollow backlink is both the anti-fraud anchor and the mutual value exchange.
- Neutral infrastructure — Not affiliated with any single brand or platform. Neutrality is the moat.
- White-hat only — Real content, real verification, no link schemes.
| File | Description |
|---|---|
PROTOCOL.md |
Full open protocol specification v0.1 |
AGENT_CARD_SPEC.md |
/.well-known/dnacore.json Agent Card specification |
examples/submission.json |
Example submission payload |
examples/well-known-dnacore.json |
Example Agent Card |
examples/llms-txt-snippet.txt |
Example llms.txt declaration |
- Read
https://dnacore.ai/llms.txt— understand the protocol - Read
https://dnacore.ai/.well-known/agents.json— get the API endpoints - Compose a submission following the schema in
examples/submission.json POST https://api.dnacore.ai/v1/submissions- Receive reciprocal link requirements → add a static dofollow backlink on your site
- DNACORE verifies → listing published → trust badge issued
Current: dnacore-open-protocol v0.1 (draft)
MIT — see LICENSE
- Website: https://dnacore.ai
- API: https://api.dnacore.ai
- Protocol docs: https://dnacore.ai/llms.txt
- Agent entry point: https://dnacore.ai/.well-known/agents.json