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

# Build your first marketplace

> Go end-to-end: create a project, approve a seller, list a product, place a split order, and watch a payout settle.

<Note>
  This tutorial is being written. The outline below is the intended structure.
</Note>

<Info>
  **One order, three perspectives.** The same purchase looks different on every surface: the customer sees one checkout, the operator sees an order group with per-seller child orders, and each seller sees only their slice. Keeping those three views straight is the core mental model of a Mercur marketplace — this tutorial walks all three.
</Info>

## What you'll build

A working marketplace with one approved seller, one product, and one split order that settles into a payout. Prerequisites listed up front.

<Steps>
  <Step title="Create the project">
    Condensed link back to [Installation](/rc/learn/installation).
  </Step>

  <Step title="Approve a seller">
    From the Admin Panel.
  </Step>

  <Step title="List a product">
    From the Vendor Panel.
  </Step>

  <Step title="Place a split order">
    From the storefront or Store API.
  </Step>

  <Step title="See the payout">
    From the Vendor Panel.
  </Step>
</Steps>

## Verify

A checklist of what "done" looks like — the observable end state to confirm every step worked.

## Next steps

<CardGroup cols={2}>
  <Card title="Add a feature with a block" href="/rc/resources/tutorials/add-a-block" />

  <Card title="Configure commissions" href="/rc/resources/tutorials/configure-commissions" />
</CardGroup>
