# Worlds

World contracts create incentives for users to:

* create digital twins of the current world - Red Pill Worlds
* propose alternatives to the current world - Blue Pill Worlds
* clean/greenify the current world - Green Pill Worlds

The world contract uses the [plus code](https://plus.codes) system which is an open-source digital addressing system for the entire world, to create incentives on each portion of the globe.

To deploy a world contract:

* Go to the [Worlds page](https://payswap.org/worlds) and click on the **Deploy World** button

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

* In the form that pops up, input your profile ID and validate the transaction

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

* Tick the **Mine Only** button to only display your world contracts; this should enable you to find the world contract you just deployed faster. If you cannot find it, reload the page and try again

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

Congratulations! You have successfully deployed your world contract. The next step is to set it up as either a Red Pill World, Blue Pill World or a Green World.

## Planet IDs

| Planet Name | Planet ID |
| ----------- | --------- |
| Earth       | 1         |
| Venus       | 2         |
| Uranus      | 3         |
| Jupiter     | 4         |
| Mars        | 5         |
| Mercury     | 6         |
| Saturn      | 7         |
| Neptune     | 8         |

[Get further support from the community here.](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

# 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.payswap.org/products/worlds.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.
