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

# Overview

**Value proposition**

BCA is offering decentralized infrastructure, providing the blockchain immutability and trust, using ZK solution for privacy for user-generated data to be used for training AI models & Autonomous forecasting and analytics for wide range of industries.

BCA has 3 core EcoSystem parts:

1. <mark style="color:purple;">**Smart-cookies; data collection software**</mark>
2. <mark style="color:purple;">**Data Management Platform and Marketplace**</mark>&#x20;
3. <mark style="color:purple;">**Feature extraction & Prediction Analytics**</mark>

<figure><img src="/files/H1mJaeZDTLoaIG5QZGH1" alt=""><figcaption></figcaption></figure>

Expanding its features, the BCA introduces the Layer3 Blockchain and the several LM models:

1. **Live Data Quality:** For live data quality inspection, guaranteeing the accuracy and reliability of the data used in our analyses.
2. **Meta-data-driven Data Integration Pipelines:** Meta-data-driven integration pipelines, facilitating the seamless integration of diverse data sources and enabling efficient data processing.
3. **Feature Engineering:** We excel in feature engineering techniques to transform raw data into informative features, enhancing the predictive power of our models

In addition the user-owned data sharing and on-chain validation, the training data can be used by the existing subnets in other Open-source AI models such as the ones in the Bittensor network.&#x20;

\*Note: The digital footprint created from website visitors on the data providers or the users generating the cookie themselves are completely anonymous. MPC and ZKP is used to validate every data set without being revealed.


---

# 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.bcaprotocol.org/architecture/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.
