Thunder Equity Tokenization Protocol
Tokenized equity with compliant private liquidity rails and CRE-powered servicing.
What it is
Thunder Equity Tokenization Protocol turns traditionally illiquid private equity into a programmable, compliance-enforced asset with controlled access to liquidity.
Today, private equity, employee equity, and private placements are hard to service and even harder to move. KYC lives in Web2 systems, ownership and transfer logic live onchain, and settlement is slow, manual, and fragmented. Our protocol closes that gap by syncing business events from offchain systems into onchain compliance and settlement flows through Chainlink CRE.
The result is not just tokenization, but usable liquidity infrastructure for equity. Issuers can create private rounds, authorize investors, enforce caps and lockups, escrow USDC, settle allocations, and process refunds in a deterministic workflow. Employees and investors can receive equity through a privacy-preserving rail using Chainlink Confidential Compute, then redeem it back onchain when needed. This creates a compliant path from issuance to servicing to private transferability.
the key point is that liquidity is not treated as “free trading without controls.” It is programmable liquidity: access is expanded, but under identity verification, investor authorization, lockups, and issuer-defined rules. That makes equity more transferable, more serviceable, and more investable without sacrificing compliance.
How it Works
The protocol is built in four layers.
Onchain, we use Solidity contracts on Ethereum Sepolia (Tenderly virtual Net): an IdentityRegistry for KYC state, an ERC-3643-style Token, a ComplianceV2 policy engine, a PrivateEmployeeEquity module for eligibility and official vault deposits, a PrivateRoundsMarket for issuer-custodied primary liquidity, and a single EquityWorkflowReceiver that executes business actions from CRE.
Offchain orchestration runs through a Chainlink CRE workflow written in TypeScript. CRE receives HTTP business actions, encodes them into reports, writes them onchain, listens to protocol events, and syncs those events back to the backend. Sensitive ACE API interactions are sent through Confidential HTTP.
The backend is an AWS Lambda + DynamoDB system of record that stores employee, investor, round, purchase, and settlement state. It acts as the operational layer where companies and market operators submit updates, while CRE keeps the blockchain and backend synchronized.
Finally, ACE tooling and scripts handle private token deposits, private transfers, withdraw tickets, and end-user redemption. Together, these layers create a full equity servicing and liquidity workflow instead of just a standalone token.
You can see the entire workflow on this page, which hosts the animations illustrating the full process. https://equity-rwa-tokenization-protocol.vercel.app/
Links
Created by
- Sebastian Diaz