# Supported Networks

{% hint style="success" %}
Want to be a part of our ever-growing Partner Networks? [Let's have a chat](https://wa.me/17866553696)
{% endhint %}

### Current deployments

## POST /api/instruments/networks\_list

> Supported Networks List

```json
{"openapi":"3.1.0","info":{"title":"Sailing Protocol API","version":"1.0.0"},"servers":[{"description":"Sailing Protocol Node","url":"https://sailing.global"}],"paths":{"/api/instruments/networks_list":{"post":{"operationId":"post_networks_list_api_instruments_networks_list_post","responses":{"200":{"content":{"application/json":{"schema":{"properties":{"chain_id":{"description":"Unique chain ID of the network","type":"integer"},"equity_tokens_list":{"description":"List of equity token symbols deployed on the network","items":{"type":"string"},"type":"array"},"icon":{"description":"URL of the network icon","type":"string"},"name":{"description":"Display name of the network","type":"string"}},"required":["name","chain_id","icon","available_equity_tokens"],"type":"object"}}},"description":"Dictionary of networks where at least one equity token is deployed"}},"summary":"Supported Networks List","tags":["network"]}}}}
```

{% columns %}
{% column width="58.333333333333336%" %}
{% hint style="info" %}
Interested on the full **Token's metadata**? get them here:
{% endhint %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/Oc2pyijj0ybN89nQjGDE" %}
[Equity Tokens](/supported-assets/equity-tokens.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# 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.sailingprotocol.org/supported-networks.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.
