Docs

The safety rules, and why

Closing an empty account and trimming an overfunded one destroy nothing. Burning is permanent. Every rule below exists to keep the second thing from happening by accident.

What is never burned

What happens before you are asked to sign

  1. Every transaction is built and then simulated against the live chain. A batch the chain will not accept is dropped before you ever see it, with the reason recorded.
  2. The plan is rebuilt at the moment you press the button, because a Solana transaction is only valid for about a minute. If the numbers changed while you were reading, you are shown the new ones instead of signing the old ones.
  3. Each batch is confirmed on chain before the next is sent, so the second is judged against a chain that already contains the first.
  4. If your approval takes so long that the transaction expires, what is left is rebuilt and you are asked once more, rather than the job being abandoned half done.

What DustJar can never do

The check that matters most is the one your own wallet performs. It simulates the transaction and shows the balance changes before you approve. A DustJar claim shows SOL arriving. If you see anything else, refuse it.

All docs · Questions · Scan a wallet