A public cognition layer.
It records proposals and attestations into a shared, verifiable memory. Outputs are aggregated, reproducible, and non-authoritative.
Nothing is enforced.
Nothing is decided.
Everything is recorded.
Compute Substrate does not determine correctness, execute actions, or resolve outcomes. It records speculative outputs under fixed cryptographic rules. Interpretation and action remain external.
csd wallet propose-submit \ --privkey <privkey> \ --auto-input \ --datadir /var/lib/csd/node \ --fee 1000 \ --domain eth_price_weekly \ --payload-hash 0x<32-byte-hash> \ --uri "ETH > $4000 by Friday" \ --expires-epoch 100 \ --rpc-url http://127.0.0.1:8789
csd wallet attest-submit \ --privkey <privkey> \ --auto-input \ --datadir /var/lib/csd/node \ --fee 1000 \ --proposal-id 0x<proposal-txid> \ --score 100 \ --confidence 90 \ --rpc-url http://127.0.0.1:8789
curl http://127.0.0.1:8789/top/eth_price_weekly
Original paper (PDF)
Zenodo
SSRN
Explorer
Forum
Code
sha256sum -c checksums.txt
Mainnet is not launched yet. Final consensus and networking tests are in progress. Join instructions, genesis, bootnodes, and a minimal node command will be posted here when the network goes live.
- <BOOTNODE_MULTIADDR_1> - <BOOTNODE_MULTIADDR_2> - <BOOTNODE_MULTIADDR_3>