Smooth Scroll
This will hide itself!

PRISMO / HYBRID BLOCKCHAIN PROTOCOL

PRISMO / HYBRID BLOCKCHAIN PROTOCOL

Privacy where it matters.
Proof where it counts.

Privacy where it matters.
Proof where it counts.

Privacy where it matters.
Proof where it counts.

Prismo is a modular hybrid blockchain protocol built to connect private computation with public accountability. It combines zkEVM execution, encrypted data processing, intelligent orchestration, and high-speed retrieval within one interoperable architecture.

Prismo is a modular hybrid blockchain protocol built to connect private computation with public accountability. It combines zkEVM execution, encrypted data processing, intelligent orchestration, and high-speed retrieval within one interoperable architecture.

ASSET-01

Prismo ecosystem overview — major capabilities converging into one protocol. Replace with final diagram (image, SVG, video, or component). Ratio 4:3.

A HYBRID FOUNDATION

A HYBRID FOUNDATION

Built for systems that cannot choose between privacy and accountability.

Built for systems that cannot choose between privacy and accountability.

Public blockchains provide verifiability, but many organizations cannot place sensitive information on a public ledger. Private infrastructure protects confidential data, but often lacks a neutral and shareable proof layer.


Prismo connects both environments. Data and computation can remain private where required, while proofs, validations, and approved records can be anchored to a public blockchain — one interoperable architecture serving both.

Public blockchains provide verifiability, but many organizations cannot place sensitive information on a public ledger. Private infrastructure protects confidential data, but often lacks a neutral and shareable proof layer.


Prismo connects both environments. Data and computation can remain private where required, while proofs, validations, and approved records can be anchored to a public blockchain — one interoperable architecture serving both.

CORE CAPABILITIES

CORE CAPABILITIES

One protocol. Four complementary systems.

One protocol. Four complementary systems.

One protocol. Four complementary systems.

Hybrid Layer 2

A modular architecture that connects private infrastructure with public blockchain settlement.

zkEVM

Zero-knowledge rollups provide scalable transaction execution while maintaining Ethereum compatibility.

Homomorphic Encryption

Sensitive information can be processed while encrypted, allowing useful computation without exposing the underlying plaintext.

Vector Database Integration

High-speed retrieval of structured and unstructured information supports intelligent search, analytics, and AI-driven applications.

PROTOCOL ARCHITECTURE

PROTOCOL ARCHITECTURE

Three layers with distinct responsibilities.

Three layers with distinct responsibilities.

Three layers with distinct responsibilities.

ASSET-02

Diagram of the State, Accountability, and Retrieval layers. Replace with final diagram. Ratio 16:9 on desktop, stacked variant on mobile.

01 /

State Layer

The foundation for transaction execution, smart contract operations, state transitions, and blockchain consensus. Prismo’s base Layer 2 chain uses zkEVM technology to provide scalable execution and Ethereum compatibility.

02 /

Accountability Layer

The orchestration and data layer. It classifies incoming information, applies privacy rules, manages encryption, and determines what should remain private or become publicly verifiable.

03 /

Retrieval Layer

The access layer for on-chain and off-chain information. Vector database integration enables fast, privacy-aware querying across structured and unstructured data.

MODULAR BY DESIGN

MODULAR BY DESIGN

Components that can evolve without rebuilding the entire system.

Components that can evolve without rebuilding the entire system.

Components that can evolve without rebuilding the entire system.

Prismo separates execution, privacy, orchestration, private infrastructure, and retrieval into distinct modules. This makes the protocol easier to adapt, extend, and integrate across different institutional and enterprise requirements.

Prismo separates execution, privacy, orchestration, private infrastructure, and retrieval into distinct modules. This makes the protocol easier to adapt, extend, and integrate across different institutional and enterprise requirements.

ASSET-03

Five main Prismo modules and how they relate. Replace with final diagram. Ratio 16:9.

Layer 2 Chain

