Architecture Overview

Inception is built on a modular architecture combining proven components from Ethereum's ecosystem with a custom RWA infrastructure layer. This design maximizes compatibility while adding the institutional features that RWA markets require.

Inception Architecture Stack

L1: Consensus Layer (Prysm)
Proof of Stake + Casper FFG finality, 12s blocks, 6-12min finality
L1: Execution Layer (Geth-based)
EVM-compatible transaction execution, state management, smart contracts
RWA Infrastructure Layer
Compliance Engine, Oracle Framework, Custody Integration, Identity/KYC
Dapp Layer
User-facing applications, wallets, exchanges, RWA tokenization platforms

Core Components

Geth (Execution)

Ethereum's battle-tested execution client. Handles transaction validation, smart contract execution, and state management. Full EVM compatibility.

Prysm (Consensus)

Beacon chain client providing Proof of Stake consensus, block proposals, validator management, and Casper FFG finality.

RWA Infrastructure

Custom layer implementing compliance rules, oracle integration, custody verification, and KYC/AML at the protocol level.

Finality in Minutes, Not Days

Casper FFG provides cryptographic certainty for settlement of real assets.

Consensus Mechanism

Inception uses Proof of Stake consensus with Casper FFG (Friendly Finality Gadget) to ensure security, decentralization, and deterministic finality—crucial for RWA settlement.

How It Works

Validators stake INCP tokens to participate in consensus. In each epoch (32 slots of 12 seconds each), validators propose and attest to blocks. After 2 epochs (~3.2 minutes), consensus locks in a checkpoint. After 2 further checkpoints (~6-12 minutes), finality is achieved. Once a transaction reaches finality, it cannot be reversed, even if the validator stakes are slashed.

Why Casper FFG?

RWA settlement requires finality guarantees. You cannot complete a Delivery vs Payment transaction if there's a risk of reversal. Casper FFG provides:

Block Time
12s
Epoch Duration
6.4min
FFG Finality
6-12min
Min Stake
32 INCP

RWA Infrastructure Layer

What makes Inception unique is the RWA Infrastructure Layer—a set of protocol-level primitives built specifically for tokenized real-world assets.

Compliance Engine

Regulatory rules are encoded as protocol-level validators. Before a transaction executes, compliance rules check:

This makes compliance auditable and tamper-proof. No smart contract can bypass these rules.

Oracle Framework

Oracles feed real-world data into the blockchain. Inception's oracle framework supports:

Data is cryptographically verified and recorded on-chain, ensuring immutability and auditability.

Custody Integration

Real assets must be held somewhere. Inception integrates custody providers at the protocol level, enabling:

Identity & KYC

KYC verification is protocol-native. Addresses can be marked as verified, enabling restricted trading and compliance with AML/KYC requirements. Privacy is preserved through zero-knowledge proofs while ensuring regulatory compliance.

Transaction Lifecycle

Here's what happens when you submit a transaction on Inception:

Submit

Transaction is submitted to the mempool. Validators check basic validity (signature, nonce, gas).

Validate

Block proposer includes the transaction in the next block. Compliance engine runs checks. Smart contract logic executes. State is updated.

Execute

Transaction is included in a block and broadcast to the network. Validators attest to the block. After 1 epoch, most validators have accepted it.

Finalize

After 2 epochs (~6-12 minutes), the block containing your transaction reaches Casper FFG finality. It is now irreversible.

Atomic Delivery vs Payment

One of RWA's toughest problems is Delivery vs Payment (DvP): ensuring the asset and payment settle simultaneously, eliminating counterparty risk. Inception makes this atomic:

How Atomic DvP Works

When you buy a tokenized real estate RWA, the transaction atomically:

  • Burns payment tokens from your account
  • Mints property tokens into your account
  • Records custody transfer on the protocol
  • Finalizes within 6-12 minutes

All steps happen in a single transaction. Either all steps complete or none do. No settlement risk. No counterparty risk. Just cryptographic certainty.

This is impossible on traditional market infrastructure, which relies on T+2 or T+3 settlement and intermediary coordination. Inception enables instant settlement.

Performance & Scalability

Inception is designed for institutional-grade performance:

Throughput
35 TPS

Sustained transactions per second

Gas Cost
$0.00002

Per typical transaction

Block Time
12s

Confirmation speed

Finality
6-12m

Irreversible settlement

For large RWA markets, higher throughput can be achieved through state channels or layer-2 solutions, while maintaining Inception's settlement guarantees.

Want to Build?

Start developing on Inception using the EVM-compatible tooling you already know.

Go to Build