# Getting Started

Welcome to the Ternoa wiki, the hub for those interested in learning, building, or maintaining the Ternoa network. This documentation will provide you with everything you need to get started with Ternoa as a user or developer.

## What is Ternoa?

[Ternoa](https://www.ternoa.network/) is a layer 1 blockchain built on substrate and open source. Ternoa designs infrastructure to accelerate web3 development by making next-generation utility NFTs easy to build on our blockchain. The Ternoa ecosystem facilitates the adoption of utility NFTs by giving developers a full technological stack and access to independent infrastructure, nodes, developers’ communities, and funding.

Our Utility NFTs include:

* Delegation&#x20;
* Renting&#x20;
* SoulBound&#x20;
* Royalties&#x20;
* Secret (coming soon)&#x20;
* Capsule (coming soon)

## Learn

A step by step tutorial to start with Ternoa. Here you will learn everything with token CAPS management and get new experience with creation, minting and trading NFTs.

{% content-ref url="ternoa-wallet" %}
[ternoa-wallet](https://wiki.ternoa.network/learn/ternoa-wallet)
{% endcontent-ref %}

{% content-ref url="ternoa-bridge" %}
[ternoa-bridge](https://wiki.ternoa.network/learn/ternoa-bridge)
{% endcontent-ref %}

{% content-ref url="asset-management" %}
[asset-management](https://wiki.ternoa.network/learn/asset-management)
{% endcontent-ref %}

{% content-ref url="staking" %}
[staking](https://wiki.ternoa.network/learn/staking)
{% endcontent-ref %}

### Build

All you need to know to build dApps, interact with the Ternoa Blockchain and deploy your own Marketplace.

{% content-ref url="../build/sdk-javascript" %}
[sdk-javascript](https://wiki.ternoa.network/build/sdk-javascript)
{% endcontent-ref %}

### Maintain

Review how to maintain the Ternoa network.&#x20;

{% content-ref url="../maintain/how-to-run-a-validator-on-ternoa" %}
[how-to-run-a-validator-on-ternoa](https://wiki.ternoa.network/maintain/how-to-run-a-validator-on-ternoa)
{% 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://wiki.ternoa.network/learn/master.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.
