# Terminology

* **Babylon.finance -** Community-led asset management protoco&#x6C;**.**  Create gardens and invest in DeFi together.
* **Gardens** - Investment communities in Babylon. Garden members can deposit capital, suggest Strategies, vote on Strategies, and earn rewards.
* **$BABL** - ERC-20 governance token that controls the protocol parameters and treasury. The majority of $BABL is reserved for community distributions.
* **Prophets** - 2592 NFTs that provide utility within Babylon Finance. The prophets were distributed during the [arrival event](/prophets/the-prophets-arrival-concluded.md#c02c).
* **Garden Token** - ERC-20 tokens that represents a member's ownership in a Garden. Members receive Garden Tokens in exchange for depositing capital into a Garden.
* **Integration** - DeFi protocol that Babylon integrates with.
* **Strategy** - An investment that contains one or multiple DeFi operations along with parameters like expected return and duration. e.g lending, borrowing, adding liquidity...
* **Candidate Strategy** - Strategy that has been submitted but has not received enough votes to be activated yet.
* **Active Strategy** - Strategy that received Garden capital and deployed it to different DeFi protocols.
* **Completed Strategy** - Strategy that completed its DeFi operations and has returned capital to the Garden.
* **Strategist** - Garden member who submits a Strategy.
* **Voter** - Garden member who votes on a Strategy.
* **Member** - Anyone who deposits capital into a Garden.
* **Garden Creator** - Anyone who creates a Garden.


---

# 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.babylon.finance/getting-started/terms.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.
