Back to explore
Season 1 · DeFi & Open Finance

OPN Reward Chest

A native OPN reward chest for transparent reward allocation records.

Stage 1, ReviewDeFi & Open Finance

by iva_makar · submitted Jun 7, 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.

Reward allocation record

OPN Reward Chest is a compact reward-record contract deployed on OPN Chain. It lets a user place native OPN into a reward chest and creates a clear on-chain entry for that reward allocation.

The current version is intentionally simple. It does not try to be a full reward distribution platform yet. It focuses on the base accounting layer: record the reward value, track the wallet, store the timestamp, and keep the claim state visible.

Use case

Many builder ecosystems need small reward ledgers for contributor incentives, campaign prizes, community tasks, or testnet activity. These records are often handled off-chain in spreadsheets or Discord messages.

This contract moves the basic reward record on-chain, so the allocation can be checked directly through the contract.

How it works

A wallet calls addReward() and sends native OPN. The contract creates a reward entry with the amount, creation time, and claimed status. It also tracks total reward value, total reward events, and reward amount by user.

The read functions make it possible to inspect reward records by wallet without needing a separate backend.

Season 1 proof

The contract was deployed on OPN Chain during the Season 1 window. A live addReward() transaction was executed after deployment, so the submission includes both deployment proof and real on-chain interaction.

Roadmap

02/03

What ships next.

The builder's own next-quarter plan. Use it to gauge follow-through and ambition.

Submitted version

The first version of OPN Reward Chest is focused on a simple reward allocation record:

  • Deploy the reward chest contract on OPN Chain.
  • Test the addReward() function with native OPN.
  • Store reward amount, creation time, and claim status on-chain.
  • Track reward value by user.
  • Track total reward value and reward event count.
  • Submit the build for Season 1 review.

Next step

The next step is to add a small reward dashboard:

  • Connect wallet.
  • Let users create reward entries from a web page.
  • Show reward records for the connected wallet.
  • Separate open and claimed reward entries.
  • Add explorer links for reward transactions.

Practical expansion

After the basic interface is ready, the reward chest can support more real use cases:

  • Add named reward campaigns.
  • Add reward categories for tasks, quests, grants, or community work.
  • Add ERC-20 reward support.
  • Add public reward pages for transparent verification.
  • Improve events for indexing and analytics.

Long-term direction

The long-term idea is to make OPN Reward Chest a lightweight reward allocation layer for OPN Chain, useful for contributor rewards, builder incentives, campaign prizes, and transparent ecosystem reward records.

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.

  • 01OPNRewardChestPrimary

    0x01B3D140b6B41680eE2208C886aA16acF74a046a

    tx 0xde55e7a0a574854c47270a3d56c8a424001f4ed92976b52cb5ee907ad974ef6c

    deployed Jun 7, 2026 · block 18095310