> For the complete documentation index, see [llms.txt](https://docs.bitbond.com/asset-tokenization-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbond.com/asset-tokenization-suite/offering-manager/partners-directory.md).

# Partners Directory

Vetted service providers to help you launch, market, and manage your token offering.

## Accessing the Partners Page

1. Sign in to Offering Manager at <https://om.bitbond.com>.
2. In the left-hand navigation menu, click **Partners**.
3. The Partners page loads, displaying all available categories and service providers.

## Browsing Partners by Category

Providers are organized into the following categories. Each category header includes an icon representing the service type.

### Advisory & Strategy

Guidance on tokenization strategy, technical architecture, and tokenomics.

* Example partner: **Bitbond** — Tokenization strategy, technical architecture, and tokenomics advisory from the team behind Offering Manager. Use the **Contact Us** link to reach out.

### Marketing & Distribution

Agencies and platforms for PR, media distribution, community outreach, and influencer marketing.

* Sample partners include Chainwire, Financewire, TokenGems, Lunar Strategy, Coinbound, and CrowdCreate.

### Custody & Infrastructure

Custody and wallet infrastructure providers offering MPC wallets, key management, and smart contract deployment.

* Featured partners include Bitbond Token Tool, Fireblocks, Fordefi, Utila, DFNS, BitGo, Ripple, Finoa, and Tangany.

### Secondary Trading

Platforms where your token can be listed or traded after launch. Split into:

#### Decentralized Exchanges (DEXs)

Leading on-chain trading protocols such as Uniswap, SushiSwap, PancakeSwap, and Curve Finance.

#### Centralized Exchanges (CEXs)

Major exchanges like Binance and Bybit.

## Partner Cards

Within each category (or subgroup for Secondary Trading), providers are displayed as cards. Each card includes:

* **Logo & Name**\
  The provider’s logo (fetched from the domain’s favicon) and name.
* **Description**\
  A brief summary of services offered.
* **Tags**\
  Key features or service areas (e.g., “PR”, “MPC Wallets”, “DEX”).
* **Visit Link**\
  A link labeled **Visit Website** by default (opens in a new tab). Some partners may provide a custom link label, such as **Contact Us**.

Use this page to explore vetted service providers and connect directly with the teams best suited for your offering.


---

# 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.bitbond.com/asset-tokenization-suite/offering-manager/partners-directory.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.
