About Hwal
Hwal (活) is the first Solana primitive on Pyth Lazer + MagicBlock ER. 1ms price feed, 50ms slot execution, atomic L1 settle. Any protocol can plug in real-time conditional execution with one CPI call. Use cases include sub-slot perp liquidation, cross-DEX arbitrage on ms-scale spreads, DAO treasury conditional rebalances, and vault auto-claim / auto-exit on yield triggers.
Website: https://hwalbindang-web.vercel.app
Repository: https://github.com/Hwaldev/hwal
X: https://x.com/hwalfun
Solana program (devnet): fSLsjTm9PGfbrAgosY2kYb1MnFEpn8LALo5cY5a4AkJ
Deployed on Solana devnet. Anchor program. The Hwal program exposes a small set of instructions: initialize_config, update_config, register_lazer_feed, open_position, update_triggers, tick_position, commit_to_l1, cancel_position. Other Solana programs integrate Hwal by CPI into open_position (define the trigger, delegate to MagicBlock ER) and rely on the permissionless keeper market to call tick_position inside the ER when conditions are met. Keepers earn 0.25% of position collateral as a reward; the protocol fee receiver earns 0.5%; the position owner receives the remainder. All settlement happens in a single atomic transaction with L1 commit.
Roadmap: V0 (live devnet) uses an authority-pushed mock feed and L1 keeper polling for parity testing. V1 swaps the mock feed for Pyth Lazer subscription on the chosen channel (1ms / 50ms / 200ms). V2 delegates position state to MagicBlock ephemeral rollup for 50ms slot cadence with atomic L1 commit on trigger fire.