> ## 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

> Primev's mev-commit makes Ethereum FAST by enabling preconfirmations and new types of mev using an encrypted mempool, enhancing yield for opted-in validators.

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>;

Welcome to the starting point of your mev-commit journey!

You can either visit our [quickstart guide](/v1.1.0/get-started/quickstart) which is tailored to your specific role within the Ethereum ecosystem and designed to get you up and running quickly.
Or if you want to learn about specific concepts first, please visit the pages below that best align with your interests and needs:

<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.1.0/get-started/quickstart)</p>
      <p>• [Send Transactions to Providers](/v1.1.0/get-started/bidders/best-practices#provider-rpcs)</p>
      <p>• [Node Commands](/v1.1.0/get-started/bidders/bidder-node-commands)</p>
      <p>• [Bid Structure](/v1.1.0/concepts/bids/bid-structure)</p>
      <p>• [Bidder Deposit](/v1.1.0/concepts/bids/bidder-deposit)</p>
      <p>• [Bid Decay](/v1.1.0/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.1.0/get-started/providers/registering-a-provider)</p>
      <p>• [Consuming Bids](/v1.1.0/get-started/providers/consuming-bids)</p>
      <p>• [Sending Commitments](/v1.1.0/get-started/providers/sending-commitments)</p>
      <p>• [Commitments Structure](/v1.1.0/concepts/commitments)</p>
      <p>• [Querying for Proposers](/v1.1.0/get-started/providers/Querying-for-proposers)</p>
      <p>• [Hyperliquid Network](/v1.1.0/developers/networks/hyperliquid)</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.1.0/get-started/validators)</p>
      <p>• [Eigenlayer Operators](/v1.1.0/knowledge-base/eigenlayer-operator-registration)</p>
      <p>• [Validator Rewards](/v1.1.0/concepts/rewards-and-slashing#validators-proposers)</p>
      <p>• [Validator Considerations](/v1.1.0/concepts/validator-considerations)</p>
    </QuickStartCardFooter>
  </QuickStartCard>
</CardGroup>

### New: FAST RPC (Early Access)

We've launched a transaction sending RPC that leverages mev-commit preconfirmations. Use it in your dapp or wallet to unlock a FAST Ethereum txs 🎉

See [FAST RPC](/v1.1.0/get-started/fastrpc) to use with your dapp or wallet
.

## 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.
