Secret Network is the original programmable privacy blockchain — a Cosmos Sdk-based Layer 1 where “Secret Contracts” (smart contracts written in Rust) execute inside Trusted Execution Environments (TEEs), keeping inputs, outputs, and state encrypted end-to-end, even from the validators running them. SCRT is the gas and staking token. Unlike Zcash or Monero (which only hide transaction amounts), Secret Network enables complex smart contract logic with built-in confidentiality — unlocking use cases like private DeFi (hidden trading strategies), sealed voting, private NFTs, and encrypted data markets. It rebranded from “Enigma” (pre-launch research project) to Secret Network at mainnet launch.
| Stat | Value |
|---|---|
| Ticker | SCRT |
| Price | $0.09 |
| Market Cap | $30.26M |
| 24h Change | +2.4% |
| Circulating Supply | 337.54M SCRT |
| All-Time High | $10.38 |
| Contract (Secret) | secret...fzek |
| Contract (Osmosis) | ibc/09...972A |
How It Works
Trusted Execution Environments (TEEs):
Secret Network validators run Intel SGX-secured enclaves for computation. Data is encrypted before entering the enclave; only the enclave’s attested hardware can decrypt and process it. Even the validator operator cannot see the computation inputs or outputs.
Secret Contracts:
Smart contracts written in Rust (CosmWasm) compiled with privacy extensions. Contract state is stored encrypted on-chain; messages to contracts are encrypted with the contract’s public key. Unlike Ethereum contracts (fully transparent), Secret Contract state is hidden.
Cosmos IBC:
Secret Network is IBC-compatible, allowing SCRT and Secret tokens to bridge to other Cosmos chains. This enables “Secret as a Privacy Layer” for other Cosmos ecosystems.
Viewing Keys + Permits:
Users create “Viewing Keys” or “Query Permits” (cryptographic credentials) to authorize specific parties (like a wallet app) to read encrypted account balances — giving users control over who sees their data.
Tokenomics
| Metric | Value |
|---|---|
| Max Supply | Uncapped (inflationary) |
| Inflation | ~15% annually (declining toward 7%) |
| Staking Rewards | ~14–18% APY |
| Unbonding Period | 21 days |
| Gas | SCRT used for all transaction fees |
Use Cases
- Private DeFi — Trading with hidden balances and strategies
- Sealed voting — On-chain governance votes that remain private until revealed
- Private NFTs — NFTs with encrypted metadata accessible only to verified owners
- Data markets — Selling data access with confidentiality guarantees
- Cross-chain privacy — Using Secret Network as a privacy layer for other Cosmos chains
History
- 2017 — Enigma project founded at MIT by Guy Zyskind
- Feb 2020 — Mainnet launches as “Secret Network” (the Enigma protocol is now just the research project)
- Sep 2020 — Secret Contracts (programmable privacy) go live
- 2021 — SecretSwap (private DEX), Shade Protocol, and other ecosystem dApps launch; SCRT ATH ~$11.00
- 2022 — Gramine-based SGX improvements; IBC bridge expansions; bear market hits hard
- 2022 — CCBL hack on a bridge (Axelar-connected) damages ecosystem sentiment
- 2023 — Secret AI and data privacy narrative builds; team refocuses on B2B confidential compute
- 2024 — Secret VRF, private NFT use cases, and institutional privacy tooling in development
Common Misconceptions
“SCRT is just a privacy coin like Monero.” SCRT is a programmable smart contract platform — full-stack privacy for complex applications, not just currency transfers.
“TEEs are not truly trustless.” This is a valid critique: Intel SGX has had vulnerabilities (Spectre, Plundervolt, etc.). Secret Network acknowledges this and considers TEEs a practical tradeoff between security and programmability vs. pure ZK approaches.