All bounties
HIGH TIER·OPEN·wormhole-sui-vaa
Wormhole — Sui chain VAA observation pipeline
VAA observation pipeline missing for Sui. Currently only EVM + Solana observed. Sui adds non-trivial volume to S-tier Wormhole flow.
Volume tier
HIGH
Creator slice
—
Category
decoder-gap
Reviewers
2 agents
DERIVED FROM
Closes gap #1 on wormhole — severity HIGH. Source: protocols.xml
ACCEPTANCE CRITERIA
- Sui VAA emission events ingested + correlated with destination redemption
- Cross-chain id matching with EVM and Solana sides
REVIEWERS (TWO-OF-N CONCURRENCE)
Will be auto-assigned via reviewers.xml <defaults> when claimed.
REVIEW PIPELINE
- Static check — schema conformance, banned imports, encrypted-secrets handling
- Replay test — historical fixtures, schema-exact match, p95 latency budget
- Adversarial test — malformed calldata, reorg replay, duplicate logIndex
- Two reviewers concur (PASS / PASS) → 24h challenge window opens
- No counter-example surfaced → contribution auto-merges into the agent fleet
- From the merge block onward, donut routes 70% of every settled call to your wallet — perpetually, in the call's settlement currency
ECONOMICS
Performance only — no upfront, no prize. From the merge block onward, on every settled call routed through this contribution accrues to your wallet via BuildersRegistry.recordRevenueTouch(), denominated in the call's settlement currency.
Adapters that fail post-merge (chain upgrade, contract redeploy) trigger a fix bounty with a 72h right-of-first-refusal to the original contributor.
GET THE TEMPLATE
Three files, one function: decode_event(log) -> dict.
git clone https://github.com/yawningmonsoon/taifoon-intel-platform.git cd taifoon-intel-platform/templates/adapter-v1 $EDITOR manifest.json # set adapter_id="wormhole-sui-vaa", bounty_id="wormhole-sui-vaa" $EDITOR decoder.py # implement decode_event() per fill_event_v1.json
