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

# Sequence Market

> Build and Customize Your Web3 Game Marketplace with Sequence Marketplace.

The Sequence Marketplace provides game builders with a boilerplate marketplace that comes with a solid foundation, allowing users to buy, list, make offers, and accept offers from the start.

<Tip>
  Sequence Market contract is audited and can be found at [https://github.com/0xsequence/marketplace-contracts](https://github.com/0xsequence/marketplace-contracts)

  The officially maintained contract address is `0xfdb42A198a932C8D3B506Ffa5e855bC4b348a712`, and is available with the same address on all networks supported by the sequence stack.
</Tip>

## Overview

There are multiple ways to get started building your own custom marketplace. Below is our recommendations

### Getting started

<CardGroup cols={2}>
  <Card title="Starter Boilerplate" icon="play" href="/solutions/marketplaces/custom-marketplace/getting-started">
    A starter Marketplace boilerplate, powered by Sequence.
  </Card>

  <Card title="Marketplace SDK" icon="hammer" href="/sdk/marketplace-sdk/overview">
    A toolkit that seamlessly integrates our Marketplaces into applications built in React.
  </Card>

  <Card title="Marketplace APIs" icon="server" href="/api-references/marketplace/endpoints">
    A toolkit that seamlessly integrates our Marketplaces into applications built in React.
  </Card>

  <Card title="End-to-End Guide" icon="book" href="/guides/custom-marketplace">
    End-to-end walkthrough of how to build a complete custom marketplace.
  </Card>
</CardGroup>

### Build anywhere, with any token

<CardGroup cols={2}>
  <Card title="Network" icon="globe" href="https://status.sequence.info">
    Launch and scale on one of our 14 EVM networks.
  </Card>

  <Card title="Token Protocols" icon="wallet" href="https://github.com/0xsequence/contracts-library/tree/master/src/tokens">
    Our Marketplace Protocol integrates payment in ERC20s and can accommodate ERC721s or ERC1155s.
  </Card>

  <Card title="Cross Platform" icon="mobile" href="/solutions/monetization-overview#sequence-marketplaces">
    Build applications using web, mobile, Unity, and Unreal SDKs to enable reach across all modern hardware.
  </Card>
</CardGroup>

### Sequence Market Protocol

<CardGroup cols={2}>
  <Card title="Open Source and Audited" icon="code-branch" href="https://github.com/0xsequence/contracts-library/?tab=readme-ov-file">
    All contracts are open source and have been audited by Quanstamp to enable world-class security in application development.
  </Card>
</CardGroup>
