> For the complete documentation index, see [llms.txt](https://arkslabs.gitbook.io/arks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arkslabs.gitbook.io/arks/how-arks-works/security-token-offering.md).

# Security Token Offering

## What is STO

A Security Token Offering (STO, i.e. tokenized IPO) is a type of public offering in which tokenized digital securities, known as security tokens, are sold in security token exchanges. Tokens can be used to trade real financial assets such as equities and fixed income, and use a blockchain virtual ledger system to store and validate token transactions.

Due to tokens being classified as securities, STOs are more susceptible to regulation and thus represent a more secure investment alternative than ICOs, which have been subject to numerous fraudulent schemes. Furthermore, since ICOs are not held in traditional exchanges, they can be a less expensive funding source for small and medium-sized companies when compared to an IPO. An STO on a regulated stock exchange (referred to as a tokenized IPO) has the potential to deliver significant efficiencies and cost savings, however.

By the end of 2019, STOs had been used in multiple scenarios including the trading of Nasdaq-listed company stocks, the pre-IPO of World Chess, FIDE's official broadcasting platform, and the creation of Singapore Exchange's own STO market, backed by Japan's Tokai Tokyo Financial Holdings.


---

# 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://arkslabs.gitbook.io/arks/how-arks-works/security-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.