Handles transaction execution, smart contracts, state management, batching, and public settlement using zkEVM.

Homomorphic Encryption

Protects sensitive data while allowing approved mathematical operations to be performed directly on encrypted information.

Integrity Decoder

Classifies and routes information according to whether it should remain private or be prepared for public blockchain inscription.

Private Components

Provides permissioned blockchain infrastructure and secure private storage for confidential workflows and controlled-access data.

Vector Database

Supports fast, relevant querying across high-volume structured and unstructured information.

STATE LAYER

Scalable execution, settled through Ethereum.

Scalable execution, settled through Ethereum.

Prismochain is a zk-Rollup built using the Polygon Chain Development Kit. It processes transactions on Layer 2 while using Ethereum for final verification and transaction finality.


When a user submits a transaction, the Layer 2 Sequencer executes it and organizes transactions into batches. An off-chain Aggregator and Prover generate the corresponding zero-knowledge proofs. These proofs are then submitted to an Ethereum smart contract for verification.


This architecture increases throughput and reduces transaction costs while retaining Ethereum compatibility and Layer 1 verification.

Prismochain is a zk-Rollup built using the Polygon Chain Development Kit. It processes transactions on Layer 2 while using Ethereum for final verification and transaction finality.


When a user submits a transaction, the Layer 2 Sequencer executes it and organizes transactions into batches. An off-chain Aggregator and Prover generate the corresponding zero-knowledge proofs. These proofs are then submitted to an Ethereum smart contract for verification.


This architecture increases throughput and reduces transaction costs while retaining Ethereum compatibility and Layer 1 verification.

ASSET-04

ZK-Rollup cycle: User, Sequencer, Layer 2, Aggregator, Prover, Ethereum smart contract. Replace with final diagram. Ratio 4:3.

1

A user submits a transaction.

2

The Layer 2 Sequencer executes and batches transactions.

3

The Aggregator passes the batch to the Prover.

4

The Prover generates a zero-knowledge proof.

5

The proof and batch are submitted to Ethereum.

6

The Ethereum smart contract verifies the proof and finalizes the state.

PRIVACY-PRESERVING COMPUTATION

PRIVACY-PRESERVING COMPUTATION

Process the information without exposing the information.

Process the information without exposing the information.

Process the information without exposing the information.

Homomorphic encryption allows mathematical operations to be performed directly on encrypted data. The result, when decrypted by the authorized party, is equivalent to performing the same operation on the original plaintext.


This allows sensitive information to remain confidential while still being used in approved computational processes.

Homomorphic encryption allows mathematical operations to be performed directly on encrypted data. The result, when decrypted by the authorized party, is equivalent to performing the same operation on the original plaintext.


This allows sensitive information to remain confidential while still being used in approved computational processes.

Supported encryption schemes

RSA

Supports repeated multiplication on encrypted data.

Paillier

Supports repeated addition on encrypted data.

BGN

Supports repeated addition and a maximum of one multiplication.

Prismo currently supports partially homomorphic encryption. Each implementation is designed around a specific supported operation or use case.

ASSET-05

Distributed Load: homomorphic encryption flow between client and participating nodes. Replace with final diagram. Ratio 16:9.

APPLICATION 01 / DISTRIBUTED LOAD

Outsource computation without exposing the source data.

Outsource computation without exposing the source data.

A client encrypts sensitive information before sending it to participating nodes. The nodes perform the required homomorphic operation without seeing the plaintext. The encrypted result is returned to the client, who can then decrypt the final output.

A client encrypts sensitive information before sending it to participating nodes. The nodes perform the required homomorphic operation without seeing the plaintext. The encrypted result is returned to the client, who can then decrypt the final output.

Parties involved: Client and participating nodes

APPLICATION 02 / ANONYMOUS DATA PROCESSING

Generate collective insights without revealing individual records.

Generate collective insights without revealing individual records.

