The verified
Stacks archive.

Signed, contiguous from genesis, and served in the open. Checking your node against it is free, forever.

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.json

Bootstrap a fresh boxmetered

Stand 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.json

Backfill historymetered

Your 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.json

Repair gapsmetered

When 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.json

Archive credits

Metered 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.