# Intro Offering Manager

The [Bitbond Offering Manager](https://om.bitbond.com) is a platform that enables token issuers to configure, launch, and manage token offerings — including Security Token Offerings (STOs) and Initial Coin Offerings (ICOs). It provides everything you need to run a compliant, investor-friendly token sale from a single dashboard.

## Who Is It For?

The Offering Manager is built for **token issuers** — companies and organizations that want to raise capital by selling digital tokens to investors. Whether you are launching a security token backed by real-world assets or a utility token for your platform, the Offering Manager gives you the tools to manage the entire process without writing code.

## Key Capabilities

* **Multiple Concurrent Offerings** — Run several token sales at the same time, each with its own pricing, caps, dates, and compliance rules.
* **Flexible Payment Methods** — Accept bank transfers (SEPA/wire), credit card payments via Checkout.com (<https://www.checkout.com>), and stablecoin payments on EVM-compatible networks.
* **Built-In Compliance** — Integrate with Sumsub (<https://sumsub.com>) or Blockpass (<https://www.blockpass.org>) to verify investor identity. Define blocked countries, cancellation periods, and required document agreements.
* **Activity Log** — View a complete audit trail of administrative and investor actions, filterable by offering, user, action type, and date on the Audit Trail page.
* **Manual Investor and Order Management** — Create, edit, and manage investor profiles (including KYC status updates) and orders directly in the admin panel, with support for manual payment methods to record off-platform transactions.
* **Investor Landing Pages** — Create branded, conversion-optimized pages for each offering with countdown timers, progress bars, team profiles, roadmaps, and external links. Pages use path-based routing (for example, <https://om.bitbond.com/invest/acme-gmbh/my-offering>).
* **Embeddable Widgets** — Generate secure checkout or portfolio widgets to embed the investment experience or investor portfolio display on your own website or partner sites.
* **Order Management** — Track every investment through payment confirmation. Reconcile bank transfers via CSV upload, send payment reminders, and export funded investor wallet addresses for distributions across EVM, Solana, and other supported chains.
* **Team Collaboration** — Invite team members to your issuer account so multiple people can manage offerings, investors, and orders.
* **API Access** — Generate API keys and use the public API (base URL: <https://om.bitbond.com/api/public>) to build custom investor experiences or integrate with your systems. Interactive OpenAPI docs are available at <https://om.bitbond.com/api/docs>.
* **Discount Tiers** — Offer early-bird or volume-based pricing to incentivize larger or earlier investments.
* **Custom Branding** — Upload your logo, choose brand colors and fonts, and optionally use a custom domain for your investor portal.

## How It Works

1. **Bitbond creates your tenant**\
   Your organization receives a dedicated account (tenant) with its own admin panel.
2. **You configure your account**\
   Add your bank details, connect payment providers (bank transfer, card via Checkout.com, stablecoin), and configure KYC integration with Sumsub or Blockpass.
3. **You create an offering**\
   Define token details, pricing, investment limits, sale dates, payment methods, and compliance requirements.
4. **You customize the landing page**\
   Add a project description, team members, roadmap, documents, and external links.
5. **Optionally generate an embeddable widget**\
   Create a checkout or portfolio widget to integrate the investment flow on your own website.
6. **Investors visit your page or widget and invest**\
   They sign up, complete KYC, choose a payment method, and place their order. Investors can also view their positions in the portfolio page or via the portfolio widget.
7. **You manage orders and distribute tokens**\
   Track payments, reconcile bank transfers via CSV upload, and export a CSV of funded investor addresses for token distribution via the Bitbond Token Tool.
8. **Optional Manual Operations**\
   Administrators can manually create or update investor profiles (including KYC status), add or modify orders with manual payment methods, and make other adjustments as needed.

## Getting Help

If you have questions about using the Offering Manager, refer to the sections in this documentation. For technical issues or account-related requests, contact the Bitbond support team.


---

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