EncryptedCapital Markets
Scroll

Why confidentiality matters


Public blockchains made coordination easy. They also made every edge inspectable.

blockchain_surveillance_monitor_v1.0
standby
STREAM 01
IDLE

Public execution leaks strategy

Every transaction reveals intent before and after settlement. Strategies, routing logic, and timing become public information.

edfa7b38fd30267fb16ed43add24f96d
STREAM 02
IDLE

Public state leaks user data

Globally readable state turns balances, positions, behavior, and application context into open data.

65ca98da2dbf3492b783ee520346992f
STREAM 03
IDLE

API-connected apps leak secrets

Offchain workflows expose the data and intent that drive real advantage, even when settlement happens onchain.

e58536d001e4256bcc85811735db46f8
3 / 3 data vectors exposedconfidentiality: none

Now programs can keep secrets.

Encrypt gives Solana apps confidential execution without giving up composability or public settlement.

00

Encrypted inputs

Sensitive inputs are encrypted before execution.

00

Encrypted state

Application state stays confidential at rest.

00

Confidential execution

Logic runs directly on encrypted data.

00

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.

PlaintextFHE EncryptionCiphertext0xd22c53ef836b4d610xf02d10181e451dc10xaf5bde549df036cb0xe2531d910bb834f50x8baed51fa9e4b43a
comparisonsbranchingscoringpolicy logic
arithmetic + logic
machine-word compute
designed for distributed execution

Markets

Confidential trading

Hide order logic, strategy parameters, and position information until execution is complete.

Sealed-bid DEX orders
Credit

Private lending and risk logic

Compute scores, collateral rules, and policies without exposing the model or the inputs.

Private credit scoring
Routing

Hidden intents / RFQs

Submit orders and requests that cannot be publicly inspected before matching.

MEV-resistant order flow
Agents

Agentic finance

Let agents act on encrypted strategies, permissions, and external signals.

Autonomous portfolio rebalancing
APIs

FHE-TLS / API workflows

Read from APIs and trigger actions without exposing payloads or intent.

Private credit checks
Consumer

Consumer apps with private state

Build identity, social, and gaming experiences without making user state globally readable.

Private reputation systems

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.

policy checkscredit routingtreasury automationagent permissions
Encrypt ProgramencryptedExternal APIencryptedSolana
01

Encrypted policy

A program defines rules, thresholds, or credentials without exposing them.

02

Private API read/write

The runtime interacts with external APIs without revealing the payload, the intent, or the policy.

03

Verifiable outcome

The result can be proven and optionally revealed or used to trigger an onchain action.

execution trace

$ |

How Encrypt fits with Solana

Encrypted logic flows through the confidential lane, then settles publicly on Solana.

CONFIDENTIALPUBLIC01
Encrypt data
Inputs are encrypted client-side before submission.
02
Dispatch confidential job
Encrypted work is routed to the execution network.
03
Compute on encrypted state
Programs evaluate logic without decrypting state.
04
Reveal or act by policy
Only approved outputs are revealed or trigger external actions.
05
Settle on Solana
Final state transitions and settlement remain public and composable.
Confidential execution lanePublic settlement laneLane crossover

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
Built for SolanaRE-FHE researchThreshold-FHE network designVerifiable API actions

Build the first Solana apps that can keep a secret.

Encrypt gives programs confidential execution without giving up public settlement.