# Token Report

The Lending Network Token Report analyses a few key properties of each token listed across the Ola platform. This report aims to validate the safety of all existing lending networks and establish a transparent onboarding protocol for future new tokens. To that extent, **this report is a working document** that will continuously be updated as new networks and tokens are added to the platform.

First and foremost, we check the transfer logic of every token because this is something that gets called from our contracts; therefore, we need to be aware of the logic being executed.

Secondly, we check to see if the contract is upgradable. There are 2 common ways to upgrade a contract’s logic - proxy-implementation patterns and metamorphic contracts. We do not allow tokens with a destructor, however we do allow proxy tokens; we therefore monitor the implementation they use and flag any changes as high-risk until further analysed.

Needless to say, we require all token contracts to be verified. **View the token report here:**

{% embed url="<https://docs.google.com/document/d/1zaYixHh6rEHWolxmx-HXGNv97EZbJb72s-RNg9ls_ks/edit#>" %}


---

# 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://olafinance.gitbook.io/ola-finance/security-reports/token-report.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.
