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

# Glossary

<table><thead><tr><th width="162.83502197265625" align="center" valign="bottom">Term</th><th>Explanation</th></tr></thead><tbody><tr><td align="center" valign="bottom"><strong>Beneficiary</strong></td><td>Individual and/or Company who will be receiving funds and/or entering into contractual relationships with Intersect or with CDH where Intersect is acting as its Administrator.</td></tr><tr><td align="center" valign="bottom"><strong>Cardano Development Holdings (CDH)</strong></td><td>CDH is a legal entity created to support the Cardano ecosystem by acting as the contracting counterparty for approved proposals by DReps.</td></tr><tr><td align="center" valign="bottom"><strong>Milestone(s)</strong></td><td>means the dates by which a part or all of the Services is to be completed, as set out in <strong>a Statement of Work document.</strong></td></tr><tr><td align="center" valign="bottom">M<strong>ilestone Acceptance Form (MAF)</strong></td><td>This is a written attestation in the form of a standard template, submitted by a vendor, for each milestone</td></tr><tr><td align="center" valign="bottom"><strong>Intersect</strong></td><td>Intersect serves as an Administrator within Cardano’s funding ecosystem, helping to operationalize community-approved proposals by coordinating due diligence, contracting, and on-chain disbursements. This role is grounded in the principles of transparency, decentralization, and adherence to the Cardano Constitution.</td></tr><tr><td align="center" valign="bottom"><strong>Oversight Committee (OC)</strong></td><td>The oversight committee are a group of organisations who have agreed to be a part of Intersect's Smart Contract Governance, actively reviewing and approving any funding actions of PSSCs from Treasury Reserve Smart Contracts (TRSC)s.</td></tr><tr><td align="center" valign="bottom"><strong>Statement of Work</strong></td><td>The document describing the Services and Deliverables to be provided by the Vendor, the Milestones, date of completion, expected quality standards, and associated fees.</td></tr></tbody></table>


---

# 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://admin-services.docs.intersectmbo.org/resources/glossary.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.
