# Governance Tokens

{% hint style="info" %}
**ERC20:** Governance Tokens are based on the ERC20 standard. For more information, please view the documentation by OpenZeppelin: <https://docs.openzeppelin.com/contracts/4.x/erc20>
{% endhint %}

### Suggested Use Case

* Governance Votes

## Contracts

### Addresses

#### DFK Chain

| Name                                                                                                            | Mainnet                                      | Testnet                                      |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| <img src="https://defi-kingdoms.b-cdn.net/art-assets/tokens/jewel_token_x2.png" alt="" data-size="line"> cJEWEL | `0x9ed2c155632C042CB8bC20634571fF1CA26f5742` | `0x1A956C4911218DDB2d4Fe78fD37b1884EC844a16` |

#### Klaytn

| Name                                                                                                            | Mainnet                                      | Testnet                                      |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| <img src="https://defi-kingdoms.b-cdn.net/art-assets/tokens/jewel_token_x2.png" alt="" data-size="line"> sJEWEL | `0xaA8548665bCC12C202d5d0C700093123F2463EA6` | `0x4419F44043301a38Ae6b6384c454740fe4DfB6eA` |

### Interfaces & ABIs

{% content-ref url="/pages/Z5n4cFVkwQvw7AULh6jf" %}
[Jeweler 2.0](/contracts/jeweler-2.0.md)
{% endcontent-ref %}

## Historical Contracts

{% hint style="info" %}
xJEWEL was retired as a Governance token on 11/4/2022. This change was passed [by community vote](https://vote.defikingdoms.com/#/proposal/0x8b74fefcfbd5b6751c190361577fd65ff79084b5250ed3265a14a16140d67fba) on 10/14/2022.
{% endhint %}

{% hint style="info" %}
xCRYSTAL was retired as a Governance token [by community vote](https://vote.defikingdoms.com/#/proposal/0x2a83ec79bf88a5d8170b831b4c941a934e47ca0c569a40bb8d240666978b73e6) on 9/1/2022.
{% endhint %}

#### Harmony

| Name                                                                                                                   | Mainnet                                      | Testnet                                      |
| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| <img src="https://defi-kingdoms.b-cdn.net/art-assets/tokens/jewel_token_x2.png" alt="" data-size="line"> xJEWEL (Bank) | `0xA9cE83507D872C5e1273E745aBcfDa849DAA654F` | `0x9bBD946ED9b6e9EA4FD85f3Fa9ADB9CC6f03c2BE` |

#### DFK Chain

| Name                                                                                                                       | Mainnet                                      | Testnet                                      |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| <img src="https://defi-kingdoms.b-cdn.net/art-assets/tokens/crystal_token_x2.png" alt="" data-size="line"> xCRYSTAL (Bank) | `0x6E7185872BCDf3F7a6cBbE81356e50DAFFB002d2` | `0x1A516207ABe4A0A636C6bB1C083c9EB46a026131` |
| <img src="https://defi-kingdoms.b-cdn.net/art-assets/tokens/jewel_token_x2.png" alt="" data-size="line"> xJEWEL            | `0x77f2656d04E158f915bC22f07B779D94c1DC47Ff` | `0x3C351E1afdd1b1BC44e931E12D4E05D6125eaeCa` |

### Interfaces & ABIs

{% content-ref url="/pages/w7fV888JSgBy04xhTc3i" %}
[Jeweler 1.0](/contracts/jeweler-2.0/jeweler-1.0.md)
{% endcontent-ref %}


---

# 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://devs.defikingdoms.com/tokens/governance-tokens.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.
