Why confidentiality matters
Public blockchains made coordination easy. They also made every edge inspectable.
Public execution leaks strategy
Every transaction reveals intent before and after settlement. Strategies, routing logic, and timing become public information.
Public state leaks user data
Globally readable state turns balances, positions, behavior, and application context into open data.
API-connected apps leak secrets
Offchain workflows expose the data and intent that drive real advantage, even when settlement happens onchain.
Now programs can keep secrets.
Encrypt gives Solana apps confidential execution without giving up composability or public settlement.
Encrypted inputs
Sensitive inputs are encrypted before execution.
Encrypted state
Application state stays confidential at rest.
Confidential execution
Logic runs directly on encrypted data.
Authorized reveal
Outputs are revealed or acted on only when policy allows.
Confidential inputs and state matter only if the program logic can stay confidential too.
Research primitive
Built for real application logic
RE-FHE is designed for arithmetic and logic over encrypted machine-word data.
That matters because real applications need more than toy encrypted math. They need comparisons, branching, scoring, and policy decisions on confidential inputs.
Confidential trading
Hide order logic, strategy parameters, and position information until execution is complete.
Private lending and risk logic
Compute scores, collateral rules, and policies without exposing the model or the inputs.
Hidden intents / RFQs
Submit orders and requests that cannot be publicly inspected before matching.
Agentic finance
Let agents act on encrypted strategies, permissions, and external signals.
FHE-TLS / API workflows
Read from APIs and trigger actions without exposing payloads or intent.
Consumer apps with private state
Build identity, social, and gaming experiences without making user state globally readable.
API primitive
Encrypt extends confidential execution beyond onchain state. Programs can interact with external APIs without exposing the data or intent that drives the action.
Encrypted policy
A program defines rules, thresholds, or credentials without exposing them.
Private API read/write
The runtime interacts with external APIs without revealing the payload, the intent, or the policy.
Verifiable outcome
The result can be proven and optionally revealed or used to trigger an onchain action.
$ |
How Encrypt fits with Solana
Encrypted logic flows through the confidential lane, then settles publicly on Solana.
Build Solana apps with encrypted inputs, state, and logic.
Use confidential execution as an application primitive: hidden strategies, private scoring, policy logic, and API-connected workflows.
- encrypted inputs
- encrypted state
- comparisons and branching
- policy-based reveal
- API actions
Research & proof
Built on published research, not marketing claims.
Benchmarks
Benchmarks will be published with methodology. No cherry-picked numbers on the homepage.
Build the first Solana apps that can keep a secret.
Encrypt gives programs confidential execution without giving up public settlement.