> For the complete documentation index, see [llms.txt](https://wimpy.gitbook.io/welcome-to-tezos-nfts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wimpy.gitbook.io/welcome-to-tezos-nfts/web3-glossary/defi.md).

# DeFi

DeFi is a term that you will hear a lot about during research for cryptocurrencies. It simply stands for Decentralized Finance and covers a wide range of ways to invest in coins. Being decentralized, it simply means that a number of entities will hold the information about the transactions at hand which gives no one person or corporation control of the transactions.

DeFi can be used in a wide variety of applications, such as loans. Through different exchange servers, you can take out loans of cryptocurrency, or even put your own crypto into the server to be loaned out and make some interest on your funds. DeFi can also set the platform for sports betting (using smart contracts). For example; if you wanted to bet on a hockey game it could be as simple as if team XYZ beats team ABC, then payout at the following rate.


---

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

```
GET https://wimpy.gitbook.io/welcome-to-tezos-nfts/web3-glossary/defi.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.
