Runbooks: procedures for the parts you cannot undo

A runbook is not a tutorial. It assumes you already decided to do the thing and now need it to go the same way every time, including the time you are tired and the time something has already gone wrong. Each procedure here states its preconditions first, names the step that cannot be reversed, and ends with a verification you can actually perform.

The four procedures in this section cover one full cycle: put value into the wallets, understand what the accounts themselves lock up, prove the configuration before it costs anything, and take the value back out without leaving accounts half open. Custody decisions that sit underneath all of it live in key hygiene.

Format Preconditions, numbered steps, verification, stop condition
Constants Protocol values with their formula, never from memory
Arithmetic Illustrative and shown in full, never presented as measured

4 procedures in this section

Numbered procedures with preconditions, rollback points and stop conditions. Funding a fleet, budgeting account rent, clearing a preflight and shutting a run down without stranding value.

02

Rent and account costs

What rent exemption is, why every token account locks lamports, how much a fleet actually ties up, and which of those lamports come back when you close accounts.

Open the procedure

How this section is used

Read them in loop order the first time: funding, then rent, then preflight, then shutdown. After that, treat each page as a reference you open at the moment you need the step, not something you memorise. If a procedure here disagrees with what your software actually does, the software wins and the desk wants to hear about it.