> For the complete documentation index, see [llms.txt](https://whitepaper.karmatoken.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.karmatoken.org/karmas-features/reflect-finance.md).

# Reflect Finance

## Reflect Finance Code

Among the various innovations made possible by blockchain and decentralized technologies is the concept of reflector tokens, implemented using smart contracts.<br>

A Reflect Finance Token (RFT)  is a digital unit of value (token or digital currency) that is programmed to generate continuous token rewards to its holders from the transaction fees realized from network activities such as buying, selling, and transferring tokens.<br>

Karma token is an excellent implementation of the reflector token concept that uses in-built smart contract-based artificial intelligence to manage and execute transactions on the Binance Smart Chain. Karma token ($KRMA) collects a 3% transaction fee for each transaction and frictionlessly distributes the taxed tokens to all wallets holding Karma according to the volume of Karma.<br>

Karma’s taxation redistribution system is implemented using smart contracts written in Solidity and running on the Binance Smart Chain Network, offering a transparent and independent automated passive rewards stream for all holders of the token.


---

# 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.karmatoken.org/karmas-features/reflect-finance.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.
