> For the complete documentation index, see [llms.txt](https://docs.starke.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starke.finance/products/fund-tokenization-as-a-service-ftaas/features.md).

# Features

FTaaS has been engineered to provide flexible, fully configurable fund design, covering the essential needs of professional asset managers:

* **Active Management:** Adjust and rebalance holdings in real time, with all transactions recorded on-chain for full auditability.
* **Fee Structures:** Fund managers can configure management fees and performance fees, automatically calculated and settled on quaterly based and when withdrawals occur.
* **Transfer Restrictions:** Implement transfer hooks to comply with exemptions such as **Reg D / 506(c)**, ensuring tokens can only move between eligible investors following US regulation.
* **Investor Limits:** Define minimum deposits per investor and set maximum AUM thresholds to comply with SEC requirements for funds that are not fully registered.
* **Investor Onboarding:** Integrate KYC/KYB flows to onboard accredited and sophisticated investors, with documentation stored securely off-chain and permissions enforced on-chain.
* **Oracle Integration:** NAV and asset pricing updated via oracles refreshing every 60 seconds, providing near real-time fund metrics.
* **Self custody:** Starke Finance and Fund managers do not have access to investor funds under any condition. Only the investors can redem and deposit funds, however Fund managers can manage their holdings by swapping Fund holdings by other assets with fair market value.

Together, these features create a framework where fund managers can operate with the same flexibility and control they have in traditional structures, but with blockchain-native benefits: immutability, efficiency, and global accessibility.


---

# 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.starke.finance/products/fund-tokenization-as-a-service-ftaas/features.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.
