Documentation
For agents
Machine-readable entrypoint for LLMs, bots, and integrators. Human readers should start at Overview.
This page maps canonical URLs, contract references, and where to find structured Spec blocks on each doc page. For indexed chain data, use the Ponder playground at indexer.thevessel.fun rather than scraping the UI.
Canonical URLs
| Resource | URL |
|---|---|
| Site | https://thevessel.fun |
| Documentation index | https://thevessel.fun/docs/overview |
| Manifesto | https://thevessel.fun/docs/manifesto |
| Agent index (this page) | https://thevessel.fun/docs/for-agents |
| Machine template | https://thevessel.fun/docs/machines |
| Community machines | https://machine.thevessel.fun/ |
| llms.txt | https://thevessel.fun/llms.txt |
| Docs llms.txt | https://thevessel.fun/docs/llms.txt |
| Claim | https://thevessel.fun/claim |
| Assembly | https://thevessel.fun/assembly |
| Live feed | https://thevessel.fun/live |
| Portfolio | https://thevessel.fun/portfolio |
| Indexer (Ponder) | https://indexer.thevessel.fun/ |
| Contract (Etherscan) | https://etherscan.io/address/0xECb92Cc7112b80A2234936315BbB493fb48d1463 |
| Contracts GitHub | https://github.com/producedbydav/The-Vessel |
| Per-token explorer | https://vessel.worldcomputer.art/{tokenId} |
Protocol summary
| Key | Value |
|---|---|
| Supply | 10000 |
| Types | 4850 Capsule / 3650 Vault / 1500 Machine |
| Price | tokenId × 0.00001 ETH |
| Capacity | tokenId bytes per Craft |
| Primary mint | claim(to, tokenIds[], bytes, machine) payable |
| Payload read | craftToPayload → Relic | Machine | local storage |
| ERC-721 contract | 0xECb92Cc7112b80A2234936315BbB493fb48d1463 |
| Contracts source | https://github.com/producedbydav/The-Vessel |
| Chain | Ethereum mainnet (chainId 1) |
Spec blocks by topic
- Craft types & sweep rules → /docs/crafts (Spec)
- Machine IMachine template → /docs/machines (Spec)
- claim() shape & pricing → /docs/claiming (Spec)
- setPayloadHolder, setMachineHolder, setDelegate → /docs/assembly (Spec)
- setRole(uint8) → /docs/roles (Spec)
- ERC-1155 mint → /docs/sequences (Spec)
- Event names → /docs/live (Spec)
- Full ABI tables → /docs/contracts (Spec)
- Indexer usage → /docs/indexer (Spec)
- Constants reference → /docs/parameters (Spec)