Documentation
Verify everything
Nothing on this site needs to be taken on trust. The contracts the product depends on were deployed by other people, we did not write them, and every address can be confirmed in one request against any public endpoint for chain 4663.
Check it yourself
None of this needs to be taken on trust.
The stealth rails we depend on were deployed by other people and we did not write them. That is the point: there is nothing of ours to trust in the part that matters most, and you can confirm every address below with one request.
curl -s $RPC -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"eth_getCode","params":["ADDRESS","latest"]}' A response of 0x means nothing is deployed there. Anything longer is the contract, and its length is what our release suite checks before every release, because third-party code at a fixed address can change.
One address we refuse to touch
A dead deployment artifact on this chain carries code but points at a pool manager that has none, so every call into it reverts. The client blocks it outright, and the release suite confirms it is still there so the block stays justified rather than inherited.