# Lease (scholarships)

The Koin Leasing system was intended to be so simple as is automated. The owners of the leased koins do not need to be constantly aware of any aspect of the lease, as the game resolves it for them.

The game has two menus: the first allows you to select an offered koin from a list and start training it for a certain time. The conditions of this lease are previously established by the owner of the koin, who is able to select either the single payment method or the percentage method.

In the case of a single payment, the lease is activated when the indicated payment is made.

In the case of percentage, it is not necessary to make a payment, but for each race won, the trainer shares the indicated percentage with the owner.

In both cases, the lease remains active for the specified time.

In the second menu, trainers that are available will be listed, and the owner of the koin can select who he’d like to train their koin. In this case, a proposal is sent in which the payment system and duration can be customized.

When it comes to leases with a single payment system, the game will charge a commission of 5%, of which 2.5% will be reinvested into the maintenance of the site and in social activities (such as free races) and the rest will get burned.


---

# 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://docs.koins.run/training/lease-scholarships.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.
