Scan the QRCode below with your Talao or Altme wallet wallet only.



QRcode = https://talao.co/sandbox/wallet_credential/37591aed-9590-11ee-8440-0a1628958560


Credential Offer content

{
    "type": "CredentialOffer",
    "credentialPreview": {
        "@context": [
            "https://www.w3.org/2018/credentials/v1",
            {
                "DefiCompliance": {
                    "@id": "https://github.com/TalaoDAO/context#defi",
                    "@context": {
                        "@version": 1.1,
                        "@protected": true,
                        "schema": "https://schema.org/",
                        "id": "@id",
                        "type": "@type",
                        "sanctionListCheck": "https://github.com/TalaoDAO/context#sanctionListCheck",
                        "ageCheck": "https://github.com/TalaoDAO/context#ageCheck",
                        "countryCheck": "https://github.com/TalaoDAO/context#countryCheck",
                        "amlComplianceCheck": "https://github.com/TalaoDAO/context#amlComplianceCheck",
                        "issuedBy": {
                            "@id": "schema:issuedBy",
                            "@context": {
                                "@protected": true,
                                "logo": {
                                    "@id": "schema:image",
                                    "@type": "@id"
                                },
                                "name": "schema:name"
                            }
                        }
                    }
                }
            }
        ],
        "id": "urn:uuid:37590bd4-9590-11ee-91ca-0a1628958560",
        "type": [
            "VerifiableCredential",
            "DefiCompliance"
        ],
        "issuer": "did:tz:tz1NyjrTUNxDpPaqNZ84ipGELAcTWYg6s5Du",
        "issuanceDate": "2023-12-08T06:08:33.147558Z",
        "credentialSubject": {
            "type": "DefiCompliance",
            "sanctionListCheck": "Succeeded",
            "ageCheck": "Succeeded",
            "countryCheck": "Succeeded",
            "amlComplianceCheck": "Succeeded",
            "issuedBy": {
                "name": "Altme"
            },
            "id": "did:..."
        },
        "expirationDate": "2024-12-07T06:08:33.147570Z"
    },
    "expires": "2023-12-08T06:18:33Z",
    "credential_manifest": {
        "id": "defi_compliance_1",
        "spec_version": "https://identity.foundation/credential-manifest/spec/v1.0.0/",
        "issuer": {
            "id": "",
            "name": "Altmre issuer"
        },
        "output_descriptors": [
            {
                "id": "defi_compliance_1",
                "schema": "https://github.com/TalaoDAO/wallet-tools/blob/main/test/CredentialOffer2/DefiCompliance.jsonld",
                "display": {
                    "title": {
                        "path": [],
                        "schema": {
                            "type": "string"
                        },
                        "fallback": "Defi Compliance"
                    },
                    "description": {
                        "path": [],
                        "schema": {
                            "type": "string"
                        },
                        "fallback": "This  is a proof of your KYC-AML compliance. You can use it when you need to prove your comliance with DeFi services that have adopted decentralized identity to protect user data."
                    },
                    "properties": [
                        {
                            "path": [
                                "$.credentialSubject.ageCheck"
                            ],
                            "schema": {
                                "type": "boolean"
                            },
                            "fallback": "Unknown",
                            "label": "Age check"
                        },
                        {
                            "path": [
                                "$.credentialSubject.countryCheck"
                            ],
                            "schema": {
                                "type": "boolean"
                            },
                            "fallback": "Unknown",
                            "label": "Country check"
                        },
                        {
                            "path": [
                                "$.credentialSubject.sanctionListCheck"
                            ],
                            "schema": {
                                "type": "boolean"
                            },
                            "fallback": "Unknown",
                            "label": "Sanction list check"
                        },
                        {
                            "path": [
                                "$.credentialSubject.amlComplianceCheck"
                            ],
                            "schema": {
                                "type": "boolean"
                            },
                            "fallback": "Unknown",
                            "label": "AML Compliance"
                        },
                        {
                            "path": [
                                "$.issuanceDate"
                            ],
                            "schema": {
                                "type": "string",
                                "format": "date"
                            },
                            "fallback": "Unknown",
                            "label": "Issue date"
                        },
                        {
                            "path": [
                                "$.expirationDate"
                            ],
                            "schema": {
                                "type": "string",
                                "format": "date"
                            },
                            "fallback": "Unknown",
                            "label": "Expiration date"
                        },
                        {
                            "path": [],
                            "schema": {
                                "type": "string"
                            },
                            "fallback": "Altme",
                            "label": "Issuer name"
                        },
                        {
                            "path": [
                                "$.issuer"
                            ],
                            "schema": {
                                "type": "string"
                            },
                            "fallback": "Unknown",
                            "label": "Issuer DID"
                        }
                    ]
                }
            }
        ]
    }
}