How to Reclaim an Abandoned Proposal Anchor
If a proposal is rejected, abandoned, or never gathers enough votes, the PBLK proposal anchor cell’s capacity can be recovered by reclaim.
ckb-firewall reclaim \ --proposal <id> \ --tx-out gov_reclaim_tx.jsonThe CLI verifies:
- The proposal anchor is locked by the registry treasury lock
- The anchor carries the
proposal-anchortype args - The anchor has aged past the reclaim delay
- The proposal is not still in its review window or executable
By default, reclaim refuses proposals that are still executable. Use --force only after the governance committee has decided not to execute:
ckb-firewall reclaim --proposal <id> --forceAll recovered capacity returns to the treasury lock automatically.