DAHYTAFI
Trustless escrow — lock funds, release only when both sides agree
by dahyta · submitted May 29, 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
DAHYTA is a permissionless on-chain escrow primitive. A depositor locks OPN tokens into a smart contract with a designated beneficiary. Only the depositor can release the funds — no admin, no multisig, no intermediary. The chain itself enforces the escrow.
Why
Peer-to-peer transactions today either require blind trust ("I'll pay you after you ship") or expensive intermediaries (escrow services, arbitration platforms, payment processors). On OPN Chain, code can replace the middleman. DAHYTA proves that a single, minimal contract can provide verifiable, trustless escrow with zero platform fees and no paperwork. For Season 1's DeFi & Open Finance theme, this is the atomic financial primitive that unlocks higher-order protocols: milestone payments, bounty settlements, OTC trades, and conditional transfers.
How it works
- Deposit: Any wallet deploys a new escrow contract, naming a beneficiary and sending OPN as the locked amount.
- Hold: Funds sit in the contract. The beneficiary can verify the balance on-chain at any time. The depositor cannot withdraw unilaterally.
- Release: When conditions are met (goods delivered, milestone reached), the depositor calls
release(). Funds transfer instantly to the beneficiary. - Immutability: No upgrade mechanism, no owner override. Once deployed, the escrow terms are final.
OPN Chain Integration
The contract is deployed on OPN Chain testnet (Chain ID 984) and uses OPN as its native settlement asset. Every escrow is a new contract deployment — fully on-chain, fully verifiable. This is load-bearing OPN Chain infrastructure, not a toy integration.
Roadmap
02/03
What ships next.
The builder's own next-quarter plan. Use it to gauge follow-through and ambition.
Q1 · Now (Jun – Aug 2026)
- Launch on OPN Chain mainnet once Season 1 feedback is incorporated
- Add multi-signature release (2-of-3 arbitrated escrow) for high-value transactions
- Build a minimal web UI so non-technical users can create and manage escrows
- Publish detailed documentation and integration guide
Q2 (Sep – Nov 2026)
- Time-locked auto-release: funds auto-return to depositor if not released within N blocks
- Escrow factory contract — one deploy creates escrows for multiple beneficiaries in a single transaction
- REST API for programmatic escrow creation (bounties, freelance platforms, OTC desks)
- Integrate with at least 2 OPN Chain ecosystem projects as early adopters
Beyond (2026–2027)
- Conditional release triggers via on-chain oracles (e.g., GPS delivery confirmation, API webhook attestations)
- Escrow-as-a-Service: white-label embeddable widget for any marketplace on OPN Chain
- DAHYTA Protocol token for governance and fee discounts on the factory contract
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.