> For the complete documentation index, see [llms.txt](https://docs.ferrisgames.com/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ferrisgames.com/overview/psyker.md).

# Psyker

{% embed url="<https://www.youtube.com/watch?ab_channel=Psyker&v=J-TeVo1re1k>" %}

Fighting games have relied on a similar formula over the past few decades. There has not been much change or evolution aside from small changes to game mechanics. The introduction ofWeb3,NFTs, and GameFi provides the opportunity to innovate and provide new ways for players to interact, play, and earn within the fighting game genre.&#x20;

Psyker is a nightmarish cyberpunk world where lab-created nanobot parasites have 'leaked, 'transforming some of Solana City's residents into  biomechanically and genetically enhanced fighters known as Psykers. Making the Fighting Genre More Streamlined We've simplified the genre to get you to the enjoyable portion of the game as quickly as possible.&#x20;

All actions are performed with button presses, combos are simple, and move lists are short enough to fit on one screen. We've sifted through the chaff to get to the meat of the genre, so you can see why fighting games are so great. Psyker is easy to learn, but difficult to master; not because of the combinations or the execution, but because making the correct judgments is difficult. This game is made for tournament players who are dedicated to their craft.


---

# 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.ferrisgames.com/overview/psyker.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.
