Skip to main content
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.
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.

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.
1

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.
2

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.
3

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.
4

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.
5

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.

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.
Collateral assets are held in smart contract escrow — not in Synclear-controlled wallets. The escrow contract address is published in the 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.

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.
Audits reduce but do not eliminate smart contract risk. All participants should review the Risk Disclosure before using any Synclear product. Historical audit reports are available in Audits & Security.
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
Borrowers can monitor their own LTV ratio and margin call status in real time through the Synclear app at app.synclear.io. Setting up alerts before collateral positions approach thresholds is strongly recommended.

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.
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.