# Base Instance 0.1 (Alpha)

{% hint style="info" %}
**Please note** that the alpha stage of our deployment indicates the possibility of encountering bugs or unexpected behavior. At this stage, we do not offer support for any issues that may arise. Users are encouraged to proceed with caution and at their own risk.
{% endhint %}

Base instances run on [Base](https://www.base.org/), an Ethereum L2 chain.

## Chain Info

| Key       | Value                             |
| --------- | --------------------------------- |
| Chain ID  | 8453                              |
| RPC       | <https://mainnet.base.org>        |
| Explorer  | <https://basescan.org/>           |
| Gas Token | ETH                               |
| Bridge    | <https://bridge.base.org/deposit> |
| Website   | <https://base.org/>               |

## Contracts

| Name                  | Address                                                                                                               | Comment     |
| --------------------- | --------------------------------------------------------------------------------------------------------------------- | ----------- |
| Dragobits             | [0xCDeBd88BEF11318a467B039fa138D88eFaeF36A9](https://basescan.org/token/0xCDeBd88BEF11318a467B039fa138D88eFaeF36A9)   | NFT + Game  |
| WNative (wrapped ETH) | [0x4200000000000000000000000000000000000006](https://basescan.org/address/0x4200000000000000000000000000000000000006) | Wrapped ETH |
| Token                 | [0x60edae6E86546428DA423b5FBe0fba46Ca552Fc7](https://basescan.org/token/0x60edae6E86546428DA423b5FBe0fba46Ca552Fc7)   | PMON        |

## Fees

<table><thead><tr><th width="186">Type</th><th>Amount</th><th>Target</th><th>Explanation</th></tr></thead><tbody><tr><td>Art Upgrade</td><td>0.1 ETH</td><td>Artist</td><td>Optional, no effect on gameplay</td></tr><tr><td>Chat</td><td>0.0001 ETH</td><td>Reward Pool</td><td>Write a message to the chat</td></tr><tr><td>Chat Sponsored</td><td>0.001 ETH</td><td>Reward Pool</td><td>Highlight your chat message</td></tr><tr><td>Mint</td><td>0.001 ETH</td><td>Reward Pool</td><td>Mint a Dragobit NFT</td></tr><tr><td>Register</td><td>0.05 PMON</td><td>Reward Pool</td><td>Set a username (also used as referral code)</td></tr><tr><td>Reroll</td><td>0.0001 ETH</td><td>Reward Pool</td><td>Reroll your Dragobit</td></tr><tr><td>Train</td><td>0.0002 ETH x Training Count</td><td>Reward Pool</td><td>Train your Dragobit</td></tr></tbody></table>

## Settings

More settings to be documented soon. For arena related info, like the chances to win a battle, check [the contract](https://basescan.org/address/0xCDeBd88BEF11318a467B039fa138D88eFaeF36A9).

<table><thead><tr><th width="269">Setting</th><th>Value</th><th>Explanation</th></tr></thead><tbody><tr><td>Min. play time</td><td>1 day - 7 days, random</td><td>Min. time to stay in arena after joining</td></tr><tr><td>Referrer share</td><td>10%</td><td>Share of mint fees awarded to referrer</td></tr><tr><td>Min. PMON for Boost</td><td>111</td><td>Min. amount of PMON held for higher chance to win battles</td></tr><tr><td>Min. training time</td><td>10 min + 1 h * number of completed trainings</td><td>Min. time your Dragobit will be locked</td></tr><tr><td>Max. training time</td><td>30 min + 4h * number of completed trainings</td><td>1% chance that the training will last 1 year</td></tr><tr><td>Dangerous training chance</td><td>1%</td><td>If your training is dangerous, your Dragobits may be captured</td></tr><tr><td>Claim fee</td><td>10%</td><td>10% of the wrapped PMON in the vault will be kept on claim (effectively being locked in the vault)</td></tr></tbody></table>


---

# 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.dragobits.com/deployments/base-instance-0.1-alpha.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.
