Nine ideas, from the plan
Native DeFi
- A liquidity aggregator across the testnet's DMS pools with slippage protection.
- A limit-order system on
pallet-intents, with a solver. - An MEV monitoring dashboard on
TxCommitted/TxRevealedevents with webhook alerts.
AI / zkML
4. Inference with a Groth16 proof verified on chain via aiServing.submit_inference_result.
5. A reputation system for Ailoos nodes from on-chain contribution records.
6. A dataset marketplace paid in testnet DMS with zkML integrity proofs, sourced from SynoodoS.
Identity and privacy
7. Verifiable credentials with on-chain revocation on pallet-identity-ssi.
8. An identity wallet with N-of-M multisig and recovery guardians on account abstraction.
9. An ML-DSA (post-quantum) signature demonstration with a sealed account.
Ten gaps you will hit (known)
- No public faucet. Ask for testnet DMS.
- The explorer's indexer may lag or misdecode; keep your own hashes.
- Custom signed extensions: any library but Polkadot.js, the Dart SDK or the Rust SDK will fail with a codec error.
- Rate limit on public RPC: ~10 req/s, one-hour ban. Run a node.
eth_getCodeatlatestreturns empty for deployed contracts; verify by nonce.- DEX pool treasuries must exist (funded above the existential deposit) before a pool settles fees.
emp_*RPC methods are unpublished; signatures may change.- The reward pool pays per era and has never paid; do not build a demo that depends on a payout landing in 48 hours.
- One DID exists; the identity APIs are not publicly deployed — run the issuer locally.
- Metadata changes every runtime upgrade; upgrades are frozen during the event, but refresh anyway.
The eleventh
The best submission will be the one that finds a gap not on this list and documents it with a reproduction. The first swap found a missing treasury account; the first signed transaction found a two-byte envelope nobody had written down. The ecosystem's most valuable outputs of 2026 were bug reports, and it scores documentation at 15 %.
Status
The hackathon is not yet announced. The pallets are on the public testnet. Nothing above requires waiting.
Based on TESTNET_HACKATHON_PLAN.md and the September 2026 engineering notes.


