# Basic Features

#### **On-Chain Creation&#x20;*****(Coming soon)***

Based on the existing Agent framework, users can input the necessary information such as the wallet address, and add liquidity pools related to **$BAI** to complete the agent listing on the platform.

**Open Access to Agent Creation**

The agent platform is designed to make agent creation accessible to everyone. The creation process is streamlined, allowing both developers and non-technical users to easily create, deploy, and manage autonomous agents within the ecosystem with minimal friction.

**Agent Creation and Deployment Process**

The agent creation process involves both **on-chain** and **off-chain** operations:

* **On-Chain Process:**
  * Initiates the **Initial Agent Offering (IAO)**.
  * Establishes the agent’s tokenomics and liquidity pool.
* **Off-Chain Process:**
  * Deploys the agent within the platform’s infrastructure.
  * Ensures full functionality and interaction capability within the ecosystem.


---

# 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://docs.baifund.io/products-and-features/basic-features.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.
