> For the complete documentation index, see [llms.txt](https://defverse.gitbook.io/defverse-nft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defverse.gitbook.io/defverse-nft/sg/game-design/the-justice-system.md).

# The Justice System

### **Smooth Criminal**

So you're a smooth criminal, eh?   Well, perhaps you were, until you got caught!   Now all's that left is to face the music and pay for your crimes.

If you're lucky enough to have escaped justice with just a slap on the wrist, you can expect to have to dish out a significant amount of **CosmaKoin.**  You may also be slapped with other sanctions such as the ability to trade, access the black market, enter into tournaments and more.

### The Galactic Enforcement Agency (GEA)

The GEA are the enforcement and judicial system found within the Nekon star system.   Neko Sekai is only 1 world of many that is governed by the GEA, and they take their job **seriously**. &#x20;

You'll receive no slack from the GEA if caught breaking the law.   They are the judge, jury, and executioner and they're pretty heavy handed.   Tread lightly captain.  If you're gonna break the law, be prepared to pay the price.


---

# 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://defverse.gitbook.io/defverse-nft/sg/game-design/the-justice-system.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.
