> For the complete documentation index, see [llms.txt](https://docs.finceptor.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finceptor.app/fundamentals/roadmap.md).

# Roadmap

## 2022 Q3

* [x] Auto-compounded dynamic staking
* [x] Liquidity Vaults R\&D
* [x] Follow-on Token Offerings (FTO) design

## 2022 Q4&#x20;

* [x] MVP Completion
* [x] Docs v1 Public Release
* [x] Investment Committee (IC) Formation for Project Listing
* [x] Real-Time Portfolio Tracker

## 2023 Q1

* [x] Auto-compounded Staking Vault Private Testnet
* [x] Regulatory compliance integrations (AML, KYC, and KYB)
* [x] Private testnet v1.0 launch on Polygon
* [x] Ecosystem partnerships and B2B affiliate program launch

## 2023 Q2

* [x] Follow-on Token Offering (Bond) private testnet&#x20;
* [x] Public Testnet v2.0 launch on Polygon&#x20;
* [x] Pre-Seed token financing&#x20;
* [x] Deal escrow and token management (Claiming and vesting) Development
* [x] Deal marketplace development

## 2023 Q3

* [x] Third-party smart contract audits and reports
* [x] On-chain Whitelisting
* [x] Launchpad mainnet launch
* [x] KOL partner onboarding
* [x] Follow-on Token Offering (Bond) Private Testnet&#x20;
* [x] Web and mobile UX/UI advancements
* [x] First pool creation on the platform
* [x] opBNB Public Incentivized Testnet

## 2023 Q4&#x20;

* [x] Public FINC Sales&#x20;
* [x] FINC Flexible & Locked Staking Launch
* [x] FINC Listing&#x20;

***

## 2024 Q1

* [x] Bonds mainnet launch
* [ ] EVM-compatible Chain Expansion

## 2024 Q2

* [ ] Non-EVM-compatible Chain Expansion
* [ ] Social Auth integration
* [ ] Affiliate Referral Protocol launch
* [ ] Liquidity Vaults mainnet launch

## 2024 Q3

* [ ] Credit Protocol Launch
* [ ] Liquidity Vaults mainnet launch


---

# 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://docs.finceptor.app/fundamentals/roadmap.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.
