OPN Trust Vault
A native OPN trust vault for weighted trust deposit records.
by natalia_gu · 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.
Trust deposit record
OPN Trust Vault is a lightweight trust-record contract deployed on OPN Chain. It lets a wallet create a native OPN trust deposit and stores that deposit as a weighted on-chain record.
The contract is designed as a simple trust primitive: a user attaches value, the contract calculates a trust level, and the record remains readable through wallet-based view functions.
Why this is useful
Many ecosystem activities depend on trust signals: joining a builder program, supporting a campaign, proving serious participation, or showing a wallet-based commitment.
Off-chain trust records can be hard to verify. This contract creates a transparent on-chain version where the value, timestamp, trust level, and status are stored directly in the contract.
Contract behavior
recordTrustDeposit()creates a trust record with native OPN.- Each record stores amount, creation time, trust level, and unlock status.
- The contract tracks trust value by wallet.
- It also tracks trust score by wallet.
- Global totals are tracked for trust value, trust score, and trust record events.
unlockTrustRecord()can close a trust record later.- Read functions expose trust records by wallet.
OPN Chain proof
The contract was deployed on OPN Chain during the Season 1 submission window. A live recordTrustDeposit() 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 Trust Vault focuses on weighted trust deposit records:
- Deploy the trust vault contract on OPN Chain.
- Test the
recordTrustDeposit()function with native OPN. - Store deposit amount, creation time, trust level, and unlock status on-chain.
- Track trust value by wallet.
- Track trust score by wallet.
- Track global trust value, trust score, and trust record event count.
- Submit the working contract for Season 1 review.
Next step
The next step is to create a small trust dashboard:
- Add wallet connection.
- Let users create trust records from a web page.
- Show trust records for the connected wallet.
- Display active and unlocked records separately.
- Show calculated trust level for every record.
- Add explorer links for trust deposit transactions.
Product expansion
After the first interface, the vault can support more structured trust flows:
- Add named trust campaigns.
- Add trust categories for builder programs, testing, grants, community work, or ecosystem support.
- Add optional trust notes.
- Add ERC-20 trust deposit support.
- Add public trust pages for transparent review.
Long-term direction
The long-term goal is to make OPN Trust Vault a lightweight trust-record layer for OPN Chain, useful for builder participation, campaign support, contribution tracking, and transparent wallet-based trust signals.
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.