Issue and verify Galxe Passport v2 credential
document_expiration_date
to the schema, allowing rejection of documents that are near expiration.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.last_revoke_time
to the schema to store the timestamp of the user’s most recent passport revocation.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.
id_country:prop<16,c,1>
: Country of ID issurance.
id_class:prop<8,c,1>
:
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.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.
id_country:prop<16,c,1>
: Country of ID issurance.
id_class:prop<8,c,1>
:
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.