> For the complete documentation index, see [llms.txt](https://docs.usefarlight.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usefarlight.com/transparency/commitments.md).

# What anyone can verify

Eight commitments that keep every Farlight loan visible from a distance, and the contract or service that enforces each one.

Light from a far star reaches everyone who looks up. Farlight is built so that its loan book behaves the same way: every figure the platform shows can be recomputed by an outsider from public data alone. Solvency is the protocol's first promise. Being checkable is the second, and it is kept by code and open services rather than by policy.

Two names recur below. The Observatory is the public loan explorer at /platform/explorer, where anyone can see every loan. Telemetry is the public risk page together with the live protocol readouts: statistics, concentration and the parameters currently in force.

## The eight commitments

| # | Commitment                            | How it is kept                                                                                                                                                                                               |
| - | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 1 | **Every state change emits an event** | An offer fill, a repayment, a refinance, the start or completion of an auction and a parameter change each emit an event, and the Observatory links every one of them to its Blockscout transaction.         |
| 2 | **A public loan registry**            | The Observatory shows the live loan book: collateral, LTV, rate, term, syndicate size, health and the oracle price recorded at origination.                                                                  |
| 3 | **A public risk page**                | Telemetry publishes the protocol-wide LTV distribution, concentration by token and by issuer, the bad debt ledger (expected to be zero) and the liquidation history with realised prices set against oracle. |
| 4 | **Oracle and reserve transparency**   | For every token: the current Chainlink price, session status, staleness, multiplier and pause flag, plus the issuer's proof of reserve wherever a feed exists.                                               |
| 5 | **A parameter governance log**        | Every timelock proposal and execution appears in the log, with its rationale, before it takes effect.                                                                                                        |
| 6 | **Open source**                       | Contracts, relayer, indexer and keeper bots are released under a permissive licence, with reproducible builds and bytecode verified on Blockscout.                                                           |
| 7 | **No hidden order flow**              | The whole off-chain book can be exported. An offer is nothing more than a signed message, so anyone running a relayer sees the same set.                                                                     |
| 8 | **No custody before a match**         | Funds move only at origination, through Permit2 or a prior approval. Repayment, and withdrawal once a loan is repaid, can never be paused.                                                                   |

## Recomputing the readouts

Chain events and signed offers are the only two inputs. Together they are enough for a third party to rebuild every number in the Observatory and in Telemetry. No privileged database sits behind either. If Farlight Labs disappeared tomorrow, anyone could point the open-source indexer at the chain and get the same pages back.

## What is not published

* The personal data behind an attestation. It stays with the KYC provider and is never written on-chain.
* The connection between a wallet and a real-world identity. An address is shown as an address and nothing more.

Everything else about a loan is public, and that is deliberate.

## Periodic risk reports

Beyond the live pages, the protocol will publish a periodic risk report. It will cover outstanding exposure, liquidations, auction performance relative to oracle, parameter changes and any incidents, with each item linked to its on-chain evidence.


---

# 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://docs.usefarlight.com/transparency/commitments.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.
