Neutron Documentation
Core Concepts

Integrated Architecture

How Neutron's DeFi-focused infrastructure combines app-specific features with atomic composability

Neutron implements an integrated blockchain architecture that combines critical DeFi infrastructure directly at the protocol layer. This design ensures guaranteed execution, native cross-chain communication, atomic composability, and predictable performance—creating a shared environment where DeFi protocols benefit from specialized infrastructure without sacrificing interoperability.

Core Infrastructure

This approach essentially provides infrastructure as a service at the protocol level, allowing all applications to leverage shared utilities without building duplicate systems or relying on external providers.

Benefits of Integration

Capital Efficiency
  • Optimized liquidity utilization across protocols
  • Reduced capital requirements through composability
Reliability
  • Infrastructure failures are consensus failures
  • Guaranteed execution within block boundaries
Performance
  • Direct state access without contract calls
  • High-frequency oracle updates every block (see Oracle Overview)
Security
  • Protocol-level validation of all operations
  • No trusted external oracles or bridges

Atomic Composability

Neutron enables true atomic composability across all protocol features within a single transaction:

graph LR
  A[Smart Contract] --> B[DEX Trade]
  A --> C[Token Transfer]
  A --> D[Interchain Query]
  A --> E[Cron Schedule]
  
  B & C & D & E -.-> F[Unified Transaction State]
  
  classDef default fill:#f5f5f5,stroke:#d9d9d9,color:#333
  classDef contract fill:#0ea5e9,stroke:#0284c7,color:white
  
  class A contract

All operations execute atomically in a single transaction context, providing developers with strong guarantees while eliminating interoperability risks.

Real-World Applications

Supervaults

Supervaults represent a new approach to liquidity provision that overcomes the limitations of traditional AMMs. By leveraging Neutron's built-in high-frequency oracle and native automation features, Supervaults can:

  • Market make at the most recent CEX prices
  • Automatically rebalance every block
  • Perform arbitrage themselves instead of being arbitraged
  • Democratize profits to liquidity providers

Cross-Chain Liquid Staking

Protocols like Drop can utilize Neutron's Interchain Accounts and Interchain Queries (ICQ) capabilities to:

  • Read the state of other blockchains
  • Adjust delegations made by remotely controlled accounts
  • Onboard new assets from connected chains with a single transaction
  • Provide users with a seamless cross-chain staking experience