# Protocol Overview

The application is currently composed by a set of UI tools and a set of Smart Contracts. <mark style="color:red;">**All these are currently under development**</mark>, but the Demo can be tried out in *Ethereum Sepolia* testnet.

UI is composed by a web Wallet/Dashboard in addition to a web Market Place. They communicate directly with our smart contracts to support sound functioning of the whole platform. Eventually backend servers and subgraphs will be integrated to allow API to scale and provide a sound user experience.

In the next section you can see information about our Smart Contracts.


---

# 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://australopitech.gitbook.io/venn/technical-info/protocol-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.
