> For the complete documentation index, see [llms.txt](https://punkland.gitbook.io/grannys-house/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://punkland.gitbook.io/grannys-house/en/supersoul.md).

# Super Soul Tokens

![](/files/wLslmkFX7lxRPPBj5vKI)

Super Soul Tokens (SST) are ERC-20 tokens that connect to the Granny’s House universe and are used to guarantee ownership rights and decentralize assets on the Klaytn blockchain. Players can earn Red Souls by playing Granny’s House, and can take them out of the Granny’s House universe by exchanging them for Super Souls which provide ownership rights in other universes (including the real world). Super Souls can also be traded for Red Souls to purchase and upgrade items or make use of various other systems within the Granny’s House universe.

### Token Information

<table data-header-hidden><thead><tr><th width="150"></th><th width="574.4285714285713"></th></tr></thead><tbody><tr><td>Blockchain</td><td>Klaytn Mainnet Cypress</td></tr><tr><td>Contract Address</td><td>0x338d7933c367e49905c06f3a819cd60d541c9067</td></tr><tr><td>Symbol</td><td>SST</td></tr></tbody></table>

### Token Allocation

| **Game Operations**        | 5,000,000   | 5%   |
| -------------------------- | ----------- | ---- |
| **Development Team**       | 2,000,000   | 2%   |
| **Marketing**              | 1,500,000   | 1.5% |
| **Liquidity Pool Deposit** | 500,000     | 0.5% |
| **Reserve**                | 91,000,000  | 91%  |
| **Total Amount**           | 100,000,000 | 100% |


---

# 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://punkland.gitbook.io/grannys-house/en/supersoul.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.
