# Browsing the Marketplace

The Blocksmiths marketplace lists all published products from verified vendors. You can browse freely without connecting a wallet.

## Finding Products

### Search

Use the search bar at the top of the marketplace to find products by name. Results update as you type.

### Filter by Category

Click any category pill to filter the listing:

* **Trading Bot** — automated trading scripts and bots
* **On-Chain Analytics** — dashboards, data tools, and market intelligence
* **MEV Tooling** — sandwich bots, arbitrage scripts, flashloan tools
* **DeFi** — yield strategies, liquidity tools, and protocol integrations
* **Security** — auditing tools, wallet checkers, and monitoring scripts
* **Infrastructure** — RPC tools, node utilities, and DevOps scripts
* **NFT Tools** — minting bots, rarity checkers, and collection trackers
* **Wallet Tools** — portfolio managers and multi-sig utilities
* **AI & Content Creator Tools** — AI-powered tools for content creators and builders
* **Other** — everything else

### Sort

Use the sort options to order results by newest or most relevant.

## Product Cards

Each product card shows:

* Product title and category
* Short description
* Price (in USD or USDC)
* Vendor name and average review rating (if reviews exist)
* Thumbnail image

Click any card to open the full product page.

## Product Page

The full product detail page includes:

* Full description with markdown formatting
* Screenshots
* Product type (one-time, subscription, license key, etc.)
* Pricing details
* Demo link (if provided by the vendor)
* Current version
* Customer reviews

From here you can add the product to your cart or proceed directly to checkout.


---

# 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/buyers/browsing-the-marketplace.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.
