> 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/funds/eth-alpha/policies-and-addresses.md).

# Policies and addresses

The Investment and Risk Management Frameworks are implemented as onchain [policies](/funds/infrastructure/core-concepts/policies.md) within the Fund’s dedicated investment vehicle. These policies enforce verifiable constraints on the addresses, functions and parameters the Fund can use, supporting automated execution, transparent operation and enforceable controls across all investment activity.

KPK’s fund infrastructure is non-custodial and deployed across multiple blockchains, comprising a network of Safes with distinct roles. The Portfolio Safe holds Fund assets and defines the permitted action set through onchain policy controls. Manager Safe [operators](/funds/infrastructure/core-concepts/roles-and-operators.md) execute transactions and workflows, ranging from asset allocation decisions to subscriptions and redemptions requests, with each transaction authorised and parameterised through a role-based onchain permission framework that enforces the Portfolio Safe’s constraints.

Use the fund dashboard’s **Policy** view for the full, up-to-date configuration. For how this Safe stack is assembled and why the addresses are identical across chains, see [Architecture overview](/funds/infrastructure/architecture-overview.md) and [Deployment](/funds/infrastructure/deployment.md).

### Addresses

#### Mainnet

<table><thead><tr><th width="173.48828125">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Portfolio Safe</td><td>0x99b9F5F24205Cb88E33b1CC72008f644Fc23768b</td></tr><tr><td>Manager Safe</td><td>0x933eAA3F9b237bE3F8bd88BeEee643e7ae72595d</td></tr><tr><td>NAV Calculator</td><td>0xa57A641417fe2703C5364C2f57f35297b16189a5</td></tr><tr><td>Shares Contract</td><td>0xED01a1Fe4e020Ca901F43E17B6203A7e0cEa818C</td></tr><tr><td>Roles Modifier</td><td>0x2bA2F894d0Ac9435346a40521Ae513D1be6d9B17</td></tr><tr><td>Sub-Roles Modifier</td><td>0x97Ab9e7a2275d4bD86913809b3c29C4dDA49c694</td></tr></tbody></table>

#### Arbitrum

<table><thead><tr><th width="173.48828125">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Portfolio Safe</td><td>0x99b9F5F24205Cb88E33b1CC72008f644Fc23768b</td></tr><tr><td>Manager Safe</td><td>0x933eAA3F9b237bE3F8bd88BeEee643e7ae72595d</td></tr><tr><td>NAV Calculator</td><td>0xa57A641417fe2703C5364C2f57f35297b16189a5</td></tr><tr><td>Roles Modifier</td><td>0x2bA2F894d0Ac9435346a40521Ae513D1be6d9B17</td></tr><tr><td>Sub-Roles Modifier</td><td>0x97Ab9e7a2275d4bD86913809b3c29C4dDA49c694</td></tr></tbody></table>

#### Base

<table><thead><tr><th width="173.48828125">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Portfolio Safe</td><td>0x99b9F5F24205Cb88E33b1CC72008f644Fc23768b</td></tr><tr><td>Manager Safe</td><td>0x933eAA3F9b237bE3F8bd88BeEee643e7ae72595d</td></tr><tr><td>NAV Calculator</td><td>0xa57A641417fe2703C5364C2f57f35297b16189a5</td></tr><tr><td>Roles Modifier</td><td>0x2bA2F894d0Ac9435346a40521Ae513D1be6d9B17</td></tr><tr><td>Sub-Roles Modifier</td><td>0x97Ab9e7a2275d4bD86913809b3c29C4dDA49c694</td></tr></tbody></table>

#### Optimism

<table><thead><tr><th width="173.48828125">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Portfolio Safe</td><td>0x99b9F5F24205Cb88E33b1CC72008f644Fc23768b</td></tr><tr><td>Manager Safe</td><td>0x933eAA3F9b237bE3F8bd88BeEee643e7ae72595d</td></tr><tr><td>NAV Calculator</td><td>0xa57A641417fe2703C5364C2f57f35297b16189a5</td></tr><tr><td>Roles Modifier</td><td>0x2bA2F894d0Ac9435346a40521Ae513D1be6d9B17</td></tr><tr><td>Sub-Roles Modifier</td><td>0x97Ab9e7a2275d4bD86913809b3c29C4dDA49c694</td></tr></tbody></table>

#### Gnosis

<table><thead><tr><th width="173.48828125">Contract</th><th>Address</th></tr></thead><tbody><tr><td>Portfolio Safe</td><td>0x99b9F5F24205Cb88E33b1CC72008f644Fc23768b</td></tr><tr><td>Manager Safe</td><td>0x933eAA3F9b237bE3F8bd88BeEee643e7ae72595d</td></tr><tr><td>NAV Calculator</td><td>0xa57A641417fe2703C5364C2f57f35297b16189a5</td></tr><tr><td>Roles Modifier</td><td>0x2bA2F894d0Ac9435346a40521Ae513D1be6d9B17</td></tr><tr><td>Sub-Roles Modifier</td><td>0x97Ab9e7a2275d4bD86913809b3c29C4dDA49c694</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://docs.kpk.io/funds/funds/eth-alpha/policies-and-addresses.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.
