> For the complete documentation index, see [llms.txt](https://lenditavax.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lenditavax.gitbook.io/docs/branding-kit.md).

# Branding Kit

The Lendit Logo folder represents the Lendit Protocol, consisting of the multiple lending markets. This logo should be used when referring to the lending protocol, brand, or contributors behind Lendit.

The Lendit Token ($LEND) Logo represents the $LEND token and is a seperate icon from the Lendit Logo. This should only be used when explicitly referencing the token, not the protocol, brand, or contributors.

The Vested Lendit Token ($vLEND) Logo represents the $vLEND token and is a seperate icon from the Lendit Logo and $LEND Logo. This should only be used when explicitly referencing the vested form of the Lendit Token ($LEND), not the $LEND token, Lendit protocol, brand, or contributors.

Please use the correct logo when referring to different tokens or portions of the protocol.

<details>

<summary>Lendit Logo</summary>

<figure><img src="/files/uG6XvWbnFtxVg0UKPO6U" alt="" width="375"><figcaption></figcaption></figure>

</details>

<details>

<summary>Lendit Token ($LEND) Logo</summary>

<figure><img src="/files/R3WY1pukVn0ORV0HNgW2" alt="" width="375"><figcaption></figcaption></figure>

</details>

<details>

<summary>Vested Lendit Token ($vLEND) Logo</summary>

<figure><img src="/files/LP3uSLR7xA1C0RzfujIL" alt="" width="375"><figcaption></figcaption></figure>

</details>


---

# 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://lenditavax.gitbook.io/docs/branding-kit.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.
