> For the complete documentation index, see [llms.txt](https://synthesys-2.gitbook.io/zodiac-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://synthesys-2.gitbook.io/zodiac-docs/introduction.md).

# Introduction

{% hint style="info" %}
This documentation is updated as Zodiac's products and integrations develop, and some details may change. Nothing here is an offer, a solicitation, or investment advice.
{% endhint %}

Zodiac issues **zTokens**: yield-bearing tokens, each backed 1:1 by a single regulated fund.

Every Zodiac vault holds exactly one fund and issues exactly one token against it. Each zToken is backed 1:1 by that single fund tracking the fund's NAV. There are no baskets, no strategies, and no allocation decisions. The token tracks the fund's NAV.

Vaults cover money market, credit, and equity funds across several currencies, including USD, SGD, AUD, EUR, and GBP. Each underlying fund is run by a regulated asset manager.

{% hint style="info" %}
One fund. One vault. One zToken. Always 1:1. Powered by Zodiac.
{% endhint %}

Whitelisted wallets subscribe with USDC or with the underlying fund tokens, and mint zTokens. Once minted, zTokens are freely transferable: anyone can hold them, send them, and integrate them. Yield accrues through the zToken's exchange rate, so balances stay fixed while each unit becomes redeemable for more of the underlying over time.

### What zTokens let you do

* Embed fund-backed yield in a wallet, exchange, or fintech product without operating fund subscription infrastructure yourself.
* Use a single-fund, yield-bearing token in vaults, lending markets, and structured products.
* Hold multi-currency fund exposure (USD, SGD, AUD, EUR) as standard on-chain tokens.

### What this documentation covers

zToken mechanics, subscription and redemption flows, in-kind conversion, hosted vaults, access requirements, fees, and the risks you take on as an integrator.

If you are new here, Zodiac at a glance is the shortest path to understanding how the pieces fit together.

<figure><img src="https://796696426-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdkZudDR8l2td7dOb0ouQ%2Fuploads%2FwRdvA7Ng7MS8VBerddLl%2FCustody%20Flow%20Diagram-selection.png?alt=media&amp;token=edc90bcb-4d15-436f-a55a-bbb1a72dd8e1" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://synthesys-2.gitbook.io/zodiac-docs/introduction.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.
