> For the complete documentation index, see [llms.txt](https://docs.kpk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kpk.io/funds/infrastructure/core-concepts.md).

# Core concepts

Core concepts define how funds work at the protocol level: how ownership is represented, how the fund is valued and priced, how users enter and exit, how fees are charged, and how operators can act on behalf of a fund without taking custody. These concepts apply across all funds, regardless of strategy or denomination. If you're integrating, these pages clarify what the onchain contracts guarantee — and what they do not.

In this section:

* [**Shares**](/funds/infrastructure/core-concepts/shares.md) — how the `kpkShares` ERC-20 token represents pro-rata ownership and how supply changes.
* [**NAV**](/funds/infrastructure/core-concepts/nav.md) — how the fund is valued onchain and how that valuation becomes a settlement share price.
* [**Subscriptions**](/funds/infrastructure/core-concepts/subscriptions.md) — the request-based deposit flow, from request to minted shares.
* [**Redemptions**](/funds/infrastructure/core-concepts/redemptions.md) — the request-based exit flow, from request to paid-out assets.
* [**Fees**](/funds/infrastructure/core-concepts/fees.md) — management, performance (high-water mark), and redemption fees.
* [**Roles and operators**](/funds/infrastructure/core-concepts/roles-and-operators.md) — how permissions are modelled and the Admin vs Operator APIs.
* [**Policies**](/funds/infrastructure/core-concepts/policies.md) — how onchain permissions constrain what a fund can do.
* [**Bridging**](/funds/infrastructure/core-concepts/bridging.md) — how cross-chain transfers affect accounting.


---

# 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.kpk.io/funds/infrastructure/core-concepts.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.
