# Token w/ No Oracle

If the collateral token you are accepting **does not have an Oracle,** the **"Undercollateralized Borrowing" toggle defaults to the ON position.**&#x20;

&#x20;You will not be able to deploy the pool without it being toggled on.&#x20;

{% hint style="danger" %}
It is important you monitor your pool if you choose this option. **You can pause borrowing at anytime if the collateral token's price is at an undesirable price level.**&#x20;

This will help protect you and stop people from borrowing when the collateral tokens price is less than the mint ratio.&#x20;

If you do not pause borrowing people will be able to deposit collateral and get more lend token than the collateral value!
{% endhint %}

<figure><img src="/files/KqIgy2XYblNMlBPEZcye" alt=""><figcaption></figcaption></figure>


---

# 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.vendor.finance/overview/vendor-finance-v1/lend/token-w-no-oracle.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.
