OPN Community Chest
A simple native OPN community chest for transparent contribution records.
by i_go_rr · submitted Jun 3, 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.
Build summary
OPN Community Chest is a small community finance primitive deployed on OPN Chain. It lets a user fund a shared chest with native OPN while the contract records each contribution amount, deposit time, and withdrawal status on-chain.
The focus is simple: create a transparent contribution record that can later grow into a community treasury, grant pool, or campaign funding tool.
Why this matters
Community funds often need clear and public accounting. Even before adding voting, roles, or governance, a project needs a basic way to show that funds were contributed and recorded.
This contract provides that first layer. Each wallet can create chest deposits, the contract tracks user contribution totals, and the total chest balance can be reviewed on-chain.
Contract behavior
- The user calls
fundChest()and sends native OPN. - The contract creates a chest deposit record for that wallet.
- Each record stores amount, deposit time, and withdrawal status.
- The contract tracks total contributed amount by user.
- The contract also tracks chest balance and total chest events.
- A withdrawal function is included for closing a deposit record.
OPN Chain proof
The contract was deployed on OPN Chain during the Season 1 submission window. A live fundChest() transaction was executed, so the submission includes both deployment proof and interaction proof.
Roadmap
02/03
What ships next.
The builder's own next-quarter plan. Use it to gauge follow-through and ambition.
Current build
This version of OPN Community Chest focuses on a basic shared-fund record for OPN Chain:
- Deploy the community chest contract on OPN Chain.
- Test the
fundChest()function with native OPN. - Store contribution amount, deposit time, and withdrawal status on-chain.
- Track total contributed amount by user.
- Track total chest balance and chest event count.
- Submit the build for Season 1 review.
Near-term improvements
The next step is to make the chest usable from a simple web interface:
- Add a wallet-connected community chest page.
- Let users fund the chest without using Remix.
- Show each wallet's contribution history.
- Display total chest balance and event count.
- Add explorer links for contribution transactions.
Possible product features
After the basic interface is ready, the chest can become more useful for community finance:
- Add named chests for different campaigns or groups.
- Add ERC-20 contribution support.
- Add public chest pages for transparent tracking.
- Add contribution categories such as grants, rewards, events, or builder support.
- Improve event indexing for dashboards and analytics.
Longer-term direction
The longer-term goal is to turn this into a lightweight community funding primitive for OPN Chain, where small groups, builders, and campaigns can track shared contributions and simple treasury activity directly on-chain.
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.