> 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/example-product-templates.md).

# Example product templates

TaaS can support multiple product templates.

***

### RWA-backed lending product

An RWA-backed lending product may tokenize exposure to a pool of secured loans or receivables. The tokenized product requires borrower reporting, collateral monitoring, reserve verification, NAV calculation, and redemption scheduling.

**Key configuration fields may include:**

· funding currency;

· collateral type;

· target collateralization ratio;

· minimum collateralization ratio;

· borrower or originator profile;

· verification partner;

· liquidity period;

· capacity;

· subscription eligibility;

· NAV reporting cadence.

***

### **Market-neutral trading strategy**

A market-neutral strategy may tokenize exposure to a strategy that seeks to capture pricing inefficiencies without taking broad directional exposure.

**Key configuration fields may include:**

· approved exchanges or venues;

· approved assets;

· maximum leverage;

· drawdown limits;

· liquidity limits;

· redemption period;

· NAV calculation method;

· management and performance fees;

· strategy reporting cadence.

***

### Tokenized treasury or cash-management product

A treasury-style product may tokenize exposure to short-duration, high-liquidity instruments. This product type places more emphasis on reserve verification, low-duration asset eligibility, NAV stability, and fast redemption.

**Key configuration fields may include:**

· eligible collateral;

· custodian or administrator;

· verification agent;

· reference rate;

· NAV update frequency;

· redemption capacity;

· jurisdictional eligibility;

· transferability policy.


---

# 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/example-product-templates.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.
