> For the complete documentation index, see [llms.txt](https://paycheck-labs.gitbook.io/checks-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paycheck-labs.gitbook.io/checks-whitepaper/mvp-features/checks-explorer.md).

# Checks Explorer

## Introduction <a href="#overview" id="overview"></a>

Checks Explorer is the transparency layer of the Checks Platform. It provides a public interface for searching, viewing, and verifying NFT Checks on-chain, giving anyone the ability to inspect financial agreements without requiring a connected wallet. By surfacing every check through an accessible and user-friendly interface, Checks Explorer ensures that the platform operates with the highest levels of visibility and accountability.

<figure><img src="/files/kD7tExZgjL1Nvv7CAAW5" alt=""><figcaption><p>Checks Explorer — "Lock" Search </p></figcaption></figure>

## Overview <a href="#overview" id="overview"></a>

Checks Explorer functions as the equivalent of a block explorer for the Checks Platform. Users can quickly locate and verify any check by searching with identifiers such as:

* **Check ID**
* **Check name**
* **Wallet address**
* **Check type** (e.g., Payment, Vesting, Staking)
* **Token used as collateral**
* **Check status** (active, claimed, expired, etc.)

This design ensures that both individuals and organizations can confirm the authenticity of agreements, track progress, and audit outcomes. Whether it is a payment in progress, a vesting schedule under lock, or a staked position earning rewards, every check is fully transparent and searchable.

## Key Capabilities <a href="#overview" id="overview"></a>

Checks Explorer introduces several core features that make verification simple and reliable:

* **Open Access:** Anyone can search and view checks without needing to connect a wallet.
* **Advanced Search:** Filter results by ID, name, wallet, type, token, or status for precise lookups.
* **Detail Pages:** Each check type includes a dedicated detail page, displaying parameters such as collateral, recipient, maturity or vesting timelines, claim history, and transfer history.
* **Transparency:** On-chain conditions, such as post-dated payments, vesting cliffs, or staking maturity periods, are viewable at a glance.
* **Auditability:** A full record of check activity is visible, including issuance, transfers, and redemptions.

<figure><img src="/files/u32jGJyIhDjzkeHaP1HT" alt=""><figcaption><p>Checks Explorer — Payments Filter</p></figcaption></figure>

## Example Use Cases <a href="#overview" id="overview"></a>

The Checks Explorer can be applied across many real-world scenarios where transparency and verification matter. Whether for payments, vesting, or staking, it provides clear insights directly on-chain without requiring intermediaries.

**Payment Verification:** An apartment complex wants to confirm that a tenant has sent their rent payment. By searching the Check ID or the tenant’s wallet address, the property manager can view the Payment Check details and verify that the funds are secured on-chain and ready to be claimed.

**Investor Confidence:** A community member researching a project can look up Vesting Checks assigned to team members or investors, verifying that tokens remain securely locked until their scheduled release.

**Staking Transparency:** A staker can verify their own position or review others by checking the tier, maturity date, and accumulated rewards of Staking Checks.

## Why Use Checks Explorer? <a href="#overview" id="overview"></a>

Checks Explorer creates trust by making every financial agreement on the platform transparent and verifiable. Unlike traditional systems that rely on third-party reporting, it gives users direct access to on-chain data. Businesses, individuals, and crypto projects benefit from:

* Confidence that funds are secured and conditions are enforced.
* Easy verification of payment, vesting, and staking arrangements.
* Reduced reliance on intermediaries or manual disclosures.
* A clear record of check history, enhancing accountability.

<figure><img src="/files/fLeSUDsgBp4jjIRGnFbY" alt=""><figcaption><p>Checks Explorer — Payment Check Data</p></figcaption></figure>

***

## Conclusion <a href="#overview" id="overview"></a>

As one of the core MVP features, Checks Explorer places transparency at the center of the platform. It enables open verification of all check types, allowing participants to engage with NFT Checks confidently and securely. With its integrated search, filtering, and detailed inspection tools, it sets a new standard for visibility and accountability. Much like a blockchain explorer, but designed specifically for NFT Checks, it ensures that financial agreements are not only accessible but also easy to verify.

What makes this feature especially powerful is that every NFT Check will exist indefinitely, whether held in a user’s wallet or stored in a burn contract. This guarantees that a verifiable history of financial activity remains accessible at all times, forming an immutable archive of transactions that no centralized system could ever replicate. Over time, this growing repository of programmable checks will serve as a transparent and tamper-proof record, providing assurance to businesses, investors, and individuals alike.

For the first time in history, checks are not only entering the blockchain, they are being reinvented for decentralized finance. To put the scale into perspective, an estimated three trillion traditional checks have been written, yet those records remain scattered across banks, institutions, and private archives. Checks Explorer creates a unified on-chain ledger where every check can be tracked in one place. Supported by a serial number system capable of generating multiple quadrillions of unique combinations, it is built for the global stage, delivering ultimate scalability and reliability.


---

# 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://paycheck-labs.gitbook.io/checks-whitepaper/mvp-features/checks-explorer.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.
