# How to use it

## Verified SDK

The best way to interact with our API is to use the Verified SDK that enables third party applications to use both gas less and regular transactions that use gas to execute transactions on the ethereum protocol supported chains such as the Ethereum mainnet and L2 networks such as Polygon, Gnosis, Binance chain and Avalanche.

{% tabs %}
{% tab title="Node" %}

```
# Install via NPM
npm install --save @verified-network/verified-sdk
```

{% endtab %}
{% endtabs %}

## Verified REST API

Your REST API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate an API key by requesting Verified Network admin here.

## Make your first request

To make your first request, you can use our [Postman collection](https://documenter.getpostman.com/view/1898892/2s9YJaX43s).


---

# 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/how-to-use-it.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.
