Single-subnet attack cost
The first defense is the cost of corrupting subnet-level consensus. To move a single subnet’s weighted verdict, an attacker must acquire enough alpha-weighted validator influence to override honest validators. The approximate cost formula.Multi-subnet defense
For higher-stakes questions, Pelion’s adapter supports routing the same question to multiple subnets. The verdicts must agree (or meet a quorum rule) before finalization. An attacker must now corrupt a quorum of subnets simultaneously. The cost of this scales close to multiplicatively across subnets because the attacks are largely independent. Acquiring alpha in SN6 does not give any advantage when attacking SN28. There is some sub-linearity from shared attack infrastructure (bot nets, coordination) but the dominant term is independent per-subnet cost. Routing policy. Low-stakes questions default to a single subnet to keep cost down. High-stakes questions fan out to multiple subnets. The threshold is configurable and is expected to move with observed attack attempts.Relay challenge economics
Even with corrupted subnet consensus, the relay challenge layer provides an orthogonal defense. Here’s how. The relayer that posts a verdict to mainnet bonds USDC. The verdict it posts carries validator signatures claiming to represent subnet consensus at a specific block height. A challenger running a 24/7 verification client can (a) watchVerdictSubmitted events on mainnet, (b) independently fetch the actual subnet consensus at the cited block height, (c) compare, and (d) submit a counter-verdict with their own bond if the two don’t match.
The economics make honest challenging rational. Challenger bonds are sized so that successful challenges earn the challenger a portion of the losing relayer’s bond. Unsuccessful challenges (challenger’s verdict doesn’t match actual consensus either) forfeit the challenger’s bond.
For this defense to be effective, at least one honest challenger must be watching. With public subnet consensus data and a published challenger client, this is a low bar. A single aligned validator operator or a protocol-adjacent watchdog is enough. The attack requires compromising not just the subnet but also every honest observer watching the relay.
Quantitative comparison to UMA
The asymmetry matters most at the high end. UMA’s security is bounded by its token market cap, no matter how large the market. Pelion’s security scales with the number of routed subnets, with each additional subnet adding roughly-independent defense.