OPN Marketplace & DeFi Suite
All-in-one NFT marketplace, AMM swap, staking and referral airdrop — a full on-chain economy on OPN Chain.
by anngyen · submitted Jun 5, 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.
What we built
OPN Marketplace & DeFi Suite is a full on-chain economy on OPN Chain, combining an NFT marketplace, an AMM token swap, a staking system and a referral airdrop into one connected product. Everything is permissionless: anyone can mint, trade, provide liquidity, stake, or claim — no gatekeepers, no off-chain settlement.
Why
Most "marketplace" demos are isolated features with no economic loop. We wanted real open-finance infrastructure where each module reinforces the others, the project token has genuine utility, and value flows transparently on-chain — a self-sustaining mini-economy rather than a disconnected demo.
Contracts
Six contracts form a single value loop:
ProjectToken (OMT) - ERC-20 utility token, hard cap + controlled minting
NFTCollection - open ERC-721 minting + EIP-2981 creator royalties
Marketplace - list / buy / cancel / offer trading + fee split
SimpleSwap - x*y=k AMM for OPN <-> OMT, 0.3% LP fee
Staking - stake OMT to earn marketplace fees in OPN, no admin key
AirdropReferral - claim OMT + reward on-chain referrers
How the value loop works
NFT sale -> 2.5% platform fee -> Staking contract -> OMT stakers earn OPN
This gives the token real demand and makes the whole system sustainable. Every sale also pays the creator their EIP-2981 royalty before the seller is settled.
Technical execution
Solidity 0.8.24 + OpenZeppelin 5, compiled for maximum OPN compatibility:
solidity: { version: "0.8.24", settings: { evmVersion: "paris" } }
- Reentrancy guards, owner/approval checks, and capped royalties/fees throughout.
- 22 end-to-end tests passed live on OPN Testnet across two wallets (token transfer, NFT mint, list/buy with correct royalty + fee split, offer/accept trade, AMM swaps both ways, staking reward distribution, referral rewards).
- All 6 contracts are source-verified on the OPN Blockscout explorer.
Real-world viability
Built-in revenue model (2.5% marketplace fee + 0.3% swap fee), creator royalties, and a growth loop (airdrop + referral). The frontend is a Next.js 14 dApp (wagmi + viem) covering create, market, swap, stake, airdrop and a portfolio view — ready to scale from proof-of-concept toward live infrastructure.
Roadmap
02/03
What ships next.
The builder's own next-quarter plan. Use it to gauge follow-through and ambition.
Q3 2026 · Testnet hardening
- Expand the suite on OPN Testnet: auctions, OMT as a payment option, collection pages
- IPFS image uploads (Pinata/nft.storage) for fully decentralized NFT storage
- Analytics dashboard: volume, TVL, fees distributed to stakers
- Grow testnet users and gather feedback from the OPN community
Q4 2026 · Token Generation Event (TGE)
- Finalize OMT tokenomics: supply, allocation, vesting, emissions
- Smart-contract audit for the token + staking/airdrop modules
- TGE: generate and distribute OMT to early contributors and the community
- Public docs + token contract verified on explorer
Q1 2027 · Airdrop & DEX listing
- Airdrop Season 1 to testnet users, stakers, and referrers (snapshot-based)
- Bootstrap OMT/OPN liquidity, then list OMT on the leading OPN-ecosystem DEX
- LP incentives + referral campaign to grow holders
- Airdrop Season 2 tied to real on-chain activity (trades, staking, liquidity)
Q2 2027 · CEX listing & scale
- List OMT on a tier-2 centralized exchange, target a tier-1 CEX afterward
- Market-maker partnership for healthy spreads and depth
- DAO governance: stakers vote on fees, listings, and treasury
Beyond · Mainnet
- Independent security review + multisig/timelock on all admin functions
- Mainnet launch on OPN Chain once the economy and liquidity are proven
- Cross-chain NFT bridging once OPN IBC ships; fiat on-ramp + mobile dApp
On-chain proof
03/03
6 contracts on OPN Chain.
The chain itself confirmed every deployment is valid, signed by the builder's wallet, and inside the season's window.