# Publicly Viewable Data

Transactions and transfers on Lnfi are transparent and the data is viewable publicly on Lnfi Explorer.

#### **Explorer**

* [Funding Records](#funding-records)
* [Token Events](#token-events)
* [Holding List](#holding-list)

#### **P2P Marketplace**

* [Marketplace Order History](#order-history)

***

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

## Funding Records

<figure><img src="/files/9hcmfHuTGx2hSQa5dRnz" alt=""><figcaption></figcaption></figure>

Funding Records display the historical deposit and withdrawal records of your Lnfi account.

{% hint style="info" %}
This info is only visible to the Nostr address owner.
{% endhint %}

Use the filters to see your deposit and withdrawal records.

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

***

## Token Events

Token Events data are primarily related to asset transfer and management of address books.

{% hint style="info" %}
You can view Token events across the whole Lnfi Network.
{% endhint %}

<table><thead><tr><th width="207">Event Type</th><th>Remarks</th></tr></thead><tbody><tr><td>Transfer</td><td>Transfer from sending address to receiving address</td></tr><tr><td>transferFrom</td><td>Authorized operator transfer from sending address to receiving address</td></tr><tr><td>openPro</td><td>Switched to Pro Mode</td></tr><tr><td>closePro</td><td>Switched to Normal Mode</td></tr><tr><td>deleteAddressBook</td><td>Deleted a Nostr address to Address Book</td></tr><tr><td>addressBookAdd</td><td>Added a Nostr address to Address Book</td></tr></tbody></table>

You can access Token Events via the Explorer Page.

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

To view the transfer history of a Nostr Address, paste the Nostr Public address into the search bar, and tap search.

<figure><img src="/files/9WQMpT5rFRDRu85CttEb" alt=""><figcaption></figcaption></figure>

### Holding List

You can check the asset holdings of any Nostr Public address via the Holding List page.

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

Input the Nostr Public address to search and filter according to the type of asset.

***

### P2P Marketplace Order History

You can view all the transactions that happened on P2P Marketplace. Go to Order History on the Marketplace page.

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

You can search using Nostr Public Address or an Event ID to see the details of a specific transaction.

<figure><img src="/files/UNTowNMkQeeiOLJZ1KFA" 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.lnfi.network/user-guides/getting-started/publicly-viewable-data.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.
