For the complete documentation index, see llms.txt. This page is also available as Markdown.

Architecture

How NorthStar executes, confirms, and settles session state.

NorthStar splits execution between Solana L1 and an Ephemeral Rollup. This section covers the system behavior that makes sessions fast, isolated, and safe to settle back.

In this section

  • ER Topology — components and the data flow for a full session lifecycle.

  • Real-Time Confirmation — how confirmation reaches millisecond-scale latency.

  • Security Model — trust assumptions, custody guarantees, and the challenge protocol.

Architectural focus

Use this section to understand:

  • where execution happens

  • when a transaction is considered confirmed

  • how ER state becomes canonical on L1

  • what holds when an operator misbehaves

For the user-facing model, start with Concepts. For protocol details, use Reference.

Last updated