KYC (Know Your Customer)
Ayrıca şöyle anılır Know Your Customer, KYC check
KYC, "Know Your Customer", is the process a regulated business runs to confirm who it's dealing with before opening an account or providing a service: collecting a government-issued ID, checking it isn't forged, and confirming the person presenting it is the person the document names (not a photo of someone else's ID). It exists because financial crime regulators require it, not because it's a nice-to-have.
A typical KYC check has three legs: document verification (is the ID document genuine and internally consistent, correct security features, matching data fields), identity verification (does the live person match the document's photo, usually via a liveness check plus a face-match), and, in some jurisdictions, a check against government identity systems or watchlists. What KYC produces, at the end, is normally just an internal record: "we checked this person on this date." The next company the same person deals with has to run the whole check again from zero, which is precisely the gap Credential Portability (the wedge below) is aimed at.
Who actually built this
KYC is regulator-defined, not company-invented. The US Bank Secrecy Act (1970) is the foundational law; the Financial Action Task Force, an intergovernmental body founded in 1989, turned it into a global standard through its 40 Recommendations, which nearly every country's regulator maps its own rules to. The EU layers its Anti-Money Laundering Directives on top; Türkiye's telecom sector runs its own remote-identification rules through BTK, and its financial sector through MASAK. None of this is Solidus's design, Solidus builds a pipeline that satisfies it.
Solidus today
Solidus Verify runs its own native KYC pipeline, document capture and MRZ/OCR extraction, an active-challenge liveness gate, and face matching, rather than routing checks through a third-party identity-verification vendor. Document capture and face matching are live and answer on the public internet today; the active-challenge liveness gate has been built and tested end-to-end but has not been confirmed running in a live production session (see Liveness Detection), treat it as testnet, pre-production work, not a standing guarantee. The pipeline overall is, honestly, testnet-grade: unaudited, uncertified, and not yet gated for the transaction-monitoring and sanctions-screening side of compliance (AML), which Solidus has deliberately not built yet.
See also
IDV is the broader technical umbrella KYC sits inside. AML is the part of compliance KYC alone doesn't cover. Liveness Detection and Presentation Attack are the two techniques that make the "is this a real, present person" leg of KYC honest. Credential Portability is what happens to the result of a KYC check after it's done.
Nereden geliyor
Bunu başkası belirtti. Solidus bir araya getiriyor.
KYC is a compliance obligation, not a technology. Its modern form traces to the US Bank Secrecy Act (1970) and was globalized through the Financial Action Task Force's (FATF) 40 Recommendations: Recommendation 10, "Customer Due Diligence," is the specific clause most KYC programs are built to satisfy. The EU codified its own version through the Anti-Money Laundering Directives (AMLD); Türkiye's equivalent runs through MASAK and sector regulators like BTK for telecoms. Regulators define what counts as adequate KYC, not software vendors, and not Solidus. Solidus Verify is one pipeline that performs it.
Bunu nasıl doğrularsınız
Bugün üretimde çalışıyor.
verify.solidus.network is live on the public internet today (curl returns HTTP 200). A completed check issues a W3C-format Verifiable Credential the holder keeps and can re-present elsewhere, see Credential Portability for how that's checked. No independent audit or certification exists yet to link to; that's stated plainly rather than implied.