> For the complete documentation index, see [llms.txt](https://dev.hybrid-chain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.hybrid-chain.com/guides/consumer-platforms-and-payments/nft-ico-token-offering.md).

# NFT / ICO / Token Offering

If you're looking to offer an enhanced user experience when raising funds through and ICO Token offering, Hybrid-Chain has the most secure, yet flexible solution on the market.\
You can create your own Token through the Whitelabel Admin Dashboard (web-interface), and later use the API Calls to trigger a purchase order, which is submitted, linked and delivered to the corresponding user.

The Integration flow is the following:

* Log in to the web-platform as a Whitelabel Admin
* Navigate to the ICO Token Launcher and create your new token along with the various token packages, which will be available for sale

Next either register the users via the API Calls (Register User, Log In, Register 2FA Setup), or let the users sign-up themselves.

From there, you can use the APIs to get a list of available tokens and token packages, and allow the user to select them in the custom interface (i.e. on your proprietary mobile app).\
As soon as the user clicks on an item, or wants to check-out, the following sequence of API calls must be submitted to the Hybrid-Chain Merchant system:

* Create new Invoice (including description, pricing, etc. for the items to be purchased)
* Forward the returned link to the user interface, so the user can check-out via a web-based view.
* Call the Get Invoice Status (or view the Payment Gateway Status/Overview in the Whitelabel Admin Dashboard) to check the Payment status.
* If the product purchased is an ICO Token or NFT, the delivery after payment will automatically be handled by the smart-contract routing system.
* Optionally, the operator can execute other functions based on a status being set to "PAID" (i.e. ship physical goods, change the status of a user on the main platform, etc.).

Note: ICO Tokens may be subject to financial regulations, depending on the jurisdiction the operator is launching the token from. Hybrid-Chain takes no liability. The Hybrid-Chain terms and conditions always apply.


---

# 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://dev.hybrid-chain.com/guides/consumer-platforms-and-payments/nft-ico-token-offering.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.
