# Тестнет (ноды для тестов)

Для экспериментов (до использования вашего кода в основной цепи блокчейна) рекомендуются проверять запуская ноду тестнета.

Может пригодиться обкатка и на так называемой "лайвтест-цепи", с снапшотом реальных данных пользователей. Нода доступна по адресу:

**<https://apibeta.golos.today>** или **wss/apibeta.golos.today/ws**

Password (of @lex): `P5Jw6xSsoDhFtrNp1CGAWyzhVez6dFuxCQ9dn4QC7aZZW9R3WmUq`\ <mark style="color:green;">`Для всех аккаунтов ключи сброшены на`</mark> <mark style="color:green;"></mark> \
Posting: `5HwQScueMZdELZpjVBD4gm6xhiKiMqGx18g4WtQ6wVr4nBdSxY5` \
Active: `5K67PNheLkmxkgJ5UjvR8Nyt3GVPoLEN1dMZjFuNETzrNyMecPG` \
Owner: `5KD45zFh5WNFaW8mZTSx4eicy8FzwEmm5psNKH7GLg5bVQwUw6s` \
Memo: `5Kek6zP5vQmDRXXNBtZkxUtoMT3iW1xEYXcifkA2UHb2VT5UD7P`\
\
В лайвтест-цепи работают dev-приложения:

* Blogs [beta.golos.today](https://beta.golos.today) (на [github](https://github.com/golos-blockchain/ui-blogs/tree/beta))
* Wallet [devwallet.golos.today](https://devwallet.golos.today/) (на [github](https://github.com/golos-blockchain/ui-wallet/tree/dev))
* Messenger [devchat.golos.app](https://devchat.golos.app/) (на [github](https://github.com/golos-blockchain/ui-messenger/tree/dev))
* Forum [dev.golostalk.com](https://dev.golostalk.com) (на [github](https://github.com/golos-blockchain/ui-forums/tree/dev))
* Authorization [dev.golos.app](https://dev.golos.app) (на [github](https://github.com/golos-blockchain/ui-auth/tree/dev))
* Notify [devnotify.golos.app](https://devnotify.golos.app) (на [github](https://github.com/golos-blockchain/notify/tree/dev))
* ImageProxy [devimages.golos.today](https://devimages.golos.today/) (на [github](https://github.com/golos-blockchain/imageproxy/tree/dev))
* Exchange [devdex.golos.app](https://devdex.golos.app/) (на [github](https://github.com/golos-blockchain/ui-dex/tree/develop))


---

# 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.golos.id/developers/basics/testnet.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.
