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 Verification
- Loan State Verification
- Protocol-Level Verification
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
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. 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
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.