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
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.
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:
- Deterministic finality: Once finalized, transactions are irreversible
- Slashing: Validators who violate consensus rules lose their stake
- Economic security: Attacking the chain costs billions in slashed stake
- 6-12 minute settlement: Fast enough for institutional operations
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:
- Is the sender address KYC-verified?
- Are they on sanctions lists?
- Is the transaction within regulatory limits?
- Are all required reports being filed?
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:
- Asset price feeds (via aggregators like Chainlink)
- Custody attestations (asset proof)
- Interest rate and economic data
- Identity and KYC status updates
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:
- Proof of asset custody verified on-chain
- Atomic delivery vs payment when tokens are minted/burned
- Auditable custody chains
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:
Sustained transactions per second
Per typical transaction
Confirmation speed
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.