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

# Asset subscription process

During the subscription process, you record investor commitments to purchase asset tokens, confirm purchases through signed agreements and received payments, and complete the process by distributing tokens to investor wallets.

## Process flow diagram

The diagram below shows the basic workflow for investor subscribing to an asset:

<figure><picture><source srcset="/files/0La5v32pmGuzNWZhxoYM" media="(prefers-color-scheme: dark)"><img src="/files/BB41T5q5FsCKNBnxEQHd" alt="" width="563"></picture><figcaption></figcaption></figure>

## Process steps

{% stepper %}
{% step %}

#### Market your asset

Promote your offering to attract investors and generate interest in purchasing your asset tokens.
{% endstep %}

{% step %}

#### Add investor to asset whitelist

If the investor isn't already included during onboarding, add them to the appropriate whitelist(s) that are authorized for this asset.
{% endstep %}

{% step %}

#### Create an investment

Create an investment that links the investor, asset, token amount, and destination wallet for the intended purchase.
{% endstep %}

{% step %}

#### Receive payment

Receive and confirm payment from the investor for the agreed investment amount.
{% endstep %}

{% step %}

#### Confirm investment

Mark the investment as confirmed once all preconditions are met and necessary processes are complete, indicating it's ready for token distribution.
{% endstep %}

{% step %}

#### You initiate distribution of tokens

Start the token transfer process from your treasury wallet to the investor's wallet.
{% endstep %}

{% step %}

#### Receive distribution confirmation

Get confirmation that tokens were successfully distributed to the investor.
{% endstep %}
{% endstepper %}

Once distribution is confirmed, the investor holds tokens in their wallet and the asset moves into the servicing phase. The following sections provide detailed guidance for each step and implementation requirements.


---

# 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://taas-docs.stokr.io/asset-distribution/asset-subscription-process.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.
