> For the complete documentation index, see [llms.txt](https://docs.gotchiverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gotchiverse.io/gameplay/farming/picking-up-alchemica.md).

# Picking up Alchemica

![A Gotchi about to pick up some Alchemica ](/files/EuhntvkKVqtJmI4ER9fV)

The Gotchiverse is a mysterious place, formed from the debris of burned and liquidated tokens in the Ether Realm.&#x20;

Over time, these debris broke down into their building blocks, what Aavegotchis call the "Gotchus Alchemica", or just [**Alchemica**](/overview/important-concepts.md#alchemica).&#x20;

Alchemica often appears on the surface of the Gotchiverse, where Gotchis can scurry to pick it up.&#x20;

The Alchemica can then be claimed for the human partner of the Aavegotchi by visiting a **Vortex** -- special locations in the Gotchiverse where Alchemica can be transferred from the Nether Realm back to the Ether Realm, directly into your wallet, or the Gotchi Pocket, if it's been borrowed via [Gotchi Lending](/resources/guides/gotchi-lending.md).&#x20;

Each Aavegotchi can carry a certain amount of Alchemica before it becomes encumbered and cannot pick up any more. This number is known as its **Carrying Capacity**. Currently, the carrying capacity of all Aavegotchis is 250 pieces of Alchemica.&#x20;

Many events can trigger Alchemica to appear on the surface of the Gotchiverse, such as:

* Alchemical Channeling
* Emptying a Reservoir
* Special events

**So, when you're traveling around the Gotchiverse, keep an eye out for these small bits of Alchemica on the ground. Over time, they definitely add up!**

*Note: Spillover of Alchemical channeling and Reservoirs is currently disabled, except for during the Aavegotchi Weekly Haangout, every Saturday from 2PM to 4PM UTC time.*&#x20;


---

# 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.gotchiverse.io/gameplay/farming/picking-up-alchemica.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.
