# Contract

## Basics

* The contract is deployed on Arbitrum One&#x20;
* The contract is an implementation of the ERC721Enumerable by Openzeppelin.&#x20;

## Contract variables (seasonal values)

* Total Mints (per season) : 2'500
* Mints per wallet: 25
* Character Base Attack: 1000
* Character Base Defense: 250
* Character Base Weight: 1200&#x20;
* Public Price: 0.0025 ETH&#x20;
* Contract Fee: 0.005 ETH
* Total Pod: 5 ETH max.

## Metadata:

The metadata of the tokens is stored on-chain. It contains five equipment traits and the aura of the token stored as text. Attack, Defense and Weight of the token is calculated based on the traits and stored as a number.

## Randomness

For the minting as well as the fighting calculation the contract is connected to Chainlink VRF contracts which provides unpredictable randomness. The source of the randomness is fully decentralized and 100% unpredictable.<br>

{% embed url="<https://vrf.chain.link/>" %}

{% embed url="<https://docs.chain.link/vrf>" %}

## Public API

The contract provides several endpoints to track tokens. The easiest way to interact with the contract is through Arbiscan.io \ <br>


---

# 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://the-gainlings.gitbook.io/the-gainlings/general/contract.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.
