What is Senticore?
Senticore is a hybrid crypto exchange that combines the execution quality of a centralized venue with the custody guarantees of an on-chain protocol.
Senticore has completed internal beta with live trading on real collateral. Public mainnet is not live yet. Closed beta is planned for Q3 2026 with whitelisted external users and capped TVL.
How it works
Senticore is built around three architectural pillars.
Off-chain matching
Users sign trading actions and route them to a Rust matching engine designed for low-latency execution. The engine processes order entry, matching, risk checks, and fill generation before blockchain confirmation is needed.
On-chain commitments
The sequencer periodically publishes checkpoint roots to on-chain contracts. These roots make account state, settlement state, and withdrawal claims independently verifiable through Merkle proofs.
Multi-product collateral
Spot markets, binary options, and prediction markets share a unified collateral model. Users deposit supported assets once and trade across enabled markets subject to risk checks and market rules.
Architecture at a glance
Who is Sentico Labs
Sentico Labs is an EU-based engineering team building Senticore. We have built the system end-to-end before presenting it as a public product.
What is implemented today
- Matching, sequencing, and risk in Rust, validated with deterministic cross-engine differential replay and nightly property fuzzing across supported order types.
- Custody and state commitment contracts with CI coverage gating, invariant testing, adversarial signature paths, and full-stack settlement round-trip tests.
- Production-shape persistence with health-checked pooling, hash-versioned migrations, active Prometheus metrics, and tested recovery procedures.
- Full lifecycle validation from deposit to match to settle to proof-backed withdrawal during internal beta with real collateral.
- TypeScript SDK with typed HTTP and WebSocket clients.
- Web application with wallet integration and trading flows.
What is scheduled before public launch
| Milestone | Target |
|---|---|
| Closed beta with whitelisted external users and capped TVL | Q3 2026 |
| TypeScript SDK npm publication | Q3 2026 |
| External tier-1 security audit | Q4 2026 to Q1 2027 |
| Audit remediation and launch hardening | Q1 2027 |
| Public mainnet | H1 2027 target, post-audit |
Where to go next
- Read the architecture.
- Review the trust model.
- Explore order types.
- Start integrating through Getting Started.