# Viewing your borrow position from any point in the past

DeFi Saver provides users with a developmental tool that can simulate what your borrow position looked like at any specific block in the past. Granted, the block needs to have been created after the position was opened.

<details>

<summary>Show me how:</summary>

1. The first step is to navigate to your borrow position on DeFi Saver.
2. From there, right click anywhere and click on the "Inspect"

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

This will open up a pop-up window, where you should click on the "Console" tab:

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

In the Console window, type "fsup()" and press enter

4. This will provide you with a pop-up window, which you should leave empty and press "OK":

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

6. Next up, you'll be prompted to add your wallet address (or the wallet address you'll be looking at):

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

7. Finally, you'll need to add the block number that the interface will "rewind" to:

<figure><img src="/files/7C1rmX9ILTa1AIgl9OVB" alt=""><figcaption></figcaption></figure>

Once you've added that, click OK and the position will now look as it did at that specific block in time:

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

</details>

{% hint style="info" %}
*Please ensure that you have the appropriate Chain selected when using this feature. For example, inputting a block number from Optimism while on Ethereum mainnet will result in an error.*
{% endhint %}


---

# 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://help.defisaver.com/general/troubleshooting/viewing-your-borrow-position-from-any-point-in-the-past.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.
