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

# Welcome to Primev

> We build [mev-commit](/v1.2.x/concepts/mev-commit-intro/what-is-mev-commit), the preconfirmation protocol that makes Ethereum fast. mev-commit gives transactions near-instant finality by letting block builders commit to including them before a block is produced.

export const QuickStartCardFooter = ({children}) => <div className="text-sm">{children}</div>;

export const CardContent = ({children}) => <div className="text-sm" style={{
  height: "9rem"
}}>
    {children}
  </div>;

export const Separator = () => <div className="border-b border-0.5 border-gray-100 dark:border-gray-800 mb-4" />;

export const CardDescription = ({children}) => <div className="h-12 text-xs text-gray-600 dark:text-gray-400 flex items-center">
    {children}
  </div>;

export const QuickStartCard = ({children, title, icon}) => <div className="inline-card-header">
    <Card title={title} icon={icon}>
      {children}
    </Card>
  </div>;

On top of mev-commit we've built **Fast Protocol**: a suite of products that put preconfirmations to work for users, developers, and AI agents:

### The Fast Protocol Ecosystem

| Product        | What It Does                                                                             | Link                                                               |
| -------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| **Fast Swaps** | Token swaps on Ethereum with mev rewards and preconfirmed execution                      | [Launch](https://fastprotocol.io)                                  |
| **FAST RPC**   | Drop-in Ethereum RPC that enables preconfirmations for any wallet or dapp                | [Setup Guide](/v1.2.x/get-started/fastrpc)                         |
| **Fastx402**   | x402 payment facilitator for AI agents — sub-second USDC settlement on mainnet           | [Developer Docs](/v1.2.x/developers/fastx402)                      |
| **mev-commit** | The preconfirmation protocol powering the ecosystem — bidders, providers, and validators | [Learn More](/v1.2.x/concepts/mev-commit-intro/what-is-mev-commit) |

### mev-commit Network Roles

mev-commit is powered by a network of bidders, providers, and validators. If you operate infrastructure on Ethereum and want to participate, visit the [quickstart guide](/v1.2.x/get-started/quickstart) or explore the resources below for your role:

<CardGroup cols={3}>
  <QuickStartCard title="Bidders" icon="user-bounty-hunter">
    <CardDescription>
      Searchers, Solvers, Market Makers, Blob submitters, AA Bundlers
    </CardDescription>

    <Separator />

    <CardContent>
      Bidders seek to optimize their transaction execution strategies. Explore the resources below to efficiently identify and capture valuable transactions.
    </CardContent>

    <QuickStartCardFooter>
      <p>• [Quickstart Your Node](/v1.2.x/get-started/quickstart)</p>
      <p>• [Send Transactions](/v1.2.x/get-started/bidders/best-practices#provider-rpcs)</p>
      <p>• [Node Commands](/v1.2.x/get-started/bidders/bidder-node-commands)</p>
      <p>• [Bid Structure](/v1.2.x/concepts/bids/bid-structure)</p>
      <p>• [Bidder Deposit](/v1.2.x/concepts/bids/bidder-deposit)</p>
      <p>• [Bid Decay](/v1.2.x/concepts/bids/bid-decay-mechanism)</p>
    </QuickStartCardFooter>
  </QuickStartCard>

  <QuickStartCard title="Providers" icon="network-wired">
    <CardDescription>
      Block Builders, Relays, Rollup Sequencers
    </CardDescription>

    <Separator />

    <CardContent>
      Providers form the backbone of the Primev ecosystem. Learn how to optimize your block production and validation processes with the resources below.
    </CardContent>

    <QuickStartCardFooter>
      <p>• [Registering as a Provider](/v1.2.x/get-started/providers/registering-a-provider)</p>
      <p>• [Consuming Bids](/v1.2.x/get-started/providers/consuming-bids)</p>
      <p>• [Sending Commitments](/v1.2.x/get-started/providers/sending-commitments)</p>
      <p>• [Commitments Structure](/v1.2.x/concepts/commitments)</p>
    </QuickStartCardFooter>
  </QuickStartCard>

  <QuickStartCard title="Validators" icon="ethereum">
    <CardDescription>
      L1 Ethereum Validators
    </CardDescription>

    <Separator />

    <CardContent>
      Validators add ultimate credibility to commitments for the mev-commit network. Start here to passively opt-in to mev-commit as a Validator through staking or restaking.
    </CardContent>

    <QuickStartCardFooter>
      <p>• [Opting-in as a Validator](/v1.2.x/get-started/validators)</p>
      <p>• [Eigenlayer Operators](/v1.2.x/knowledge-base/eigenlayer-operator-registration)</p>
      <p>• [Validator Rewards](/v1.2.x/concepts/rewards-and-slashing#validators-proposers)</p>
      <p>• [Validator Considerations](/v1.2.x/concepts/validator-considerations)</p>
    </QuickStartCardFooter>
  </QuickStartCard>
</CardGroup>

***

### Featured: Fast Swaps

Swap tokens on Ethereum mainnet and earn mev rewards. Fast Swaps routes your trades through a competitive solver auction backed by mev-commit preconfirmations — your swap feels instant, and you keep at least 90% of the mev your transactions generate.

<CardGroup cols={3}>
  <Card title="Start Swapping" icon="bolt" href="https://fastprotocol.io">
    Launch Fast Swaps at fastprotocol.io
  </Card>

  <Card title="Fast Swaps Guide" icon="book-open" href="/v1.2.x/get-started/fast-swaps">
    Step-by-step guide to your first swap
  </Card>

  <Card title="Fast Protocol Economics" icon="coins" href="/v1.2.x/concepts/fast-protocol">
    How mev is captured and redistributed
  </Card>
</CardGroup>

***

### Frequently Asked Questions

<CardGroup cols={3}>
  <Card title="What is Fast Protocol?" icon="circle-question" href="/v1.2.x/knowledge-base/what-is-fast-protocol">
    Quick overview for newcomers
  </Card>

  <Card title="What are Fast Swaps?" icon="circle-question" href="/v1.2.x/knowledge-base/what-are-fast-swaps">
    FAQ-style intro to Fast Swaps
  </Card>

  <Card title="Why Should Validators Opt In?" icon="circle-question" href="/v1.2.x/knowledge-base/why-should-validators-opt-in">
    Incentive model for validators
  </Card>
</CardGroup>

***

## About Primev

Our mission at Primev is to solve coordination inefficiencies in decentralized domains additively to mev, driving network welfare and increase transparency and decentralization of the mev pipeline.

### Engage with Us

Connect with us on various platforms to stay updated and get involved:

* **X**: Follow us for real-time updates and announcements [here](https://x.com/primev_xyz).
* **Github**: Track our progress, contribute to our open-source projects, and explore our repositories [here](https://github.com/primev).
* **Mirror**: Stay informed with our latest articles and research papers [here](https://mirror.xyz/preconf.eth).

Our work is open-source, and we welcome contributions from the community to enhance and expand our ecosystem.
