> For the complete documentation index, see [llms.txt](https://wiki.torrentsmp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.torrentsmp.com/frequently-asked-questions/skyfactions.md).

# SkyFactions

### Will SkyFactions have seasons?

No. It will be one long running season, with no plans to reset.

### How do I earn gems?

Conduct raids. You wager 1 gem to start the raid, with a chance to net 2 more gems if you win the raid. You can also trade gems with other players or factions. You can also mine runes in the Gem Mine.

### How do I earn runes?

Sell items to the Obelisk using the rune converter. You can also trade runes, and mine them from the Gem Mine.

### My Lord betrayed me/deleted the faction!

Tough luck. The risk you take when joining a faction is having a tyrannical Lord. You can overthrow the Lord by having a civil war.

### Can islands be griefed?

Yes, blocks can be broken and containers can be raided and defenses destroyed. The only way to keep your island completely safe is to upgrade it as much as possible.

### Can a friend help me build on my island?

No, only factions can collaborate on a single island. Your friend can visit you with `/island visit <player>`, but they cannot break or place blocks, nor raid containers. To collaborate with other players, start or join a faction.

### How do I buy/upgrade defenses?

Purchase defenses with Runes. You can earn Runes by donating blocks to the Obelisk in the Rune Converter. Upgrading them costs increasingly more Runes, and has diminishing returns using logarithmic expressions.


---

# 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://wiki.torrentsmp.com/frequently-asked-questions/skyfactions.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.
