> For the complete documentation index, see [llms.txt](https://squids-organization-2.gitbook.io/squid_tg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://squids-organization-2.gitbook.io/squid_tg/mechanisms/gameplay.md).

# Gameplay

<figure><img src="https://2686193586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6LpmlVKmJXVdUrS7cViG%2Fuploads%2Futr0Ac5TWVNWLAt2NhIi%2F%E6%9C%89%E8%9B%8B%20(1).png?alt=media&amp;token=7359369c-6bb2-466b-9748-3d1f873c9e90" alt="" width="323"><figcaption></figcaption></figure>

In the game, there are three types of assets: squids, eggs, and ton. Squids are non-transferable, while eggs can be transferred and sold for ton. Your ultimate objective is to amass a substantial quantity of squid eggs and strategically sell them at advantageous prices.

## Game Mechanics

### Minting

<figure><img src="https://2686193586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6LpmlVKmJXVdUrS7cViG%2Fuploads%2FQwl10irFvKwnzXrkCgGU%2F%E8%B5%B7%E5%A7%8B%E7%95%AB%E9%9D%A2.png?alt=media&amp;token=917a2ad6-9315-4d1f-a617-3491214aeece" alt="" width="323"><figcaption></figcaption></figure>

During the public mint phase, users can mint 3000 squids by paying 1 ton. Each address can only mint once, and the total number of squids that can be minted is capped at 90,000,000.

### Spawning

<figure><img src="https://2686193586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6LpmlVKmJXVdUrS7cViG%2Fuploads%2FqCCXWHRgBNeLGPIMfHhk%2F%E6%9C%89%E8%9B%8B.png?alt=media&amp;token=edd3f317-429d-42ba-85de-6e6f30fa47c1" alt="" width="323"><figcaption></figcaption></figure>

An address can spawn eggs if it possesses squids. There are two phases, and a phase switch occurs when the total number of squids reaches 90,000,000.

In phase 1, each squid can spawn 1 egg every 3 days. In phase 2, the total number of eggs spawned per day is 30,000,000, and each user receives eggs proportionally.

The number of eggs spawned during a period is calculated by the following formula:

**Phase 1:**

user\_eggs += floor(user\_squids / 3 days)

**Phase 2:**

user\_eggs += floor(30,000,000 \* user\_squids / total\_squids / 1 day)

### Hatching

<figure><img src="https://2686193586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6LpmlVKmJXVdUrS7cViG%2Fuploads%2FmgWJnCvVlEDP4jddvyz0%2Fhatch%E8%9B%8B%E8%B7%B3%E7%AA%97.png?alt=media&amp;token=6bf6f506-1937-4f57-a4ec-69d658dc6b67" alt="" width="332"><figcaption></figcaption></figure>

An address can hatch eggs if it possesses eggs. The number of squids hatched is equal to the number of eggs spent. If a referral address is provided, the referral address will receive 5% of the eggs spent.

<figure><img src="https://2686193586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6LpmlVKmJXVdUrS7cViG%2Fuploads%2FtXrRWh0p8J8ciPUMKiMb%2F%E8%B5%B7%E5%A7%8B%E7%95%AB%E9%9D%A2%20(1).png?alt=media&amp;token=5f8d0bde-bcaa-4666-a926-0b4b97062c28" alt="" width="323"><figcaption></figcaption></figure>

### Transferring

<figure><img src="https://2686193586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6LpmlVKmJXVdUrS7cViG%2Fuploads%2FsTF2wMkSnFtXcv386bFB%2Ftransfer.png?alt=media&amp;token=d017c183-a4a1-4e04-811c-93d8dfd5b418" alt="" width="323"><figcaption></figcaption></figure>

An address can transfer eggs to another address. A 10% fee will be charged (burned) during the transfer.
