> For the complete documentation index, see [llms.txt](https://dochub.unitcode.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dochub.unitcode.org/glossary/initial-coin-offering-ico.md).

# Initial Coin Offering (ICO)

An Initial Coin Offering (ICO) is a fundraising method commonly used by cryptocurrency projects, especially startups, to raise capital. In an ICO, a new cryptocurrency token is offered to the public for sale in exchange for established cryptocurrencies like Bitcoin (BTC) or Ethereum (ETH), or sometimes in fiat currency.

During an ICO, investors can purchase the newly created tokens, representing a stake in the project or platform that is being developed. The funds generated through the ICO are typically used to finance the project's development, marketing, and other operational expenses.

Investors participate in ICOs with the expectation that the value of the newly acquired tokens will increase over time, providing them with potential returns on their investment. ICOs gained popularity in the cryptocurrency space as a way for projects to secure funding without the need for traditional venture capital or other traditional fundraising methods.

It's worth noting that ICOs have faced scrutiny and regulatory challenges in various jurisdictions due to concerns about fraud, lack of investor protection, and the potential for misuse. As a result, some regions have introduced regulations or guidelines to govern ICOs and protect investors.


---

# 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:

```
GET https://dochub.unitcode.org/glossary/initial-coin-offering-ico.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.
