> For the complete documentation index, see [llms.txt](https://sply-1.gitbook.io/sply/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sply-1.gitbook.io/sply/overview.md).

# Overview

## Overview

### Positioning

Daoi is a launch platform for BNB Smart Chain that covers more than token deployment. It coordinates:

* project creation
* mechanism selection
* fundraising
* custody
* liquidity opening
* public market transition
* source verification
* project and token presentation
* developer template approval

That makes Daoi both protocol infrastructure and product infrastructure.

### Product surfaces

### Home

The home page acts as the public discovery surface for:

* platform stats
* highlighted projects
* search
* public project listings

### Create

The create page is the project owner’s main launch interface. It collects:

* token identity
* fundraising configuration
* limits
* timing
* visuals and social links
* template-specific parameters

### Templates

The template page introduces built-in templates and approved developer templates as launch options available to token teams.

### Developer

The developer page is the entry for mechanism developers who want to submit deployers and bring new token logic into the platform.

### Project

The project page is the fundraising-facing surface that shows:

* project configuration
* progress
* participation access
* presentation data

### Token

The token page is the market-facing surface after finalize. It aggregates:

* market data
* liquidity data
* recent trades
* buy and sell access

### Admin

The admin surface covers:

* template review
* project hiding
* verification operations
* operator stats

### Primary audiences

#### Token teams

Teams that want a standardized presale-to-market path.

#### Mechanism developers

Developers that want to expose new token behavior through approved public templates.

#### Participants and traders

Users that want consistent project and market interfaces.

#### Integrators

Wallets, bots, terminals, and indexers that need stable protocol entry points and platform APIs.

### Current live network

* Network: `BNB Smart Chain Mainnet`
* Chain ID: `56`
* Live release: `V6.3`

See Deployed Contract Addresses for current addresses.

***

## 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://sply.fun/daoi-docs-import/en/platform-overview.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.


---

# 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://sply-1.gitbook.io/sply/overview.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.
