Summary
The Hollow BEAM (HB) is a scalable, complete, and useful SmartWeave network that employs Deterministic Compute, Stateless Messages, and the Permaweb Payment Protocol to create a scalable smart contract network. The system comprises several components, each of which communicates with each other through a message protocol. This protocol allows individual processes (smart contracts) to interoperate without a shared global state, addressing one of the main challenges in Smart Contract Networks: interoperability and shared state.
Imagine a network designed akin to the "Actor" pattern, where each "Contract" operates as a process. Each process can receive messages and return messages placed in an outbox, allowing contracts/processes to be isolated from one another. This way, they can focus on their individual rules.
Problem/Challenge List
Stake Weight Attacks
Liquidation Bots and Updates
Financial Risk Semantics
Process Spawning