> For the complete documentation index, see [llms.txt](https://universe.titan.tf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://universe.titan.tf/servers/supplies/supply-faucets.md).

# Supply Faucets

![](/files/-LwshHdLCBju3hHtxAlz)

Supply faucets spawn randomly around the map every 20 - 30 minutes. It requires 5 players on the server to spawn and has a 1 in 3 chance of spawning.

The supply faucet despawns 5 minutes after spawning. Loot them by holding E while looking at it and standing beside it. When looted, everyone on the server receives XP based on the rarity of the faucet.

![In-Game Screenshot](/files/-LwsjrigBgRjW3dHFDax)

### Rarities

| Rarity     | XP               | Chance of Spawning | Time to Loot    |
| ---------- | ---------------- | ------------------ | --------------- |
| Small      | 5,000            | 60%                | 7 seconds       |
| Medium     | 7,500            | 21%                | 9 seconds       |
| Large      | 15,000           | 10%                | 11 seconds      |
| Giant      | 30,000           | 5%                 | 13 seconds      |
| Mega       | 50,000           | 3%                 | 15 seconds      |
| Colossal\* | 70,000 - 120,000 | 1%                 | 20 - 30 seconds |

### Colossal Rarity

This is a special rarity faucet. The looter will receive 2X the amount from the faucet.

| Colossal Rarity | XP      | Chance of Spawning | Time to Loot |
| --------------- | ------- | ------------------ | ------------ |
| Blue            | 70,000  | 60%                | 20 seconds   |
| Red             | 90,000  | 30%                | 25 seconds   |
| Yellow          | 120,000 | 10%                | 30 seconds   |


---

# 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://universe.titan.tf/servers/supplies/supply-faucets.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.
