> ## Documentation Index
> Fetch the complete documentation index at: https://primev-24-updates-and-fixes-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Primev

> Primev is building mev-commit; a credible commitment network used for preconfirmations & more

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](/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, Rollup Provers, AA Bundlers, End Users
    </CardDescription>

    <Separator />

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

    <QuickStartCardFooter>
      • [Receive a Preconfirmation](/get-started/bidders/first-preconf)

      • [Node Commands](/get-started/bidders/bidder-node-commands)

      • [Bid Structure](/concepts/bids/bid-structure)

      • [Bidder Deposit](/concepts/bids/bidder-deposit)

      • [Bid Decay](/concepts/bids/bid-decay-mechanism)
    </QuickStartCardFooter>
  </QuickStartCard>

  <QuickStartCard title="Providers" icon="network-wired">
    <CardDescription>
      Block Builders, Relays, Proposers, 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>
      • [Registering as a Provider](/get-started/providers/registering-a-provider)

      • [Consuming Bids](/get-started/providers/consuming-bids)

      • [Sending Commitments](/get-started/providers/sending-commitments)

      • [Commitments Structure](/concepts/commitments)

      • [Querying for Proposers](/get-started/providers/Querying-for-proposers)

      • [Relay Guide](/get-started/relays)
    </QuickStartCardFooter>
  </QuickStartCard>

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

    <Separator />

    <CardContent>
      Validators add ultimate credibility to commitments within the mev-commit network. Start here to participate in the mev-commit protocol as a Validator.
    </CardContent>

    <QuickStartCardFooter>
      • [Opting-in as a Validator](/get-started/validators)

      • [Validator Considerations](/concepts/validator-considerations)
    </QuickStartCardFooter>
  </QuickStartCard>
</CardGroup>

## About Primev

Our mission at Primev is to create a robust, transparent, and efficient ecosystem for mev actors through the development of mev-commit, a credible commitment network utilized for preconfirmations and more. We are dedicated to fostering a permissionless, transparent, and sustainable mev ecosystem.

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