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

# Introduction

In this section you will find details on the mechanics behind Graduated Kimbo! (gKimbo)

<mark style="color:blue;">**Graduated Kimbo (gKimbo)**</mark> is a low-risk yield-bearing token. It is built on the ERC4626 standard, also known as a tokenized vault. It is similar to the likes of xSushi from Sushiswap.

It is a way to hold $Kimbo while also providing benefits as a utility token. These benefits include passively growing your $Kimbo, providing voting rights, and as a tool to be incorporated into other DeFi projects.

Please review all the information to understand how gKimbo operates. Take special note of the [Fees](/graduated-kimbo/minting-redeeming-transfers-and-fees.md) section, as it outlines the interconnectivity of the Kimbo Trainer ecosystem.\
\
gKimbo is meant to be <mark style="color:blue;">**a tool to further expand the DeFi capabilities of the Kimbo token in a safe and secure manner**</mark>. Please read the [Disclaimer](/disclaimer.md).


---

# 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.kimbocollege.com/graduated-kimbo/introduction.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.
