> For the complete documentation index, see [llms.txt](https://docs.blocksquare.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blocksquare.io/certified-partners.md).

# Certified Partners

- [Tokenization service](https://docs.blocksquare.io/certified-partners/tokenization-service.md)
- [Operating your marketplace](https://docs.blocksquare.io/certified-partners/operating-your-marketplace.md)
- [Setup instructions](https://docs.blocksquare.io/certified-partners/setup-instructions.md)
- [New marketplace](https://docs.blocksquare.io/certified-partners/setup-instructions/new-marketplace.md)
- [Custom domain](https://docs.blocksquare.io/certified-partners/setup-instructions/custom-domain.md): How to set up a custom domain for your marketplace
- [Pricing](https://docs.blocksquare.io/certified-partners/pricing.md)
- [Software license](https://docs.blocksquare.io/certified-partners/pricing/software-license.md): Life-time access to the tokenization protocol
- [Pay as you grow](https://docs.blocksquare.io/certified-partners/pricing/pay-as-you-grow.md)
- [Transaction fees](https://docs.blocksquare.io/certified-partners/pricing/transaction-fees.md)
- [Discounts](https://docs.blocksquare.io/certified-partners/pricing/discounts.md)
- [Partner network](https://docs.blocksquare.io/certified-partners/partner-network.md): At Blocksquare, our infrastructure is ingeniously architected to foster an ever-expanding network of partners through the power of collaboration.
- [Active partners](https://docs.blocksquare.io/certified-partners/partner-network/active-partners.md)
- [Partner discounts](https://docs.blocksquare.io/certified-partners/partner-network/partner-discounts.md)
- [Legal](https://docs.blocksquare.io/certified-partners/legal.md)
- [Terms of Service](https://docs.blocksquare.io/certified-partners/legal/terms-of-service.md): Template for Certified Partners (Marketplace Operators)
- [Privacy Policy](https://docs.blocksquare.io/certified-partners/legal/privacy-policy.md): Template for Certified Partners (Marketplace Operators)
- [Cookie Policy](https://docs.blocksquare.io/certified-partners/legal/cookie-policy.md): Template for Certified Partners (Marketplace Operators)
- [Account Abstraction Disclaimer](https://docs.blocksquare.io/certified-partners/legal/account-abstraction-disclaimer.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blocksquare.io/certified-partners.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
