Scenario forecasting with signals, assumptions and review rounds.
Augury is a scenario desk for uncertain outcomes. It records signals and assumptions before the validators compare public evidence and return a reasoned assessment.
| Surface | Link |
|---|---|
| Live app | https://assmore22-augury.vercel.app |
| GitHub | https://github.com/assmore22/augury |
| Contract | https://explorer-studio.genlayer.com/contracts/0xA83926e5B73b8e64fF3Cbc0A464FF793001706eD |
- Network: GenLayer Studionet
- Chain ID: 61999
- Contract:
0xA83926e5B73b8e64fF3Cbc0A464FF793001706eD - Deploy transaction: 0x0ba663aa...e6b245
- Deployed:
2026-06-22T21:32:33.257Z - Source:
contracts/augury_v2.py(41,474 bytes)
- Create a scenario.
- Add signals and assumptions.
- Gather source material.
- Open prediction round.
- Review outcome and challenge if needed.
The frontend reads scenario records, signal lists, assumption sets and outcome summaries. Contract state is public; write actions still require a connected wallet on GenLayer Studionet.
| Action | Transaction |
|---|---|
create_scenario |
0x263795dd...948d99 |
add_signal_1 |
0xfd77c1b6...9b363d |
add_signal_2 |
0xa3a19dd3...57c8e3 |
add_assumption |
0xfada4ddd...61be99 |
gather_signals |
0xf3777c61...8ca193 |
open_prediction_round |
0xe4ac7d4e...e81dae |
python -m http.server 8080Open http://localhost:8080.
The public package is static and has no install step. Vercel receives only frontend, contract source and public deployment metadata.
Keep wallet private keys, vault exports, .env files, Vercel project state and dashboard data out of Git. This repository is for public source, UI, tests and deployment receipts only.