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

# Custody Overview

Custody refers to where the protocol’s backing collateral assets are held.

The collateral backing Apyx is primarily comprised of TradFi assets, e.g. preferred equity and treasuries. This requires Apyx to access liquidity on a TradFi venue like Nasdaq in order to purchase the underlying preferred shares or treasuries. Once acquired, these assets are held in custody under third-party prime brokerage accounts.

### Transparency and Verifiability

Because the protocol’s core collateral exists offchain, Apyx is committed to ensuring users can independently verify the collateral. To support this, Apyx will obtain third-party accounting attestations from a PCAOB-registered audit firm, which is the same class of firm permitted to audit U.S. public companies. These attestations will be published on a monthly basis.

Importantly, these reports are not lightweight confirmations such as agreed-upon procedures (AUP) engagements, custodian “confirmation emails,” or exchange and onchain dashboard screenshots. Apyx intends to publish examination-level, assertion-based attestations designed to provide materially stronger assurance on the stated backing position.

Apyx actively explores and adopts verification tooling that enables users to apply a “don’t trust, verify” standard to the offchain components of the protocol.


---

# 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.apyx.fi/collateral-and-custody/custody-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.
