> For the complete documentation index, see [llms.txt](https://city-protocol.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://city-protocol.gitbook.io/docs/tokenization-as-a-service/participants.md).

# Participants

The TaaS layer coordinates multiple participants.

<table><thead><tr><th width="279.33203125">Participant</th><th>Role</th></tr></thead><tbody><tr><td>Yield Provider / Asset Originator</td><td>Sources the underlying asset, credit exposure, fund strategy, trading strategy, or RWA-backed yield source.</td></tr><tr><td>Strategy Manager</td><td>Manages strategy execution, risk limits, performance reporting, and operational updates.</td></tr><tr><td>Third-Party Verifier</td><td>Verifies reserves, NAV inputs, service-provider data, collateralization, or other product claims.</td></tr><tr><td>City Protocol TaaS Layer</td><td>Provides token issuance, investor controls, oracle infrastructure, attestation registry, subscription and redemption workflows, and distribution interfaces.</td></tr><tr><td>Neofinance Platform</td><td>Integrates tokenized products into user-facing applications, including City Neobank and partner apps.</td></tr><tr><td>Yield Investor</td><td>Subscribes, holds, redeems, or uses the tokenized product according to eligibility and product terms.</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:

```
GET https://city-protocol.gitbook.io/docs/tokenization-as-a-service/participants.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
