The Heist Engine
Every trade ending in .67 triggers Heist Mode. Siphon value directly from the central Treasury.
On-Chain Block Entropy
Atomically executed inside the `HeistEngine` smart contract. The contract requests entropy by combining the preceding block header hash `blockhash(block.number - 1)`, validator beacon randomness `block.prevrandao`, and client wallet address `msg.sender` into a Keccak-256 seed.
seed = uint256(keccak256(abi.encodePacked(blockhash(block.number - 1), msg.sender, block.prevrandao)));Auditable Verification
Since the block hash of a transaction's processing block cannot be predicted before mining, neither players nor the contract owners can manipulate outcomes. Any roll's mathematical proof is public and can be verified using transaction logs.
Verify on Chain ExplorerThe Kingdom Map
Explore the physical geography of the Outlaw Capital ecosystem. Hover over castles and guilds to trace the siphoned gold path.
Cartographer
Hover over any landmark on the kingdom chart to inspect its role inside the Outlaw ecosystem.
Recent Heists
Real-time records of outlaws breaching the treasury. Watch the legendary runs settle live.
Protocol Statistics
Real-time performance figures validating the adoption of the Heist Engine.
Saga Quest
Follow the roadmap of the Outlaw faction. The vault is massive, and we are only breaching the first gates.
Quest I: Assembly of the Guild
CompletedForge the core smart contracts, deploy the gas-optimized $OUTLAW ERC-20 token with EIP-2612 permit capabilities, initialize the custom Factory deployment architecture, and launch the out-of-range Uniswap V3 liquidity positions.
Quest II: Vault Breach
ActiveDeploy the Heist Engine frontend interface, allow users to sign transactions gaslessly on Robinhood Chain, enable interactive Heist mode trades, and initiate mock live event feeds.
Quest III: Sovereign Outlaws
LockedIntroduce governance-locked staking vaults, enable guild raids (multi-user combined pools targeting specific vault parameters), and deploy cross-chain token bridges.
