# Quickstart

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

{% hint style="info" %}
Looking for on-chain reference data, like supported chains and contract addresses? Head to the [Reference](https://github.com/GitbookIO/onboarding-template/blob/main/getting-started/broken-reference/README.md) section to learn more.
{% endhint %}

### Add Blessnet to your Wallet

An easy way to add Blessnet chains to your wallet is through chainlist.org. Follow the below link, connect your wallet, and then select the option to add then chain (either Blessnet or Blessnet Sepolia):

{% embed url="<https://chainlist.org/?chain=1&search=blessnet>" %}
Blessnet on chainlist.org
{% endembed %}

If you could prefer to add the Blessnet network manually please see the required information in [Blessnet Chain Details](/reference/blessnet-chain-details.md).

## Get some BLESS token

BLESS is the native token for Blessnet. It is also available as a self-bridging ERC20 on a range of Ethereum chains. For full details on BLESS see the [BLESS token section](/bless-token/bless.md).

You can get Sepolia BLESS from the [Sepolia faucet](/bless-token/get-bless.md#sepolia).

Mainnet BLESS can be purchased from [BLESS token machine](/bless-token/get-bless.md#mainnet) available on a number of chains.

## Key Apps

The following apps are useful to help you on your journey into Blessnet:

### The Blessnet Homepage

{% embed url="<https://bless.net>" %}

### The Blessnet Block Scan

#### Mainnet

{% embed url="<https://scan.bless.net>" %}
Blessnet Mainnet Scan
{% endembed %}

#### Testnet

{% embed url="<https://sepolia-scan.bless.net>" %}
Blessnet Sepolia Scan
{% endembed %}

### The BLESS Bridge

#### Mainnet

{% embed url="<https://bridge.bless.net>" %}
BLESS Mainnet Bridge
{% endembed %}

#### Testnet

{% embed url="<https://sepolia-bridge.bless.net>" %}
BLESS Sepolia Bridge
{% endembed %}

## Get the Full Summary!

For a full summary of Blessnets mission and features please read our [Whitepaper](/papers-and-articles/whitepaper.md). It provides a summary of all the key aspects of Blessnet, which are then expanded in the associated section of this documentation.


---

# 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.bless.net/getting-started/quickstart.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.
