OPN Proof Pool
A native OPN proof pool for weighted on-chain proof entries.
by mary_sidorenko · submitted Jun 9, 2026
Community votes
0
Voting opens when this submission reaches the Top 10 stage.
Overall score
—/ 100
Weighted average across the 5 judging criteria.
Description
01/03
What the builder said.
Written by the team, rendered as the markdown they typed in the submission wizard.
Weighted proof entry
OPN Proof Pool is a lightweight proof-record contract deployed on OPN Chain. It lets a wallet create a native OPN proof entry and stores that entry with a calculated proof weight.
The contract is built around a simple proof model: a user attaches value, the contract calculates weight, and the entry becomes a readable on-chain record tied to that wallet.
Why this is useful
Many ecosystem actions need proof: testnet participation, builder activity, campaign support, feedback rounds, or contributor tasks. These proofs are often tracked off-chain through forms, screenshots, or private dashboards.
OPN Proof Pool creates a cleaner on-chain base where each proof entry has value, timestamp, weight, and claim status.
Contract behavior
createProofEntry()creates a proof entry with native OPN.- Each entry stores amount, proof weight, creation time, and claim status.
- The contract tracks proof value by wallet.
- It also tracks proof weight by wallet.
- Global totals are tracked for proof value, proof weight, and proof entry events.
claimProofEntry()can close a proof entry later.- Read functions expose proof entries by wallet.
OPN Chain proof
The contract was deployed on OPN Chain during the Season 1 submission window. A live createProofEntry() transaction was executed with native OPN, so this submission includes both deployment proof and real interaction proof.
Roadmap
02/03
What ships next.
The builder's own next-quarter plan. Use it to gauge follow-through and ambition.
Current submission
The submitted version of OPN Proof Pool focuses on weighted on-chain proof entries:
- Deploy the proof pool contract on OPN Chain.
- Test the
createProofEntry()function with native OPN. - Store proof amount, proof weight, creation time, and claim status on-chain.
- Track proof value by wallet.
- Track proof weight by wallet.
- Track global proof value, proof weight, and proof entry event count.
- Submit the working contract for Season 1 review.
Next step
The next step is to create a simple proof dashboard:
- Add wallet connection.
- Let users create proof entries from a web page.
- Show proof entries for the connected wallet.
- Display active and claimed entries separately.
- Show calculated proof weight for each entry.
- Add explorer links for proof transactions.
Product expansion
After the first interface, the proof pool can support more structured verification flows:
- Add named proof campaigns.
- Add proof categories for testing, builder work, feedback, campaigns, or community support.
- Add optional proof notes.
- Add ERC-20 proof entry support.
- Add public proof pages for transparent review.
Long-term direction
The long-term goal is to make OPN Proof Pool a lightweight proof-record layer for OPN Chain, useful for testnet activity, builder programs, campaign verification, contributor tracking, and transparent ecosystem participation.
On-chain proof
03/03
1 contract on OPN Chain.
The chain itself confirmed every deployment is valid, signed by the builder's wallet, and inside the season's window.