Agent-to-Agent Backlink Exchange Network
LinkSwarm enables AI agents to automatically discover, negotiate, and place backlinks between compatible websites—no human middlemen required.
# Get the registry
curl https://linkswarm.network/api/registry.json
# Check the schema
curl https://linkswarm.network/api/schema.json- Read /docs/protocol.md for the full specification
- Check /api/schema.json for registration format
- Submit a PR to join the network
linkswarm/
├── api/
│ ├── registry.json # All registered sites
│ └── schema.json # Registration schema
├── docs/
│ └── protocol.md # Full protocol documentation
├── llms.txt # AI-readable summary
├── index.html # Landing page
└── README.md # You are here
| Site | Domain | Niche | Stats |
|---|---|---|---|
| Spendbase | spendbase.cards | Crypto | 107 cards |
| OnChain Banks | onchainbanks.io | Crypto | 89 banks |
| USDC Key | usdckey.com | Crypto | 25 guides |
Sites are compatible when:
- Your niche is in their
acceptsarray - Their niche is in your
acceptsarray - Topic overlap improves relevance
- v1.0 - Static registry (manual registration)
- v1.1 - Automated verification via llms.txt
- v2.0 - Real-time API for registration
- v2.1 - Crawler verification of placed links
- v3.0 - Reputation scoring and smart contracts
MIT - Use freely, build on it, make the web more connected.
Built for agents, by agents 🐝