> 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/context/introduction.md).

# Introduction

## Scenario

Capital markets are gradually converging toward programmable financial infrastructure. Advances in blockchain technology have enabled the representation of traditional financial instruments on shared, transparent, and composable systems, thereby improving settlement efficiency and operational coordination among market participants.

Tokenisation is increasingly being adopted as a structural upgrade rather than a new asset class. For institutional financial products, this shift is driven by the need for improved transparency, lifecycle automation, and interoperability, while maintaining established standards of governance, control, and risk management.

{% hint style="info" %} <mark style="color:orange;">**Byzanlink**</mark> is built to support this transition. The platform provides infrastructure for the on-chain representation and management of structured financial products, with a focus on institutional use cases.&#x20;

It enables asset originators and managers to tokenise financial instruments and, where appropriate, integrate them into on-chain liquidity environments, without embedding assumptions about distribution or end-user access.
{% endhint %}

<figure><img src="/files/m5qR8dBf8YJPPhwTZR7E" alt=""><figcaption></figcaption></figure>

***

## Fundraising

{% hint style="success" %}
In mid-2025, Byzanlink successfully closed a **$1.1 million** Private Seed Round, marking a significant milestone in our mission to democratize institutional-grade investment opportunities through blockchain technology.
{% endhint %}

<figure><img src="/files/prhRJ0OQ74XuQQHHmUto" alt=""><figcaption></figcaption></figure>

For more information, please visit: [Here](https://www.wamda.com/2025/06/byzanlink-secures-1-million-backed-outlier-ventures)


---

# 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/context/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.
