# Core Protocol Interfaces

To make the GBM Protocol accessible and user-friendly, we will be launching two key interfaces that serve as the primary entry points for users:

### 🏗️ Auction House Deployer

A self-serve tool that lets anyone launch and deploy their own custom-branded GBM Auction House.

Out of the box, the Auction House Deployer will deliver a fully functional GBM-powered marketplace that supports:

* **Primary sales** - new releases, first drops, launches
* **Secondary sales** - resales, peer-to-peer listings
* **Or both**, depending on how you configure your Auction House

No dev team needed, just follow the deployment wizard, plug in your branding and assets, and go.

### 📊 The GBM Dashboard

The central hub for all token-related activity in the protocol. From the dashboard, users can:

* **Stake and unstake GBM tokens**
* **Vote on governance proposals**
* **Track key stats** - incentives earned, auctions bid on, auctions won, and more
* **Claim rewards** - from airdrops, reward seasons, and other community activations

The dashboard will continue to evolve as the protocol expands, bringing more tools, insights, and utility to token holders.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gbm.auction/the-gbm-protocol/protocol-overview/core-protocol-interfaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
