> For the complete documentation index, see [llms.txt](https://whitepaper.galaxyfightclub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.galaxyfightclub.com/economy/fighters/training-2nd-gen-fighters.md).

# Training (2nd Gen Fighters)

Training is GFC's version of what many other projects called 'Breeding', it allows a Genesis Galaxy Fighter to create a 2nd generation Galaxy Fighter, the training process looks like this:&#x20;

`1 Galaxy Fighter + 4 weapons (burned) + 800 $GCOIN = 2nd generation Galaxy Fighter`&#x20;

The rarity of the 2nd generation Galaxy Fighter is determined by the weapons you use to train it, and unlike forging, you will be able to use a combination of both ranged and melee weapons as training ingredients. Using higher tiers weapon and OG weapons for training will significantly increase the chances of receiving a rare 2nd generation.&#x20;

The Generation 1 Galaxy Fighter used in the training process will also have an effect on the rarity of the Gen 2 fighter, the stronger and more rare the Gen 1 fighter is, the stronger and more rare the output will be:

2nd generation fighters are special for the following reasons:&#x20;

1. On average stronger than Gen 1 fighters
2. Ability to earn Gold Keys&#x20;
3. Participate in the exclusive weekly tournaments of $ETH/$GCOIN prize&#x20;
4. Access to exclusive Discord channel

###


---

# 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://whitepaper.galaxyfightclub.com/economy/fighters/training-2nd-gen-fighters.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.
