> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synclear.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Synclear Trust Model: On-Chain Auditability Explained

> How Synclear establishes verifiable trust: on-chain position auditability, counterparty KYB/KYC, smart contract audits, and real-time risk monitoring.

Synclear operates in a segment of finance where trust cannot be assumed — it must be demonstrated and continuously verifiable. Every credit facility involves real counterparty exposure, and every lender or borrower on the protocol is either relying on or contributing to the integrity of that system. This document explains, precisely, how Synclear constructs and maintains that trust: what is verifiable on-chain, what is enforced off-chain, and how those two assurance layers interact.

<Note>
  **On-chain vs. off-chain verifiability:** Collateral balances, loan disbursements, repayments, liquidation events, and smart contract logic are all verifiable on-chain by any party with a block explorer and the relevant contract addresses. Counterparty identity (KYB/KYC status), credit underwriting decisions, and off-chain legal agreements are not published on-chain — they are maintained by Synclear and available to counterparties under the terms of their agreements. The protocol is designed so that on-chain data alone is sufficient to verify the financial state of any position.
</Note>

## How Trust Is Established

The following sequence describes the trust verification process that applies to every new participant — whether a business seeking a credit line or an institutional lender deploying capital into a credit pool.

<Steps>
  <Step title="Identity and Entity Verification (KYB/KYC)">
    All participants complete counterparty verification before accessing any credit product. Businesses undergo Know Your Business (KYB) verification: legal entity documentation, beneficial ownership disclosure, jurisdiction review, and sanctions screening. Individual participants complete KYC. Verification is performed by Synclear's integrated compliance infrastructure and is a prerequisite for wallet whitelisting.
  </Step>

  <Step title="Wallet Whitelisting">
    Only wallets linked to verified entities are permitted to interact with credit-bearing smart contracts. Whitelisting is enforced at the contract level — unverified addresses cannot initiate or receive credit transactions, regardless of on-chain balance. This prevents anonymous counterparty exposure in the credit layer while preserving the on-chain execution model.
  </Step>

  <Step title="Credit Underwriting and Facility Terms">
    For borrowers, Synclear performs off-chain credit underwriting to determine credit limit, collateral requirements, and pricing. The resulting facility terms are encoded into a smart contract — interest rates, LTV thresholds, repayment schedule, and liquidation parameters. Once deployed, these terms are immutable without explicit on-chain consent from both parties.
  </Step>

  <Step title="On-Chain Position Monitoring">
    All active positions are visible on-chain in real time. Lenders can inspect collateral balances, outstanding loan principal, accrued interest, and current LTV ratios directly from the contract state. Synclear's risk monitoring infrastructure tracks positions continuously and triggers margin calls or liquidations automatically when thresholds are breached — without requiring manual intervention.
  </Step>

  <Step title="Audit Trail and Reporting">
    Every state-changing event — drawdown, repayment, collateral deposit, collateral withdrawal, liquidation — is emitted as an on-chain event with a timestamp and transaction hash. This creates a permanent, tamper-proof audit trail. Participants can independently reconstruct the full history of any position from public chain data.
  </Step>
</Steps>

## How Lenders Verify Borrower Positions

Lenders deploying capital into Synclear credit pools do not need to rely on Synclear's proprietary reporting. Every material data point about borrower positions is verifiable directly from on-chain state.

<Tabs>
  <Tab title="Collateral Verification">
    Collateral assets are held in smart contract escrow — not in Synclear-controlled wallets. The escrow contract address is published in the [Contract Addresses](/get-started/contract-addresses) reference. Any lender can query the contract directly to verify:

    * Current collateral asset type and quantity
    * Collateral value (sourced from on-chain price oracles)
    * Current loan-to-value ratio
    * Liquidation threshold and how far the position is from it

    No reliance on Synclear's dashboard or API is required for this verification.
  </Tab>

  <Tab title="Loan State Verification">
    Each credit facility is represented as an on-chain contract with queryable state. Lenders can verify:

    * Total principal disbursed
    * Outstanding balance
    * Accrued interest
    * Repayment history (via event logs)
    * Facility status (active, in margin call, liquidated, repaid)

    Credit pool participants can aggregate this data across all underlying facilities to assess pool health independently.
  </Tab>

  <Tab title="Protocol-Level Verification">
    At the protocol level, lenders can verify:

    * Total value locked (TVL) across all credit pools
    * Aggregate collateralization ratio
    * Historical liquidation events and recovery rates
    * Smart contract audit status and version

    All contract addresses and their verification status are maintained in the [Contract Addresses](/get-started/contract-addresses) reference.
  </Tab>
</Tabs>

## Smart Contract Audits

Synclear's smart contracts are audited by independent third-party security firms prior to deployment. Audit scope includes logic correctness, reentrancy and access control vulnerabilities, oracle manipulation risks, and edge cases in liquidation mechanics.

<Warning>
  Audits reduce but do not eliminate smart contract risk. All participants should review the [Risk Disclosure](/get-started/risk-disclosure) before using any Synclear product. Historical audit reports are available in [Audits & Security](/get-started/audits-and-security).
</Warning>

Upgrades to audited contracts require a governance process and are subject to time-lock delays, giving participants advance notice and the ability to exit positions before changes take effect.

## Real-Time Risk Monitoring

Synclear operates continuous monitoring across all active credit positions. The system evaluates:

* **Collateral price movements** — sourced from decentralized price oracles with multiple data providers and manipulation resistance
* **LTV breach conditions** — automatic margin call issuance when positions approach liquidation thresholds
* **Counterparty activity** — anomalous transaction patterns that may indicate risk

<Tip>
  Borrowers can monitor their own LTV ratio and margin call status in real time through the Synclear app at [app.synclear.io](https://app.synclear.io). Setting up alerts before collateral positions approach thresholds is strongly recommended.
</Tip>

## Non-Custodial Asset Flows

Where structurally possible, Synclear routes asset flows non-custodially: funds move directly between participant wallets and smart contract escrow, without passing through an intermediary wallet controlled by Synclear. Exceptions apply where regulated custodian rails are required for compliance — these are documented per product in the relevant product guides.

<Info>
  Synclear never holds discretionary control over user funds. Smart contract logic governs all disbursements and repayments. In the event of a dispute, liquidation mechanics are enforced by the contract — not by Synclear acting unilaterally.
</Info>
