> For the complete documentation index, see [llms.txt](https://docs.dcap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dcap.finance/dcap-ecosystem/smart-contracts.md).

# Smart Contracts

### 1SynDcap DAO LLC

View the contract code [here](https://github.com/dcapfinance/contracts/blob/main/1syndcapDAO.sol).

### CAP

Controlled by the Board of Directors, all funds received from the transactional fee are sent here and then distribution to acquisitions and operations. All funds are controlled by the Board of Directors until the DCAP DAO is launched.

### TAP

**Our TAP, Token Allocation Protocol, is a smart contract that distributes DCAP profits throughout the ecosystem.**

![](/files/chJLgw24IKHfQxkUoB5r)

* $DCAP Transaction Fee Funds Acquisitions and Operations
* Acquisitions Fund $DCAP Liquidity&#x20;
* Acquisitions Buybacks $DCAP Token
* Acquisitions Fund Ecosystem Token
* Security Token Profit-Share
* NFT Pool Profit-Share

### Oracle

Oracles are designed to receive and collect off-chain data. Our Oracle is specifically designed to create a risk assessment score that will automatically allocate a certain percentage of the revenue to the liquidity pool.


---

# 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:

```
GET https://docs.dcap.finance/dcap-ecosystem/smart-contracts.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.
