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

# Flex Commons

The Flex Commons for ecosystem IP is a decentralized marketplace and registry built on the Flex blockchain, designed to facilitate the sharing, collaboration, and monetization of intellectual property (IP) assets among dApp developers. The IP Commons leverages a combination of smart contracts, non-fungible tokens (NFTs), and decentralized storage solutions to create a transparent, efficient, and secure ecosystem for code sharing and reuse.\
\
**As the Flex Ecosystem grows and matures, the Flex Commons for ecosystem IP is a key infrastructure, powering a wide range of applications and use cases across industries and domains.** The combination of code tokenization, versioning, licensing, and governance offered by the IP Commons will enable dapp developers to focus on building and innovating while leveraging the collective intelligence and resources of the Web3 community.

{% hint style="info" %}
We invite developers, researchers, and enthusiasts to work with our contributors for this section. [Start contributing here. ](https://app.deform.cc/form/21842244-e1c1-479f-a8b3-3877903ecd44)
{% endhint %}


---

# 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://flexecosystem.gitbook.io/flex-docs/protocol/flex-commons.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.
