> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hadron.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

## Overview

Hadron is a PropAMM primitive built for professional market makers to provide institutional grade liquidity on Solana. Hadron allows operators to initialize any quoting logic and stores an **explicit updatable pricing curve**, controlling spread and inventory aware pricing. Hadron also gives operators explicit tools to monitor and react to toxic flow.

<Info>
  **We recommend reading through all examples to see the power of this generalizable system!**
</Info>

## Hadron At A Glance

| Instruction                |      Cost |
| -------------------------- | --------: |
| Update Midprice            |    37 CUs |
| Update Midprice And Spread |    37 CUs |
| Update Spread Factor       |    30 CUs |
| Switch Price Curves        |    50 CUs |
| Switch Risk Curves         |    49 CUs |
| Submit Curve Updates       |    58 CUs |
| Set Pool State             |   327 CUs |
| Set Curve (16 points)      | 39327 CUs |
| Swap                       | 40440 CUs |

## Why Hadron?

Access to market making on PropAMMs is severely gated today; makers must navigate the nuances of the SVM, secure landing services, endure slow aggregator integrations, and commit months of engineering effort and audit capital just to get started. Existing PropAMM teams are constrained by trading edge and bandwidth to cover multiple asset types.

New makers with expertise in other assets (RWAs, long-tails, prediction markets, etc.) are bottlenecked by time to market and access to aggregators to even get started. Hadron fixes this.

<Columns cols={2}>
  <Card title="Core Design" color="#0ea200" icon="pen-to-square" href="/core-design">
    Hadron at a glance
  </Card>

  <Card title="Curves" color="#941302" icon="align-left" href="/concepts/curves">
    What are curves in Hadron?
  </Card>

  <Card title="Order Books" color="#ca7700" icon="book" href="/examples/solfiv2">
    See Hadron replicate the quoting logic of an order book
  </Card>

  <Card title="HumidiFi" color="#5fa1ff" icon="water" iconType="duotone" href="/examples/humidifi">
    See Hadron replicate the quoting logic of HumidiFi
  </Card>
</Columns>