Multiple users submit encrypted information to participating nodes. The nodes aggregate and process the encrypted data while removing or separating identifying information. An authorized recipient can decrypt the transformed aggregate result without receiving access to each user’s original plaintext data.

Multiple users submit encrypted information to participating nodes. The nodes aggregate and process the encrypted data while removing or separating identifying information. An authorized recipient can decrypt the transformed aggregate result without receiving access to each user’s original plaintext data.

Parties involved: Users, participating nodes, and an authorized recipient

ASSET-06

Anonymous Data Processing: encrypted flow between users, nodes, and an authorized recipient. Replace with final diagram. Ratio 16:9.

ACCOUNTABILITY LAYER

ACCOUNTABILITY LAYER

The decision point between private data and public proof.

The decision point between private data and public proof.

The decision point between private data and public proof.

The Integrity Decoder orchestrates how information moves through the Prismo ecosystem. It evaluates incoming data, applies the required classification, and routes the result to the appropriate public or private destination.

The Integrity Decoder orchestrates how information moves through the Prismo ecosystem. It evaluates incoming data, applies the required classification, and routes the result to the appropriate public or private destination.

Input orchestration

  • Accepts information from applications, centralized databases, smart contracts, private blockchains, and other connected systems.

  • Determines whether the information should be classified as public or private.

  • Preserves the integrity and traceability of the submitted data.

Output orchestration

  • Public information is validated and prepared for inscription on Prismo’s Layer 2 chain.

  • Private information is directed to approved private infrastructure.

  • Confidentiality is maintained without removing the ability to verify authorized records.

CONTROLLED INFRASTRUCTURE

CONTROLLED INFRASTRUCTURE

Confidential systems can remain confidential.

Confidential systems can remain confidential.

Confidential systems can remain confidential.

Private Blockchain

A permissioned blockchain environment for authorized participants. It can support confidential workflows, internal records, regulated processes, and institutional operations that require controlled participation.

Private Storage

Secure SQL, NoSQL, or comparable off-chain storage can be integrated with Prismo’s orchestration layer. This supports fast queries, access controls, encrypted transport, secure backups, and structured information that should not be exposed on a public blockchain.

Organizations retain control of sensitive data while gaining a path to public verification where it is appropriate.

Organizations retain control of sensitive data while gaining a path to public verification where it is appropriate.

RETRIEVAL LAYER

RETRIEVAL LAYER

A blockchain that can be queried as information, not only inspected as transactions.

A blockchain that can be queried as information, not only inspected as transactions.

A blockchain that can be queried as information, not only inspected as transactions.

Prismo’s retrieval layer uses vector database technology to make complex blockchain and application data faster and more meaningful to access.

Prismo’s retrieval layer uses vector database technology to make complex blockchain and application data faster and more meaningful to access.

Vectorized retrieval

Similarity-based search improves discovery across documents, records, media, metadata, and other structured or unstructured information.

Explorer interconnectivity

The retrieval layer can connect blockchain transactions with their associated metadata, supporting richer exploration across public and approved private sources.

AI-ready access

High-dimensional indexing allows large datasets to be queried by language models, analytical systems, and external tools for clustering, pattern recognition, and predictive analysis.

PUBLIC TESTNET

PUBLIC TESTNET

Connect to Prismochain Glassnet.

Connect to Prismochain Glassnet.

Connect to Prismochain Glassnet.

Network Name

Prismochain Public Testnet

RPC URL

https://rpc.glassnet.prismo.network

https://rpc.glassnet.prismo.network

Chain ID

101001000

Currency Symbol

USDC

BUILD WITH PRISMO

BUILD WITH PRISMO

Connect private systems to a public accountability layer.

Connect private systems to a public accountability layer.

Connect private systems to a public accountability layer.

Explore Prismochain, test applications on Glassnet, or speak with the team about institutional and enterprise integrations.

Explore Prismochain, test applications on Glassnet, or speak with the team about institutional and enterprise integrations.