# Introduction

Sequentia is a Bitcoin sidechain network and corresponding ecosystem of applications dedicated to tokenized assets – like stablecoins and stock tokens – and peer-to-peer transactions, including direct, real-time atomic swaps and lightning swaps between BTC and tokens issued on Sequentia.

The Sequentia Network's initial development and launch are being promoted by Concatena Labs, Inc., a Delaware corporation. However, Sequentia is a fully Free and Open Source (FOSS) project and anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

{% embed url="<https://github.com/SequentiaSEQ/>" %}

## Testnet documentation

Instructions on how to run Sequentia's modified Elements node in order to connect to the public Sequentia testnet network, as well as a few commands to demo the "No Coin" feature.\
\
This feature is our proof-of-concept, and it is what makes Sequentia the first blockchain in history without a native coin, as well as the only pegless Bitcoin sidechain.

{% content-ref url="../testnet" %}
[testnet](https://docs.sequentia.io/testnet)
{% endcontent-ref %}

## Light paper

General information about the protocol can be found in the Sequentia Light paper. Download the [**pdf version here**](https://drive.google.com/file/d/1x67exlNpmvhsQnZX2BJ4-d9rD2dDKhgi/view?usp=sharing).

## Theoretical paper

This academic-style paper provides detailed information about the protocol, the consensus system, and how it differs from other asset tokenization technologies. The PDF version is available[ **here**](https://drive.google.com/file/d/1Pj6WdwCP_z_6hVrDb-gSg279zcPhp0lq/view?usp=sharing).

## White paper

More information about the Sequentia protocol and its role within the Bitcoin ecosystem can be found in the Sequentia White Paper. You can download the [**pdf version here**](https://drive.google.com/file/d/1Ql29eUT0d0LDskWNsAkSOgM5TDb7kD5T/view?usp=sharing) or follow the link to read it online:

{% content-ref url="../white-paper" %}
[white-paper](https://docs.sequentia.io/white-paper)
{% endcontent-ref %}

## Join on socials to learn more

You can [**join us on Discord here**](https://discord.gg/VcWpRFBq6j) or via Telegram below:

{% embed url="<https://t.me/sequentia_official>" %}


---

# 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.sequentia.io/introduction/introduction.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.
