> For the complete documentation index, see [llms.txt](https://docs.anitolegends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anitolegends.com/items-nfts-1/stones-and-tickets.md).

# Stones and Tickets

**Summoning Stones**

Anito Legends' breeding system is called 'summoning' -- more specifically, the Rite of Ipa Tawag. Players will need to make use of two Anitos to summon a new Anito into battle. To be able to do this, players must grind or pay for summoning stones, which are essentially tickets to summon new Anitos.

![The Rite of Ipa Tawag concept UI as it happens out of the game, on the browser](/files/Z8ZHTeIUbvq75DUF1trR)

Accompanying the summoning stones are shards that can help affect the RNG of the summoned Anito. Shards can affect stats and class.

![](/files/bW6oQT32CL45HLRnm1zp)

**Cash Out Ticket**

Unlike other play-to-earn games with set dates for cashing out, Anito Legends implements a ticket system that needs to be earned in order to cash out. Players will be able to grind / construct a ticket that allows them to liquidate their $GINTO. This is advantageous to the game's ecosystem because it highlights the "play" portion and encourages players to hold on to their tokens. The team is also implementing a battle pass system with cash out tokens as rewards.

**Other Sinks**

The game implements sinks that [can be bought from Nino or Dwendel stores](/gameplay/gameplay/merchant.md), but can also be received as item drops and rewards for clearing levels or purchasing the battle pass. These are quality of life conveniences for players pressed for time.

![](/files/J3uyhDuGq6l6NE28VDzH)

**Level Cap for Earnings**

Maximum daily earnings are affected by the level of the player. Higher level players increase their maximum daily amount. This will encourage people to play more.


---

# 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://docs.anitolegends.com/items-nfts-1/stones-and-tickets.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.
