# Vendor Dashboard Overview

The Vendor Dashboard is your control center for managing your store on Blocksmiths. Access it from the navigation bar once your vendor account is approved.

## Dashboard Home

The dashboard home gives you a quick snapshot of your store:

* **Live Products** — number of currently published listings
* **Drafts** — listings you are still working on
* **Total Sales** — lifetime order count
* **Revenue** — total USDC earned (after platform fee)

## Products

**Vendor Dashboard → Products**

View and manage all your listings. Filter by status (Draft, Published, Archived) and click any product to edit it.

From here you can also create a new product listing.

## Orders

**Vendor Dashboard → Orders** *(if available)*

View orders placed for your products. Each order shows:

* Buyer (anonymized)
* Product purchased
* Amount paid and chain
* Order status and date

## Payouts

**Vendor Dashboard → Payouts**

Track your earnings and payout history. See pending and completed payouts, along with the wallet they were sent to.

## Settings

**Vendor Dashboard → Settings**

Update your vendor profile:

* Store display name and bio
* Payout wallet addresses (EVM and Solana)

Keep your payout addresses up to date to ensure you receive earnings correctly.

## Disputes

If a buyer opens a dispute on one of your orders, you will see a notification. Respond promptly and honestly — admin decisions on disputes can affect your vendor standing.


---

# 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.blocksmiths.tech/vendors/vendor-dashboard-overview.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.
