# Getting started

Using a **decentralized Web Application** means that no one except you has access to your account's private information, such as your Private Key and Secret Seed. It is very important to store this information right away when creating a new account and to never share it with anyone. No one should ever ask you for this information, not even anyone from our team.

**Losing your private data will result in the loss of your account** and all tokens or credits associated with it, the Signature Chain team won't have any power to retrieve it.

A Waves account is simply a secret seed, which is a string of 15 words, from there an asymetric Key Pair is calculated, giving you a Private Key and a Public Key. The Public Key generates your Waves Account address.\
\
**Secret Seed**\
\
`office they guide rate magic morning income few attend supreme verb fruit goose above radio`

**Key Pair**\
\
`{`\
&#x20;  `PrivateKey: "6RvkbJPj39ETXyLbBt4hXAC52QgN6LmZZy2nspRwSSD5",`\
&#x20;  `PublicKey: "4VZXHgEOAiNy262jpwqG1cjG4fd7a1q86WoS14Uywd3u"`\
`}`

**Address**\
\
`3PBJgpWfLbcZGVHKmP7bB7tQ7AVtUsYLRQp`\
\
A Waves address on Mainnet can easily be recognized as it starts with 3P (at the moment) and 3N/3M on Testnet.\
\
To use SIGN's [Web Application](https://www.sign-web.app), you will first need a Waves Account, create one if you haven't yet.

## CREATE A NEW WAVES ACCOUNT

To create a new Waves Account go to [waves.exchange/sign-up](https://waves.exchange/sign-up) or [www.sign-web.app](https://www.sign-web.app) and click **sign in.**\
If it is your first time accessing it, the following form will appear, fill in the blanks with your chosen password and accept the policy and terms.

![If you don't have an account, you will see this form on your first sign in](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2FC5NjryFsSIfdpiVveHW1%2Ffile.png?alt=media)

If you are on waves.exchange, you will then see the following screen allowing you to either create a new account or import an existing one through your private key or secret seed.

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2F36i0GTtL2ThLqmm2wrBR%2Ffile.png?alt=media)

If you created an account on sign-web.app, a new Waves account was automatically created, it is very important to login to waves.exchange right after to save your secret seed and secure it.&#x20;

## SAVE YOUR SEED

To retrieve your account's private details, go to [waves.exchange](https://waves.exchange), login with your newly created password, go to the upper right and click on your account name, from there, click on settings and security and **copy or write down your Backup Phrase and Private Key**, make sure to **store them in a safe place** and **never share them with anyone.**

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2F8atBjzcaXhgGOTsQr4sH%2Ffile.png?alt=media)

## IMPORT AN EXISTING WAVES ACCOUNT

To use an existing account on [sign-web.app](https://www.sign-web.app) it first needs to be imported into [waves.exchange](https://waves.exchange/import), all accounts accessible in [waves.exchange](https://waves.exchange) will automatically be available in [sign-web.app](https://www.sign-web.app)\
\
Use the following link to import an existing Waves Account [waves.exchange/import](https://waves.exchange/import)

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M3ieoE1M071OsoFItvH%2Fuploads%2FhuLeXPP8w5T1anLDnm0k%2Ffile.png?alt=media)


---

# 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.sign-web.app/getting-started.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.
