Verify an instancefree
Digest-check every range of your local data against the signed manifest. Runs read-only against your database; nothing is uploaded.
secondlayer verify all \
--against https://archive.secondlayer.tools/latest.jsonSigned, contiguous from genesis, and served in the open. Checking your node against it is free, forever.
Digest-check every range of your local data against the signed manifest. Runs read-only against your database; nothing is uploaded.
secondlayer verify all \
--against https://archive.secondlayer.tools/latest.jsonStand up a new instance from the archive instead of replaying the chain — genesis to tip arrives as verified partitions.
secondlayer bootstrap \
--against https://archive.secondlayer.tools/latest.jsonYour node only reaches back so far. Bootstrap the range behind it from the archive, then follow the node forward for free.
secondlayer bootstrap --to-block <n> \
--against https://archive.secondlayer.tools/latest.jsonWhen verify finds a broken or missing range, repair plans the fix as a dry run, then heals exactly those partitions with --apply.
secondlayer repair --apply \
--against https://archive.secondlayer.tools/latest.jsonMetered runs draw from a prepaid balance. Pick a pack, pay through Stripe, and the CLI picks it up on the next run — your email is the whole account.