# What is the Verified Network

## Welcome to the Verified Network

The Verified Network provides software infrastructure to&#x20;

* issue tokenized securities that are regulation compliant for distribution&#x20;
* create liquidity pools for primary issues, secondary trading and margin trading that are connected to offchain brokerages and multi-lateral trade facilities
* offer order management and settlement of trades
* pair tokenized securities with tokenized cash issued by electronic money institutions
* manage corporate actions such as distributions of dividends and interest income

## Using the Verified SDK

The Verified SDK provides Javascript APIs to connect web and mobile applications to the Verified Network.

{% content-ref url="/pages/HQypR8UJmiRu8XjnztMa" %}
[Verified SDK](/reference/verified-sdk.md)
{% endcontent-ref %}

## Using Verified REST APIs

If you want to use liquidity pools for tokenized securities on chain and access market, order and user data, you can use our REST APIs.

{% content-ref url="/pages/rJwxqWHfeHbBs8bmWdX8" %}
[Verified REST API](/reference/verified-rest-api.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://docs.verified.network/what-is-the-verified-network.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.
