> ## Documentation Index
> Fetch the complete documentation index at: https://primev-24-update-validator-slashing.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](/v1.0.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, 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>
      • [Quickstart Your Node](/v1.0.0/get-started/quickstart)

      • [Send Transactions to Providers](/v1.0.0/get-started/bidders/best-practices#provider-rpcs)

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

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

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

      • [Bid Decay](/v1.0.0/concepts/bids/bid-decay-mechanism)
    </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>
      • [Registering as a Provider](/v1.0.0/get-started/providers/registering-a-provider)

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

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

      • [Commitments Structure](/v1.0.0/concepts/commitments)

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

      • [Relay Guide](/v1.0.0/get-started/relays)
    </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>
      • [Opting-in as a Validator](/v1.0.0/get-started/validators)

      • [Eigenlayer Operator Registration](/v1.0.0/knowledge-base/eigenlayer-operator-registration)

      • [Validator Considerations](/v1.0.0/concepts/validator-considerations)
    </QuickStartCardFooter>
  </QuickStartCard>
</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.
