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

# Introduction

## At a glance

* **Type:** Non-custodial protocol
* **Core primitive:** Standardised **vaults**
* **Supports:** Structured onchain representations of real-world financial instruments (e.g., **funds**, **treasury-backed products**, **private credit strategies**)
* **Designed for:**
  * Onchain users seeking **direct vault-based access**
  * Builders integrating **RWA exposure into apps/workflows**
* **Not:**
  * A trading venue / order book
  * A liquidity provider or liquidity guarantee
  * A custodian or intermediary

***

## What is Byzanlink Markets?

**Byzanlink Markets** is a non-custodial protocol that enables onchain access to tokenized real-world financial assets through **standardised vault structures**.

By expressing real-world financial assets through vault-based primitives, Markets applies blockchain infrastructure to support:

* **Transparency** (auditable vault interactions)
* **Programmability** (vaults as composable building blocks)
* **Operational efficiency** (standardised execution surface)

**Markets does not** custody assets, intermediate capital, or operate a trading venue.

{% hint style="info" %}
✅ Key idea: Markets is an **access + execution layer** for tokenized financial instruments, implemented through vaults.
{% endhint %}

***

## What Markets enables

### For onchain users

* Access structured instruments via **instrument-specific vaults**
* Hold **positions** that reflect exposure to the underlying tokenized asset
* Interact through a consistent vault interface (deposit / redeem)

### For developers & integrators

* Build apps and workflows directly on top of vaults:
  * portfolio experiences
  * automation and routing logic
  * onchain strategy composition (where appropriate)

***

## Key concepts

* **Instrument:** A structured financial product represented on-chain
* **Vault:** A dedicated on-chain vault configured per instrument (deposit/redeem rules reflect that instrument)
* **Position:** A vault position representing exposure to the underlying instrument (value tracks the underlying asset behavior)

{% hint style="info" %}

## Summary

<mark style="color:orange;">**Byzanlink Markets**</mark> is a **non-custodial, vault-based protocol** for accessing tokenized real-world financial assets on-chain. It provides a consistent and integration-friendly execution surface for structured financial instruments **without** assuming trading activity, liquidity provision, or custodial control.
{% endhint %}


---

# 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://bzl.gitbook.io/bzl-docs/byzanlink-market/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.
