Live on devnet

Trigger a real rescue yourself.

Connect a devnet wallet and this creates a real escrow — your own real gas buffer, your own real token delegation — then deliberately leaves it unexecuted, exactly like this repo's own activity generator does. Two independent keeper bots are already running, continuously, watching for exactly this. Nothing is staged: you're watching the same permissionless race described in the docs happen live, over your own escrow, signed by your own wallet.

RequiresPhantom wallet, set to Devnet, with a small amount of devnet SOL (the demo can request some for you if you have none)

This is real, not staged: a real devnet transaction, signed by your own wallet, and real keeper bots that don't know this escrow came from a human. What it doesn't do is simulate a swap that actually stalled — you can't force that on demand — so instead the demo creates the escrow and simply never attempts the swap, which is the identical on-chain state a genuinely stalled one would be in. See Worked Examples for the same flow explained in code.