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

# Protocol Clarification

Date: June 15, 2023.

BlockCentral would like to take the time to clarify its structure before the product officially launches on Friday, June 16, 2023. Due to ever-changing regulatory circumstances, these clarifications will help ensure the safety of the users, the protocol, and the team.

BlockCentral is a protocol utilizing smart contracts that manage a uniquely created ‘DeFi Fund’ made up of digital assets, with a utility token (STS) acting as the medium of exchange. Each user chooses to interact with these smart contracts and the features of the decentralized application, accepting and understanding the Terms and Conditions of the protocol.

Any previous mention of a mutual fund, or other traditional finance systems, is not an official or formal definition of BlockCentral and is used for educational purposes only, to help facilitate users’ understanding of our custom protocol structure. As a Panama-based company, BlockCentral does not operate a traditional financial instrument.

Functionally, the BlockCentral platform and features are unchanged. Users will be able to utilize the full suite offered. However, the team, the documentation, and all written communications will be diligent to only use official vernacular to explain the product, the utility, and the features it offers to the users.


---

# 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.blockcentral.io/blockcentral/introduction/protocol-clarification.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.
