Reclaim Privacy. Prove Your Core Power. Showcase your Core Blockchain achievements with zero-knowledge badges no KYC, no wallet doxxing, no surveillance.
Zeyo is a privacy-preserving on-chain credentialing system for the Core Blockchain that issues Soulbound Tokens (SBTs) as verifiable badges for validated staking, delegation, and DeFi activities.
Built with Zero-Knowledge Proofs and the ERC-1155 standard, Zeyo enables users to prove their Core ecosystem participation — without compromising privacy — and store their achievements on-chain.
- Live App: https://zeyo-core.vercel.app/
- Smart Contract (Core Testnet):
0xF08d516Ca23fe9549E4f3213E186Ea885c87e6E1 - Block Explorer: View on Core Scan
| Layer | Technology |
|---|---|
| Smart Contract | Solidity (ERC-1155 SBT) |
| Blockchain | Core Blockchain (EVM-compatible) |
| Frontend | Next.js + TypeScript |
| Wallet Connection | Reown + MetaMask |
| ZK Proofs | Circom / SnarkJS (or custom circuits) |
| Identity Layer | COREDAO |
| API Integration | CORE API |
-
Connect Wallet
Users connect their Core wallet via Reown or MetaMask. -
Enter Activity
User enter their onchain activity -
Activity Verification
AI Agent calls Core API and validates staking, delegation, or Core DeFi participation. -
ZK Proof Generation
If valid, Zeyo generates a zero-knowledge proof verifying activity without revealing wallet data. -
Mint SBT Badge
An ERC-1155 Soulbound Token is minted to the user's address. -
On-Chain Identity
Badges appear in the wallet and Zeyo dashboard, verifiable across the Core ecosystem.
- ✅ Privacy-First — Prove without exposing your wallet.
- ✅ True Ownership — Badges minted to your address.
- ✅ Ecosystem Native — For Core stakers, validators, and DeFi pioneers.
- ✅ Hackathon-Ready — Fully aligned with Core’s growth & decentralization goals.
- 🟢 Boosts Staking & Delegation — Incentivizes participation via verifiable badges.
- 🛑 Preserves Privacy — ZK proofs validate without revealing identities.
- 💠 Decentralizes Trust — No central verification bottlenecks.
- 🔗 Enhances Composability — Achievements usable across DeFi, DAOs, and NFT projects.
- Standard: ERC-1155 (Soulbound)
- Deployed On: Core Blockchain Testnet
- Address:
0xF08d516Ca23fe9549E4f3213E186Ea885c87e6E1 - Block Explorer: Check on Core Scan
# Clone repo
git clone https://github.com/prithwish122/Zeyo-core.git
cd zeyo
# Install dependencies
npm install
# Run dev server
npm run dev