You can claim your Galxe Passport here: https://app.galxe.com/passport
Passport v2.1
In mid-September 2024, we upgraded Passport from version v2.0 to v2.1. Key updates include:- Added
document_expiration_date
to the schema, allowing rejection of documents that are near expiration. - Introduced
proof_of_time
to the schema, which tracks the time difference between the first and most recent verification. For example, if a user first verified their government ID in 2022 and re-verified their selfie in 2024, the time delta is 2 years, increasing confidence in the user’s authenticity. - Added
last_revoke_time
to the schema to store the timestamp of the user’s most recent passport revocation.
Type
“Galxe Passport v2.1” credential type is registered onchain as a custom primitive type with type ID 10001.Type ID | Name | Description | Definition | Example |
---|---|---|---|---|
10001 | Galxe Passport v2.1 | Galxe Passport v2.1 | birthdate:uint<64>; gender:prop<8,c,1>; id_country:prop<16,c,1>; id_class:prop<8,c,1>; document_expiration_date:uint<64>; proof_of_time:uint<64>; last_revoke_time:uint<64>; last_selfie_date:uint<64>; total_sefie_verified:uint<8> | Your Personal Identifiable Information (PII) after creating your passport here |
birthdate:uint<64>
: User’s birthdate in unix timestamp.gender:prop<8,c,1>
: User’s gender, according to their government issued ID.- Custom hash function mapping:
- Male = 1
- Female = 2
- X = 3 (undermined from government ID)
- Custom hash function mapping:
id_country:prop<16,c,1>
: Country of ID issurance.- Custom hash function mapping:
- ISO-3166-1 Alpha 2 format (2-letter country code) = ISO-3166-1 numeric code
- Custom hash function mapping:
id_class:prop<8,c,1>
:- Custom hash function mapping:
- CertificateOfCitizenship = 1
- ConsularID = 2
- DriversLicense = 3
- ColombiaForeignerID = 4
- CanadaHealthInsuranceCard = 5
- IdentificationCard = 6
- RussiaInternalPassport = 7
- AustraliaKeypassID = 8
- SingaporeLongTermVisitPass = 9
- MunicipalID = 10
- JapanMyNumberCard = 11
- PhilippinesNationalBureauOfInvestigationCertificate = 12
- SingaporeNationalResidencyID = 13
- PhilippinesOverseasForeignWorkerCard = 14
- ResidencePermit = 15
- IndiaPermanentAccountNumberCard = 16
- PhilippinesPostalIdentificationCard = 17
- Passport = 18
- PassportCard = 19
- PermanentResidenceCard = 20
- PhilippinesSocialSecuritySystemCard = 21
- USRefugeeTravelDocument = 22
- CanadaTribalID = 23
- PhilippinesUnitedMultiPurposeID = 24
- VoterID = 25
- ImmigrationVisa = 26
- WorkPermit = 27
- More information can be found here: https://docs.withpersona.com/reference/government-id-verifications#government-id-types
- Custom hash function mapping:
document_expiration_date:uint<64>
: Government ID expiration date in unix timestamp.proof_of_time:uint<64>
: Time delta in Unix timestamp between first and latest verification.last_revoke_time:uint<64>
: Unix timestamp of user’s latest Galxe Passport revocation date.last_selfie_date:uint<64>
: Unix timestamp of user’s latest Galxe Passport Selfie verification date.total_sefie_verified:uint<8>
: Count of user’s successful Selfie Verifications.
Example signed credential
Passport v2.0
Type
“Galxe Passport v2” credential type is registered onchain as a custom primitive type with type ID 10000.Type ID | Name | Description | Definition | Example |
---|---|---|---|---|
10000 | Galxe Passport v2 | Galxe Passport v2 | birthdate:uint<64>; gender:prop<8,c,1>; id_country:prop<16,c,1>; id_class:prop<8,c,1>; issue_date:uint<64>; first_verification_date:uint<64>; last_selfie_date:uint<64>; total_sefie_verified:uint<8> | Your Personal Identifiable Information (PII) after creating your passport here |
birthdate:uint<64>
: User’s birthdate in unix timestamp.gender:prop<8,c,1>
: User’s gender, according to their government issued ID.- Custom hash function mapping:
- Male = 1
- Female = 2
- X = 3 (undermined from government ID)
- Custom hash function mapping:
id_country:prop<16,c,1>
: Country of ID issurance.- Custom hash function mapping:
- ISO-3166-1 Alpha 2 format (2-letter country code) = ISO-3166-1 numeric code
- Custom hash function mapping:
id_class:prop<8,c,1>
:- Custom hash function mapping:
- CertificateOfCitizenship = 1
- ConsularID = 2
- DriversLicense = 3
- ColombiaForeignerID = 4
- CanadaHealthInsuranceCard = 5
- IdentificationCard = 6
- RussiaInternalPassport = 7
- AustraliaKeypassID = 8
- SingaporeLongTermVisitPass = 9
- MunicipalID = 10
- JapanMyNumberCard = 11
- PhilippinesNationalBureauOfInvestigationCertificate = 12
- SingaporeNationalResidencyID = 13
- PhilippinesOverseasForeignWorkerCard = 14
- ResidencePermit = 15
- IndiaPermanentAccountNumberCard = 16
- PhilippinesPostalIdentificationCard = 17
- Passport = 18
- PassportCard = 19
- PermanentResidenceCard = 20
- PhilippinesSocialSecuritySystemCard = 21
- USRefugeeTravelDocument = 22
- CanadaTribalID = 23
- PhilippinesUnitedMultiPurposeID = 24
- VoterID = 25
- ImmigrationVisa = 26
- WorkPermit = 27
- More information can be found here: https://docs.withpersona.com/reference/government-id-verifications#government-id-types
- Custom hash function mapping:
issue_date:uint<64>
: Government ID issurance date in unix timestamp.first_verification_date:uint<64>
: Unix timestamp of user’s first Galxe Passport verification date.last_selfie_date:uint<64>
: Unix timestamp of user’s latest Galxe Passport Selfie verification date.total_sefie_verified:uint<8>
: Count of user’s successful Selfie Verifications.
Example signed credential
Issurance Workflow
Once user passes KYC verification with Persona, our KYC provider, upon user request, Galxe backend will:- Retrieve all necessary personal identifiable information to issue a Galxe Passport credential.
- Generate credential using pre-defined type.
- Append other relevant information as attachments.
- Galxe-managed issuer sign the credential and its attachments, then add both signatures to the credential.
- Return the signed credential back to user, and user will encrypt it with their own passport.
- User store the encrypted file in their preferred storage. For now, user will use Galxe Vault for storage with no charge.