Painting
Painting owned by artist that did kyc with and agent, represented by gallery, managed by gallerist, displayed in a gallery on an exhibition.
Actors
Defining which actors are involved in creation of a painting object
Artist
Artist is a real person, that has done KYC at our prefered KYC provider. Artist gives permision to the gallery to take care of his profile, and can register his paitings.
- Step 1: Artist creates his actor, makes contact info private
- Step 2: Artist selects KYC provider and grants him permision to do a KYC
- Step 3: KYC provider checks Artist and approves his KYC
- Step 4: Artist grants reference permision to his gallery
{
"CID": "3F2504E0-4F89-41D3-9A0C-0305E82C3301",
"context": "actor.physical.person",
"version": {
"actor": "1.0.0",
"physical": "1.0.0",
"person": "1.0.0",
},
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@3F2504E0-4F89-41D3-9A0C-0305E82C3301",
"updatedBy": "@f9b087a2-f1b8-4f7a-a0d6-e9d9b5c5f5f0",
"recordHash": "8e17c1671e1bac70ae8c7e6ab14dc67f907f9a186329c03e0a0a52c72bcd04e3",
"record": {
"actor":{
"name": "Jane Smith",
"nickname": "JaneS",
"headline": "Independent Artist",
"resources": ["*F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4"],
"keys": [{
"chain":"Solana",
"standard":"ED25519",
"publicKey":"9ZNTfG4NyQgxy2SWjSiQoUyBPEvXT2xo7fKc5hPYYJ7b",
"active":true
}],
"physical"{
"person": {
"fullName": "Jane Elizabeth Smith",
"countryOfBirth": "United States",
"birthdate": "January 1, 1980",
"countryOfResidence": "United States",
"alive": true,
"contactInfo": {
"email": "janesmith@example.com",
"mobilePhone": "+1-555-555-5555",
"address": "456 Park Ave, New York, NY 10022, United States"
},
"profiles": {
"website": "https://www.janesmithpaintings.com",
"instagram": "https://www.instagram.com/janesmithpaintings",
}
}
}
},
"permissions":{
"access": {
"private":[
{
"context":["actor.person.contactInfo"],
"actors":["@3F2504E0-4F89-41D3-9A0C-0305E82C3301"]
}
]
},
"modify":[
{
"context":["evaluation.kyc"],
"actors":["@f9b087a2-f1b8-4f7a-a0d6-e9d9b5c5f5f0"]
}
],
"reference":[
{
"context":["object.physical.artwork"],
"keys":["artist"],
"Actors":["@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f"],
}
]
},
"evaluation":{
"kyc":{
"agent":"@f9b087a2-f1b8-4f7a-a0d6-e9d9b5c5f5f0",
"dateTime":"2022-12-09T10:00:00Z",
"passed":true
}
},
"identifier":{
"solana":{
"type": "Identity",
"program": "0xABC",
"account": "xyz456",
"standard": ""
}
}
},
"signatures": [{
"actor":"3F2504E0-4F89-41D3-9A0C-0305E82C3301",
"publicKey":"9ZNTfG4NyQgxy2SWjSiQoUyBPEvXT2xo7fKc5hPYYJ7b",
"recordHash": "8e17c1671e1bac70ae8c7e6ab14dc67f907f9a186329c03e0a0a52c72bcd04e3",
"signature":"",
"dateTime":"2022-12-09T10:00:00Z"
}]
}
Gallerist
Gallerist is a real person. Gallerist works in a gallery, but is not an owner of the gallery.
- Step 1: Gallerist creates his actor, makes contact info private
- Step 2: Gallerit grants reference permision about his emplyment to his gallery
{
"CID": "1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f",
"context": "actor.physical.person",
"version": {
"actor": "1.0.0",
"physical": "1.0.0",
"person": "1.0.0",
},
"hash": "xxx",
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f",
"signatures":{
"creator":["!2PZMj4cA8pdZRkZuxkDhSQs3aq1gy4DVizZt4PWH1EHY"],
"signature":["xxx"]
},
"actor":{
"name": "Mary Smith",
"nickName": "MaryS",
"picture": "*",
"keys": "2PZMj4cA8pdZRkZuxkDhSQs3aq1gy4DVizZt4PWH1EHY",
"person": {
"fullName": "Mary Smith",
"countryOfBirth": "United States",
"birthdate": "05/01/1970",
"countryOfResidence": "United States",
"alive": true,
"contactInfo": {
"email": "marysmith@example.com",
"mobilePhone": "555-555-5555",
"address": "123 Main St, New York, NY 10001"
},
"profiles": {
"twitter": "@marysmith",
"instagram": "@marysmithgallery",
"linkedin": "linkedin.com/in/marysmith",
}
}
},
"permissions":{
"access": {
"private":[
{
"context":["actor.person.contactInfo"],
"actors":["@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f"]
}
]
},
"reference":[
{
"context":["actor.legal.employee"],
"Actors":["@f0f0b5b5-d9d9-4e4e-a0a0-e9e9b5b5f5f0"]
}
]
}
}
KYC/KYB provider
KYC/KYB provider is a compan that is doing services of KYC/KYB. They are certified by Cadastry for this service.
- Step 1: Provider creates an actor.
- Step 2: They apply to become a service provider for KYC and KYB
- Step 3: Cadastry certifies them
{
"CID": "f9b087a2-f1b8-4f7a-a0d6-e9d9b5c5f5f0",
"context": "actor.legal",
"version": {
"actor": "1.0.0",
"legal": "1.0.0",
},
"hash": "xxx",
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@f9b087a2-f1b8-4f7a-a0d6-e9d9b5c5f5f0",
"updatedBy": "@3fbc2c94-d4e6-41f3-9bb3-d3a1e2c947c6",
"signatures":{
"creator":["!5CLqke7nSZqmm6EbckqrYJFFG4xWk7St8Q5abWi1hk86"],
"updater":["!CiwmTezj7Sh1YmhKP6CbF8JXR53s8ApxshXVBdySf78M"],
"signature":["xxx"]
},
"actor": {
"name": "ACME Corporation",
"nickname": "ACME",
"picture": "*",
"keys":["!5CLqke7nSZqmm6EbckqrYJFFG4xWk7St8Q5abWi1hk86"],
"legal": {
"type":"company",
"industry": "Technology",
"legalName": "ACME Corp.",
"yearFounded": 1990,
"jurisdiction": "US",
"registrationNumber": "123456",
"taxID": "987654321",
"headquarters": {
"address": "123 Main Street",
"city": "New York",
"state": "NY",
"zipCode": "10001",
"country": "United States"
},
"contactInfo": {
"email": "info@acmecorp.com",
"mobilePhone": "+1 (555) 555-5555",
"address": "123 Main Street, Suite 200, New York, NY 10001"
},
"profiles": {
"website": "https://www.acmecorp.com",
"wiki": "https://en.wikipedia.org/wiki/ACME_Corp",
"twitter": "@ACME_Corp",
"instagram": "@acmecorp",
"facebook": "https://www.facebook.com/acmecorp",
"linkedin": "https://www.linkedin.com/company/acme-corp",
}
}
},
"permissions":{
"modify":[
{
"context":["evaluation.kyb"],
"actors":["@8f8f5f5b-6f1c-4c5e-902e-f4f4e5c5b5f0"]
}
]
},
"evaluation":{
"kyb": {
"issuer": "@8f8f5f5b-6f1c-4c5e-902e-f4f4e5c5b5f0",
"dateTime": "2022-12-09T10:00:00Z",
"passed": true
},
"certificate":{
"title":"KYC/KYB provider",
"context":["evaluation.kyb","evaluation.kyc"],
"issuer": "@8f8f5f5b-6f1c-4c5e-902e-f4f4e5c5b5f0",
"dateTime": "2022-12-09T10:00:00Z",
}
}
}
Gallery
Gallery is a company. They will do KYB with KYC/KYC provider.
- Step 1: Gallery creates an actor
- Step 2: Gallery aplies for KYB at KYC/KYB provider
- Step 3: KYB provider authorises them
{
"CID": "f0f0b5b5-d9d9-4e4e-a0a0-e9e9b5b5f5f0",
"context": "actor.legal",
"version": {
"actor": "1.0.0",
"legal": "1.0.0",
},
"hash": "xxx",
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@f0f0b5b5-d9d9-4e4e-a0a0-e9e9b5b5f5f0",
"updatedBy": "@3fbc2c94-d4e6-41f3-9bb3-d3a1e2c947c6",
"signatures":{
"creator":["!5CLqke7nSZqmm6EbckqrYJFFG4xWk7St8Q5abWi1hk86"],
"updater":["!CiwmTezj7Sh1YmhKP6CbF8JXR53s8ApxshXVBdySf78M"],
"signature":["xxx"]
},
"actor": {
"name": "The Modern Art Gallery",
"nickname": "Modern Art",
"picture": "*",
"keys":["!5CLqke7nSZqmm6EbckqrYJFFG4xWk7St8Q5abWi1hk86"],
"legal": {
"type":"company",
"industry": "Arts",
"legalName": "The Modern Art Gallery Ltd.",
"yearFounded": 2005,
"jurisdiction": "UK",
"registrationNumber": "987654321",
"taxID": "123456789",
"headquarters": {
"address": "123 Exhibition Road",
"city": "London",
"state": "",
"zipCode": "SW7 2HE",
"country": "United Kingdom"
},
"contactInfo": {
"email": "info@themodernartgallery.com",
"mobilePhone": "+44 (0)20 7581 8888",
"address": "123 Exhibition Road, London SW7 2HE, UK"
},
"profiles": {
"website": "https://www.themodernartgallery.com",
"wiki": "",
"twitter": "@modernartgallery",
"instagram": "@modernartgallery",
"facebook": "https://www.facebook.com/themodernartgallery",
"linkedin": "https://www.linkedin.com/company/the-modern-art-gallery",
},
"employee":[{
"actor":"@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f",
"position":"Gallerist"
}]
}
},
"permissions":{
"modify":[
{
"context":["evaluation.kyb"],
"actors":["@3fbc2c94-d4e6-41f3-9bb3-d3a1e2c947c6"]
}
]
},
"evaluation":{
"kyb": {
"agent":"@3fbc2c94-d4e6-41f3-9bb3-d3a1e2c947c6",
"date": "2022-12-09T10:00:00Z",
"passed":true
}
}
}
Object
Painting
Painting is a real life object painted by the Artist.
{
"CID": "12345",
"context": "object.physical.artwork.painting",
"version": {
"object": "1.0.0",
"physical": "1.0.0",
"artwork": "1.0.0",
"painting": "1.0.0"
},
"hash": "xxx",
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f",
"signatures":{
"creator":["!2PZMj4cA8pdZRkZuxkDhSQs3aq1gy4DVizZt4PWH1EHY"],
"signature":["xxx"]
},
"object": {
"title": "The Starry Night",
"date_of_creation": "1889",
"description": "The Starry Night is an oil painting by Vincent van Gogh, depicting the view from his asylum window at night, with a bright starry sky and the village of Saint-Rémy-de-Provence in the distance.",
"resources":["F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4","6ba7b810-9dad-11d1-80b4-00c04fd430c8"],
"physical": {
"materials": ["oil paint", "canvas"],
"dimensions": {"height": 73.7, "width": 92.1, "depth": 2.1},
"location": "Museum of Modern Art, New York",
"artwork": {
"artist": "@3F2504E0-4F89-41D3-9A0C-0305E82C3301",
"subject": "landscape",
"style": "Post-Impressionism",
"medium": "oil paint",
"signature": "signed by the artist in the lower right corner",
"painting": {
"technique": "impasto",
"genre": "modern art",
"composition": "horizontal",
"color_palette": ["blue", "yellow", "green"],
"brushwork": "thick and textured"
}
}
}
},
"permissions":{
"modify":[
{
"context":[""],
"Actors":["@3F2504E0-4F89-41D3-9A0C-0305E82C3301","@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f"]
}
],
"reference":[
{
"context":["object.set.exhibition"],
"Actors":["@3F2504E0-4F89-41D3-9A0C-0305E82C3301","@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f"]
},
{
"context":["object.setup.scene"],
"Actors":["@3F2504E0-4F89-41D3-9A0C-0305E82C3301","@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f"]
},
{
"context":["object.bit"],
"Actors":["@3F2504E0-4F89-41D3-9A0C-0305E82C3301","@1c1c5f5f-1c1c-4f4f-8f8f-0f0f0c0c0f0f"]
}
]
},
"identifier":{
"ethereum":{
"type": "NFTPRO",
"contract": "0xABC",
"asset_id": "xyz456",
"token_id": "abc123",
"standard": "ERC-721"
},
"solana":{
"type": "NFTPRO",
"program": "0xABC",
"account": "xyz456",
"standard": "NFTPRO"
}
}
}
Resource
All resources used in this use-case.
Artist profile picture
{
"CID": "F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4",
"context": "resource.image",
"version": {
"resource": "1.0.0",
"image": "1.0.0",
},
"hash": "xxx",
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@3F2504E0-4F89-41D3-9A0C-0305E82C3301",
"signatures":{
"creator":["!9p69QZL65bmS15fJzoDU7j8tmpVfdb4ezoc3vi14Qr98"],
"signature":["xxx"]
},
"resource": {
"title":"Jane Smith Profile Picture",
"image": {
"source":"digital camera",
"files": [{
"filename": "example_image.png",
"url": "https://example.com/images/example_image.png",
"storage": "AWS",
"size": "2MB",
"variant": "original",
"type": "PNG",
"hash": "a1b2c3d4e5f6g7h8i9j2",
"imageFile":{
"width":"1920",
"height":"1080",
"color_space": "RGB",
"compression": "PNG"
}
},
{
"filename": "example_image_thumbnail.png",
"url": "https://example.com/images/example_image_thumbnail.png",
"storage": "AWS",
"size": "100KB",
"variant": "thumbnail",
"type": "JPG",
"hash": "a1b2c3d4e5f6g7h8i9j2",
"imageFile":{
"width":"300",
"height":"300",
"color_space": "RGB",
"compression": "JPEG"
}
}]
}
}
}
Painting image
Painting resources are photography of an original and 3D scan of an original painting.
{
"CID": "F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4",
"context": "resource.image",
"version": {
"resource": "1.0.0",
"image": "1.0.0",
},
"hash": "xxx",
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@3F2504E0-4F89-41D3-9A0C-0305E82C3301",
"signatures":{
"creator":["!9p69QZL65bmS15fJzoDU7j8tmpVfdb4ezoc3vi14Qr98"],
"signature":["xxx"]
},
"resource": {
"title":"Self Portrait",
"source":"digital camera",
"image": {
"width":100,
"height":70,
"files": [{
"filename": "example_image.png",
"url": "https://example.com/images/example_image.png",
"storage": "AWS",
"size": "2MB",
"variant": "original",
"type": "PNG",
"hash": "a1b2c3d4e5f6g7h8i9j2",
"imageFile":{
"width":"1920",
"height":"1080",
"color_space": "RGB",
"compression": "PNG"
}
},
{
"filename": "example_image_thumbnail.png",
"url": "https://example.com/images/example_image_thumbnail.png",
"storage": "AWS",
"size": "100KB",
"variant": "thumbnail",
"type": "JPG",
"hash": "a1b2c3d4e5f6g7h8i9j2",
"imageFile":{
"width":"300",
"height":"300",
"color_space": "RGB",
"compression": "JPEG"
}
}]
}
}
}
Painting 3D model
{
"CID": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"context": "resource.mesh",
"version": {
"resource": "1.0.0",
"mesh": "1.0.0",
},
"hash": "xxx",
"createdAt": "2022-12-09T10:00:00Z",
"updatedAt": "2022-12-09T10:15:00Z",
"createdBy": "@3F2504E0-4F89-41D3-9A0C-0305E82C3301",
"signatures":{
"creator":["!9p69QZL65bmS15fJzoDU7j8tmpVfdb4ezoc3vi14Qr98"],
"signature":["xxx"]
},
"resource": {
"title":"Self Portrait",
"source": "3d scan",
"mesh": {
"width":10,
"height":10,
"depth":10,
"platform": "ALL.ART",
"LODs":2,
"files": [{
"filename": "example_mesh.glb",
"url": "https://example.com/meshes/example_mesh.glb",
"storage": "AWS",
"size": "2MB",
"variant": "original",
"type": "GLB",
"hash": "a1b2c3d4e5f6g7h8i9j2",
"meshFile":{
"width":10,
"height":10,
"depth":10,
"LOD":0,
"polygons": 10000,
"vertices": 20000
}
},
{
"filename": "example_mesh_thumbnail.glb",
"url": "https://example.com/meshes/example_mesh_thumbnail.png",
"storage": "AWS",
"size": "100KB",
"variant": "thumbnail",
"type": "GLB",
"hash": "a1b2c3d4e5f6g7h8i9j2",
"meshFile":{
"width":10,
"height":10,
"depth":10,
"LOD":1,
"polygons": 5000,
"vertices": 10000
}
}]
}
}
}