swarm calm·reads refresh every 30s

analytics

the rules that govern the mirror, and what's been happening lately. charts will land once there's enough history to plot — fake graphs are worse than no graphs.

❀ the rules

performance fee

15%

taken only from extra yield earned

earnings collected

once a day

rolled into share price

withdrawal escape hatch

24h

always be able to leave

treasury change delay

24h

fee destination can't change instantly

price safety check

5%

two independent price feeds must agree

noise filter

10× prior

blocks impossible jumps from other chain

max move per rebalance

25%

limits damage if the swarm misbehaves

stale data cutoff

1h

ignores updates older than this

✿ safety

  • every move the swarm makes is bounded — it can't drain the vault, even if it's compromised.
  • two independent price feeds have to agree before anything moves, within 5% of each other.
  • updates from the other chain that look impossible (10× any prior reading) get ignored.
  • any change to where fees go is delayed 24 hours, so you have time to leave first.
  • you can always start a withdrawal — there is no admin override.
  • the full test suite passes (105 unit tests + 30 fork tests on live state).
  • not yet audited by an external firm. mainnet is gated on that.

✦ recent

  1. added a small-drift shortcut so the swarm doesn't waste gas on tiny moves
  2. redeployed both chains with the full safety set turned on
  3. first real cross-chain rebalance landed end-to-end on testnet
  4. contracts deployed on Base and Ethereum testnets
  5. passed all internal safety reviews