# Fellows

## **Fellows list**

Each player in the ecosystem can create and store their own friends' list, this enables players to save opponents and make future challenges easy.&#x20;

Any invited friends that sign up will automatically appear in the friends' list.

## **Challenge a player or fellow**

Send a challenge to a friend or online player. The recipient will receive a notification of the challenge and have the ability to accept or reject. If they accept, they will be taken to the pre-match screen and TCP tokens will be sent to the smart contract. If the player does not have enough TCP tokens they will be prompted to purchase them via the store.

## Invite or refer a fellow

Players will be able to invite friends to play the game and offer them an invitation bonus to join, funded via the [Ecosystem allocation](/token-distribution/marketing.md).&#x20;


---

# Agent Instructions: 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:

```
GET https://whitepaper.thecryptoprophecies.com/gameplay/friends.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
