The RUT (Rol Único Tributario) is Chile's unique identification number, used for tax purposes, legal identification, government services, and banking. It's written as XX.XXX.XXX-Y — a 7–8 digit body followed by a single verifier digit (0–9 or K). For example: 12.345.678-5.
That final character is a check digit derived from the body using the Modulo 11 algorithm, which is what lets a RUT be validated for authenticity without contacting any registry. Computing and verifying it correctly is exactly what rut.ts handles for you.