# Introduction to Nexus

> 🚀 Trade and Earn (On Nexus)
>
> Trust Yourself. Stay on Bitcoin.

Our Mission: Activate Bitcoin’s dormant trillions.

Nexus is a Bitcoin-native execution fabric. It enables seamless trading and yield generation natively on Bitcoin Layer 1 with zero bridges, wrapped assets, validators, or custodians. Your capital remains exactly where it belongs: in your own sovereign control.

{% hint style="info" %}
🧲 Now onboarding TVL: Seeking self-custodial LPs, professional market makers, and arbitragers to bootstrap Bitcoin-native liquidity. Ready to deploy? Jump straight to the [Node Deployment Guide](https://docs.on.nexus/deployment-and-integration/node-setup).
{% endhint %}

#### The Fatal Binary

Historically, institutions and treasury managers faced a brutal choice: Hoard Bitcoin safely (but suffer inflation decay), or seek yield (and surrender 100% of your principal to a custodian).

Over the last cycle, centralized bankruptcies and cross-chain bridge hacks evaporated billions. The industry accepted this catastrophic friction because of a single, flawed illusion: The assumption that financial execution requires custody.

Developers blindly copy-pasted Ethereum's Turing-complete "Pooled State" model onto Bitcoin, falsely believing that to compute a trade or calculate slippage, a central contract *must first hold your money*.

#### The Nexus Axiom: Decoupling Coordination from Execution

Nexus Protocol exists to shatter this illusion by proving a foundational cryptographic truth: Sovereign capital never needs to move to be calculated.

Nexus completely decouples the *intent to trade* from the *physical settlement of capital*:

1. Off-Chain Coordination: All heavy computational logic—order matching, routing, and slippage calculations—is extracted into an off-chain Coordination Network.
2. On-Chain Settlement: Using native primitives like [Partially Signed Bitcoin Transactions (PSBTs)](https://docs.on.nexus/protocol-architecture/psbt-engine) and [Hash Time Locked Contracts (HTLCs)](https://docs.on.nexus/protocol-architecture/fast-execution-accounts), capital only moves at the exact microsecond a strictly profitable trade is cryptographically assembled.

Execution without Custody. Sovereign Yield on Bitcoin.

#### Platform Capabilities

Nexus serves as the execution and liquidity backbone of Bitcoin, offering institutional-grade infrastructure for generating sustainable, mathematically proven yield natively on BTC:

* Institutional Capital Efficiency: Proprietary AMM models, including [Constant Product (CPMM)](https://docs.on.nexus/yield-economics-and-amm-design/amm-models) and [Single-Sided Liquidity (FPSSL)](https://docs.on.nexus/yield-economics-and-amm-design/fpssl), generate non-dilutable transaction fee yields derived from market volatility.
* Dual-Mode Execution: Operate purely passive yield strategies (Maker) or execute aggressive algorithmic arbitrage scripts (Taker) securely from the same self-custodial wallet infrastructure.
* MEV Resistance & Privacy: Trading intents and proprietary strategies remain strictly private off-chain until final execution, closing zero-day attack vectors for mempool front-running.
* Enterprise Customization: Structurally integrates with [institutional MPC policy engines](https://docs.on.nexus/deployment-and-integration/institutional-mpc) (e.g., Fireblocks, Safeheron). Asset managers deploy automated strategies while internal auditors securely authorize individual transactions against strict compliance rules.

***

#### 📚 Concept Guide

<details>

<summary><strong>Nexus Protocol / Coordination Network</strong></summary>

The overarching decentralized financial layer. It does not exist as a single smart contract or centralized server, but rather as an interconnected mesh of self-hosted nodes calculating and routing liquidity cryptographically.

</details>

<details>

<summary><strong>Nexus Composer</strong></summary>

The central parsing and routing entity. It receives market intents from Takers, matches them against the optimal liquidity curves generated by Maker nodes, and constructs the mathematical foundation of the draft PSBT. The Composer never holds funds.

</details>

<details>

<summary><strong>Nexus Node</strong></summary>

The core software binary hosted by participating institutions. It supports two concurrent operational models: Maker Nexus (passive yield/AMM) and Taker Nexus (high-frequency arbitrage/intents).

</details>
