> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/russkii/products/worlds.md).

# Миры

Контракты миров создают стимулы для пользователей:

* создавать цифровые двойники текущего мира - миры красной пилюли
* предлагать альтернативы текущему миру - миры голубой пилюли
* очищать/зеленить текущий мир - миры зеленой пилюли

Контракт мира использует систему [plus code](https://plus.codes), которая является открытой цифровой системой адресации для всего мира, чтобы создавать стимулы на каждой части земного шара.

Чтобы развернуть контракт мира:

* Перейдите на [страницу миров](https://payswap.org/worlds) и нажмите кнопку **Развернуть мир**

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

* В появившейся форме введите свой идентификатор профиля и подтвердите транзакцию

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

* Отметьте кнопку **Только мои** , чтобы отображать только ваши контракты миров; это должно помочь вам быстрее найти контракт мира, который вы только что развернули. Если вы не можете найти его, перезагрузите страницу и попробуйте снова

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

Поздравляем! Вы успешно развернули свой контракт мира. Следующим шагом является его настройка как мира красной пилюли, мира голубой пилюли или зеленого мира.

## Идентификаторы планет

| Название планеты | Идентификатор планеты |
| ---------------- | --------------------- |
| Земля            | 1                     |
| Венера           | 2                     |
| Уран             | 3                     |
| Юпитер           | 4                     |
| Марс             | 5                     |
| Меркурий         | 6                     |
| Сатурн           | 7                     |
| Нептун           | 8                     |

[Получите дополнительную поддержку от сообщества здесь.](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payswap.org/russkii/products/worlds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
