© 2026 Pattern Engine, Inc.

TermsPrivacy

© 2026 Pattern Engine, Inc.

TermsPrivacy
Deca
@bacca

Profile

@bacca

just a sweet bacca on the web3

@baccapaglierina↗
tz1cCu...DrRS0x8bcc...3f830x3536...09b9
Galleries
8
Followers
552
Joined
May 18, 2022
Latest update
Dec 31, 2025
Galleries
Wallet

Gallery

GAM

Film Swap Project - Double Soul of photographers

✨Glimpse of Analogue Memories📸

Between 2013 and 2016 I experimented with lomography. I became obsessed by the idea of being able to manipulate the film in order to produce some crazy outputs on my shots! Intrigued by all the old and new techniques I explored the world of double exposure, together with other 16 italian photographers, creating one of the most exclusive, decentralized web2 photo-collab!

© 2026 Pattern Engine, Inc.

TermsPrivacy

this is the magazine we produced through BeAnalogic!

Now that we're in the web3 I want to experiment with photography again, bringing a fun event on Tezos chain for this late July - August 2022! It will be a nice way to put your creativity at work - everyone can partecipate, everyone is creative! It will be a VISUAL STORYTELLING CONTEST where everyone is invited to use some photos of the GAM collection and build a gallery on Deca that communicate a story. You can also use other NFT, your artwork or even make derivates - the fantasy has no border! More info below ⇩ ⇩ ⇩

billy the puppet pixelated

turn render off to see everything ;D

Morning Reborn

In this years I had the pleasure to play with different cameras, including some modern polaroid - like the Fujifilm Instax Wide 300. I kept only a few - mostly were gifted to my friends over time.

Industrial Sunburn

Morning Reborn

Industrial Sunburn

Golden Hour

Destination U-Bahnhof

Dark Times

Golden Hour
Destination U-Bahnhof
Dark Times

A long process take place to make an analog photo. First, the film has to be impressed with the correct exposure, then developed with the right chemical, scanned at the best resolution and retouched, in the end, to cancel any digital noise acquired during the scan phase. In this way, every shot is enhanced and became part of a ritual where the photographer isolate itself in the scene, with his camera, appreciating the right moment to shoot.

Caro Barbiere
Lysergic Platza

In this process it's possible to manipulate the emulsion of the film, before (with chemicals) the shot, during it (with lenses) and after (with film development). My first shot was a 120mm film with a Diana Multipinhole and some gelatines!

Every polaroid is a PHYGITAL NFT !!!

i want to play a game with you >:D

Glimpse of Analogue Memories (abbr. GAM) is a project that aims to bring back to life old memories through the contextualization of analog photos. Every shot is tied to a particular moment when it was taken: the photographer is trying to use the image to communicate his intention to the public, and it's always at the viewer the work to understand it. In this experiment, both parts will exchange roles and responsibility: it's up to the public to build a story and disclose their artistic spirit to the photographer - which for once can view his photos through others' eyes and elaborate on them through their thoughts. Using images, the participants in this experiment will have total freedom in the form and content of the story: it can be a poem, a short story, or a comic strip, the important thing is that there is a text associated with the chosen images. These stories must contain at least 3 photographs from the GAM collection - but they can contain as many other NFTs as you wish to use, with no limits to the imagination! Don't worry if you aren't an artist, everyone is capable of think and write, take this as a personal challenge! You can use Deca, is a

great platform for everyone, build a gallery in the most creative way you feel and show to everyone your skills! There is no theme to comply with. To partecipate you need to use at least 3 photos of GAM collection, create a gallery that illustrate your storytelling and post it on Twitter! The collection can be found on Objkt (TEZOS) and all the details regards timeframes, rules and prizes can be found on this tweet:

The reactions on your gallery will determine how many points you score! A ranking will then be drawn up - we will try to reward as many as possible, everyone will receive a participation POAP. Don't FOMO - there are plenty photos for everyone, it will be affordable (<5 xtz) and the contest will last the whole month of August. Enjoy your summer!

WHAT IS GAM AND HOW THE COMPETITION WORKS

Updated Sep 4, 2025

Gallery

squiggles-byte-datas

let numHashes = tokenData.hashes.length; let hashPairs = []; for (let i = 0; i < numHashes; i++) { for (let j = 0; j < 32; j++) { hashPairs.push(tokenData.hashes[i].slice(2 + (j * 2), 4 + (j * 2))); } } let decPairs = hashPairs.map(x => { return parseInt(x, 16); });

let seed = parseInt(tokenData.hashes[0].slice(0, 16), 16); let color; let backgroundIndex = 0; let backgroundArray = [255, 225, 200, 175, 150, 125, 100, 75, 50, 25, 0, 25, 50, 75, 100, 125, 150, 175, 200, 225]; let index = 0; let ht; let wt = 2; let speed = 1; let segments; let amp = 1; let direction = 1; let loops = false; let startColor = decPairs[29]; let reverse = decPairs[30] < 128; let slinky = decPairs[31] < 35; let pipe = decPairs[22] < 32; let bold = decPairs[23] < 15; let segmented = decPairs[24] < 30; let fuzzy = pipe && !slinky;

function setup() { let portrait = windowWidth < windowHeight; createCanvas(windowWidth > windowHeight * 3 / 2 ? windowHeight * 3 / 2 : windowWidth, windowWidth > windowHeight * 3 / 2 ? windowHeight : windowWidth * 2 / 3); var el = document.getElementsByTagName("canvas")[0]; el.addEventListener("touchstart", mouseClicked, false); colorMode(HSB, 255); segments = map(decPairs[26], 0, 255, 12, 20); ht = map(decPairs[27], 0, 255, 3, 4); spread = decPairs[28] < 3 ? 0.5 : map(decPairs[28], 0, 255, 5, 50); strokeWeight(height / 1200); }

function draw() { color = 0; background(backgroundArray[backgroundIndex]); let div = Math.floor(map(Math.round(decPairs[24]), 0, 230, 3, 20)); let steps = slinky ? 50 : fuzzy ? 1000 : 200; translate((width / 2) - (width / wt / 2), height / 2); for (let j = 0; j < segments - 2; j++) { for (let i = 0; i <= steps; i++) { let t = i / steps; let x = curvePoint(width / segments / wt * j, width / segments / wt * (j + 1), width / segments / wt * (j + 2), width / segments / wt * (j + 3), t); let y = curvePoint(map(decPairs[j], 0, 255, -height / ht, height / ht) * amp, map(decPairs[j + 1], 0, 255, -height / ht, height / ht) * amp, map(decPairs[j + 2], 0, 255, -height / ht, height / ht) * amp, map(decPairs[j + 3], 0, 255, -height / ht, height / ht) * amp, t); let hue = reverse ? 255 - (((color / spread) + startColor + index) % 255) : (((color / spread) + startColor) + index) % 255;

           if (fuzzy) {
                noStroke();
                fill(hue, 255, 255, 20);
                let fuzzX = x + map(rnd(), 0, 1, 0, height / 10);
                let fuzzY = y + map(rnd(), 0, 1, 0, height / 10);
                if (dist(x, y, fuzzX, fuzzY) < height / 11.5) {
                     circle(fuzzX, fuzzY, map(rnd(), 0, 1, height / 160, height / 16));
                }
           } else {
                if (slinky && pipe) {
                     if (i == 0 || i == steps - 1) {
                          fill(0);
                     } else {
                          noFill();
                     }
                     stroke(0);
                     circle(x, y, (height / 7))
                }

                if (slinky) {
                     if (i == 0 || i == steps - 1) {
                          fill(hue, 255, 255);
                     } else {
                          noFill();
                     }
                     stroke(hue, 255, 255);
                } else {
                     noStroke();
                     fill(hue, 255, 255);
                }

                circle(x, y, bold && !slinky ? height / 5 : height / 13);

                if (segmented && !slinky && !bold) {
                     if (i % div === 0 || i == 0 || i == steps - 1) {
                          noStroke();
                          fill(decPairs[25]);
                          circle(x, y, height / 12);
                     }
                }
           }
           color++;
      }
      seed = parseInt(tokenData.hashes[0].slice(0, 16), 16);
 }


 loops === true ? index = index + speed : index = index;
 if (keyIsDown(UP_ARROW)) {
      if (keyIsDown(SHIFT)) {
           if (speed < 20) {
                speed++;
           } else {
                speed = 20;
           }
      } else {
           if (speed < 20) {
                speed = speed + 0.1;
           } else {
                speed = 20;
           }
      }
 } else if (keyIsDown(DOWN_ARROW)) {
      if (keyIsDown(SHIFT)) {
           if (speed > 1) {
                speed--;
           } else {
                speed = 0.1;
           }
      } else {
           if (speed > 0.1) {
                speed = speed - 0.1;
           } else {
                speed = 0.1;
           }
      }
 }

}

function keyPressed() { if (keyCode === 32) { if (backgroundIndex < backgroundArray.length - 1) { backgroundIndex++; } else { backgroundIndex = 0; } } }

function mouseClicked() { if (loops === false) { loops = true; } else { loops = false; } }

function rnd() {

 seed ^= seed << 13;

 seed ^= seed >> 17;

 seed ^= seed << 5;

 return (((seed < 0) ? ~seed + 1 : seed) % 1000) / 1000;

}

Deca Black Frame with White Mount

PUSH 10 times the spacebar

to black-out the background ;)

Chromie Squiggle #0

Chromie Squiggle #0

the [GENESIS](https://etherscan.io/tx/0xec39476d2cf54b44c43e17070257250dcb369c33941de978b4cbeebe7aa0907c)

CHROMIE

S

Q

U

I

G

G

L

E

S

CHROMIE

by Snowfro

Look at the

C O D E

⤥

This gallery is an ode to the colorful code of Chromie Squiggle! ♡ ENJOY ♡

DID YOU KNOW? Chromie Squiggles exist entirely on the blockchain. They aren't a pointer to a file on IPFS. It's an actual script built into the smart contract that executes the moment the mint transaction goes through. The script takes a seed input, in the form of a hash string...which is a long hexadecimal string or "hash string" generated on the blockchain in a pseudo-random manner when the token is minted. This seed is used to control a variety of different variables in each Squiggle. Each character in this string (0-9, a-f) represents a value from 0-15 and each pair of characters ("ab", or "f2") represents a value from 0-255. For example, the y-coordinate of each point in a Squiggle is dictated by the value of a hex pair in the seed. These pairs also control the starting color, rate of change of the gradient, amount of points in each Squiggle, plus some surprise features that make some Squiggles more rare than others. With so many different variables built-in to each Squiggle and such a large number of possible seeds, you could generate new Squiggles all day and never come up with the same Squiggle. However, once a seed has been set for a token, the resulting output will always be identical and repeatable. A verifiably deterministic output.

Even if every Squiggle is different from each other we can categorize them under 6 main such as ☞

sLINKY

⇅ arrow to adjust speed of color rotation

shift + ⇅ to set speed velocity to max/min

//here it start to choose which type the Squiggle will be

{

here the magic of code will determinate the color of your Squiggle!

Chromie Squiggle #8970

WOW :D So clean!

Updated Dec 7, 2023

Gallery

Poker-of-Decagon

Decagon #302
Decagon #17946
Decagon #17991
Decagon #18015
Decagon #31270
Decagon #39633
Decagon #39818

Updated Sep 27, 2023

Gallery

ode-to-RSC

Right Click Share #3
Right Click Share #4
Right Click Share #5
Right Click Share #6
Right Click Share #7
Right Click Share #8
Right Click Share #9
Right Click Share #10
Right Click Share #11
Right Click Share #12
Right Click Share #13
Right Click Share #14
Right Click Share #15
Right Click Share #16
Right Click Share #17
Right Click Share #18
Right Click Share #19
Right Click Share #20
Right Click Share #21
Right Click Share #22
Right Click Share #23
Right Click Share #24
Right Click Share #25
Right Click Share #26
Right Click Share #27
Right Click Share #28
Right Click Share #29
Right Click Share #30
Right Click Share #31
Right Click Share #32
Right Click Share #33
Right Click Share #34
Right Click Share #35
Right Click Share #36
Right Click Share #37
Right Click Share #38
Right Click Share #39
Right Click Share #40
Right Click Share #41
Right Click Share #42
Right Click Share #43
Right Click Share #44
Right Click Share #45
Right Click Share #46
Right Click Share #47
Right Click Share #48
Right Click Share #49
Right Click Share #50
Right Click Share #51
Right Click Share #52
Right Click Share #53
Right Click Share #54
Right Click Share #55
Right Click Share #56
Right Click Share #57
Right Click Share #58
Right Click Share #59
Right Click Share #60
Right Click Share #61
Right Click Share #62
Right Click Share #63
Right Click Share #64
Right Click Share #1
Right Click Share #2
Right Click Share #65
Right Click Share #66
Right Click Share #67
Right Click Share #68
Right Click Share #69
Right Click Share #70
Right Click Share #71
Right Click Share #72
Right Click Share #73
Right Click Share #74
Right Click Share #75
Right Click Share #76
Right Click Share #77
Right Click Share #78
Right Click Share #79
Right Click Share #80
Right Click Share #81
Right Click Share #82
Right Click Share #83
Right Click Share #84
Right Click Share #85
Right Click Share #86
Right Click Share #87
Right Click Share #88
Right Click Share #89
Right Click Share #90
Right Click Share #91
Right Click Share #92
Right Click Share #93
Right Click Share #94
Right Click Share #95
Right Click Share #96
Right Click Share #97
Right Click Share #98
Right Click Share #99
Right Click Share #100
Right Click Share #101
Right Click Share #102
Right Click Share #103
Right Click Share #104
Right Click Share #105
Right Click Share #106
Right Click Share #107
Right Click Share #108
Right Click Share #109
Right Click Share #110
Right Click Share #111
Right Click Share #112
Right Click Share #113
Right Click Share #114
Right Click Share #115
Right Click Share #116
Right Click Share #117
Right Click Share #118
Right Click Share #119
Right Click Share #120
Right Click Share #121
Right Click Share #122
Right Click Share #123
Right Click Share #124
Right Click Share #125
Right Click Share #126
Right Click Share #127
Right Click Share #128
Right Click Share #129
Right Click Share #130
Right Click Share #131
Right Click Share #132
Right Click Share #133
Right Click Share #134
Right Click Share #135
Right Click Share #136
Right Click Share #137
Right Click Share #138
Right Click Share #139
Right Click Share #140
Right Click Share #141
Right Click Share #142
Right Click Share #143
Right Click Share #144
Right Click Share #145
Right Click Share #146
Right Click Share #147
Right Click Share #148
Right Click Share #149
Right Click Share #150
Right Click Share #151
Right Click Share #152
Right Click Share #153
Right Click Share #154
Right Click Share #155
Right Click Share #156
Right Click Share #157
Right Click Share #158
Right Click Share #159
Right Click Share #160
Right Click Share #161
Right Click Share #162
Right Click Share #163
Right Click Share #164
Right Click Share #165
Right Click Share #166
Right Click Share #167
Right Click Share #168
Right Click Share #169
Right Click Share #170
Right Click Share #171
Right Click Share #172
Right Click Share #173
Right Click Share #174
Right Click Share #175
Right Click Share #176
Right Click Share #177
Right Click Share #178
Right Click Share #179
Right Click Share #180
Right Click Share #181
Right Click Share #182
Right Click Share #183
Right Click Share #184
Right Click Share #185
Right Click Share #186
Right Click Share #187
Right Click Share #188
Right Click Share #189
Right Click Share #190
Right Click Share #191
Right Click Share #192
Right Click Share #193
Right Click Share #194
Right Click Share #195
Right Click Share #196
Right Click Share #197
Right Click Share #198
Right Click Share #199
Right Click Share #200
Right Click Share #201
Right Click Share #202
Right Click Share #203
Right Click Share #204
Right Click Share #205
Right Click Share #206
Right Click Share #207
Right Click Share #208
Right Click Share #209
Right Click Share #210
Right Click Share #211
Right Click Share #212
Right Click Share #213
Right Click Share #214
Right Click Share #215
Right Click Share #216
Right Click Share #217
Right Click Share #218
Right Click Share #219
Right Click Share #220
Right Click Share #221
Right Click Share #222
Right Click Share #223
Right Click Share #224
Right Click Share #225
Right Click Share #226
Right Click Share #227
Right Click Share #228
Right Click Share #229
Right Click Share #230
Right Click Share #231
Right Click Share #232
Right Click Share #233
Right Click Share #234
Right Click Share #235
Right Click Share #236
Right Click Share #237
Right Click Share #238
Right Click Share #239
Right Click Share #240
Right Click Share #241
Right Click Share #242
Right Click Share #243
Right Click Share #244
Right Click Share #245
Right Click Share #246
Right Click Share #247
Right Click Share #248
Right Click Share #249
Right Click Share #250
Right Click Share #251
Right Click Share #252
Right Click Share #253
Right Click Share #254
Right Click Share #255
Right Click Share #256
Rabble 4
Rabble 1
Rabble 2
Rabble 3
Rabble 5
Rabble 6
Rabble 7
Rabble 8
Rabble 9
Rabble 10
Rabble 11
Rabble 12
Rabble 13
Rabble 14
Rabble 15
Rabble 16
Rabble 17
Rabble 18
Rabble 20
Rabble 33
Rabble 21
Rabble 31
Rabble 30
Rabble 29
Rabble 28
Rabble 26
Rabble 25
Rabble 24
Rabble 41
Rabble 38
Rabble 37
Rabble 23
Rabble 22
Rabble 34
Rabble 36
Rabble 35
Flooky
Rotten
Blazed
Right Click Share #257
Right Click Share #258
Right Click Share #259
Right Click Share #260
Right Click Share #261
Right Click Share #262
Right Click Share #263
Right Click Share #264
Right Click Share #265
Right Click Share #266
Right Click Share #267
Right Click Share #268
Right Click Share #269
Right Click Share #270
LIES
LIES
LIES

RIGHT CLICK SAVE IT

Right Click Share #271
Right Click Share #272
Right Click Share #273
Right Click Share #274
Right Click Share #275

RIGHT CLICK SAVE IT

Right Click Share #276
Right Click Share #277
Right Click Share #278
Right Click Share #279
Right Click Share #280
Right Click Share #281
Right Click Share #282
Right Click Share #283
Right Click Share #284
Right Click Share #285
Right Click Share #286
Right Click Share #287
Right Click Share #288
Right Click Share #289
Right Click Share #290
Right Click Share #291
Right Click Share #292
Right Click Share #293
Right Click Share #294
Right Click Share #295
Right Click Share #296
Right Click Share #297
Right Click Share #298
Right Click Share #299
Right Click Share #300
Right Click Share #301
Right Click Share #302
Right Click Share #303
Right Click Share #304
Right Click Share #305
Right Click Share #306
Right Click Share #307
Right Click Share #308
Right Click Share #309
Right Click Share #310
Right Click Share #311
Right Click Share #312
Right Click Share #313
Right Click Share #314
Right Click Share #315
Right Click Share #316
Right Click Share #317
Right Click Share #318
Right Click Share #319
Right Click Share #320

730 placed... waiting all the pixels to be minted!

Right-click and Save As guy
GUZZLER #1/21
AFTERBURN #1/100
Guzzler #96/206
Afterburn #195/870
#3068
The Doomed (black & red)
The Doomed (black & green)
The Doomed (red)
Right Click Share #0

E

A

T

C

O

N

S

U

M

E

O

B

E

Y

R

E

A

T

C

O

N

S

U

M

E

O

B

E

Y

Right Click Share #321
Right Click Share #322
Right Click Share #323
Right Click Share #324
Right Click Share #325
Right Click Share #326
Right Click Share #327
Right Click Share #328
Right Click Share #329
Right Click Share #330
Right Click Share #331
Right Click Share #332
Right Click Share #333
Right Click Share #334
Right Click Share #335
Right Click Share #336
Right Click Share #337
Right Click Share #338
Right Click Share #339
Right Click Share #340
Right Click Share #341
Right Click Share #342
Right Click Share #343
Right Click Share #344
Right Click Share #345
Right Click Share #346
Right Click Share #347
Right Click Share #348
Right Click Share #349
Right Click Share #350
Right Click Share #351
Right Click Share #352
Right Click Share #353
Right Click Share #354
Right Click Share #355
Right Click Share #356
Right Click Share #357
Right Click Share #358
Right Click Share #359
Right Click Share #360
Right Click Share #361
Right Click Share #362
Right Click Share #363
Right Click Share #364
Right Click Share #365
Right Click Share #366
Right Click Share #367
Right Click Share #368
Right Click Share #369
Right Click Share #370
Right Click Share #371
Right Click Share #372
Right Click Share #373
Right Click Share #374
Right Click Share #375
Right Click Share #376
Right Click Share #377
Right Click Share #378
Right Click Share #379
Right Click Share #380
Right Click Share #381
Right Click Share #382
Right Click Share #383
Right Click Share #384
Right Click Share #385
Right Click Share #386
Right Click Share #387
Right Click Share #388
Right Click Share #389
Right Click Share #390
Right Click Share #391
Right Click Share #392
Right Click Share #393
Right Click Share #394
Right Click Share #395
Right Click Share #396
Right Click Share #397
Right Click Share #398
Right Click Share #399
Right Click Share #400
Right Click Share #401
Right Click Share #402
Right Click Share #403
Right Click Share #404
Right Click Share #405
Right Click Share #406
Right Click Share #407
Right Click Share #408
Right Click Share #409
Right Click Share #410
Right Click Share #411
Right Click Share #412
Right Click Share #413
Right Click Share #414
Right Click Share #415
Right Click Share #416
Right Click Share #417
Right Click Share #418
Right Click Share #419
Right Click Share #420
Right Click Share #421
Right Click Share #422
Right Click Share #423
Right Click Share #424
Right Click Share #425
Right Click Share #426
Right Click Share #427
Right Click Share #428
Right Click Share #429
Right Click Share #430
Right Click Share #431
Right Click Share #432
Right Click Share #433
Right Click Share #434
Right Click Share #435
Right Click Share #436
Right Click Share #437
Right Click Share #438
Right Click Share #439
Right Click Share #440
Right Click Share #441
Right Click Share #442
Right Click Share #443
Right Click Share #444
Right Click Share #445
Right Click Share #446
Right Click Share #447
Right Click Share #448
Right Click Share #449
Right Click Share #450
Right Click Share #451
Right Click Share #452
Right Click Share #453
Right Click Share #454
Right Click Share #455
Right Click Share #456
Right Click Share #457
Right Click Share #458
Right Click Share #459
Right Click Share #460
Right Click Share #461
Right Click Share #462
Right Click Share #463
Right Click Share #464
Right Click Share #465
Right Click Share #466
Right Click Share #467
Right Click Share #468
Right Click Share #469
Right Click Share #470
Right Click Share #471
Right Click Share #472
Right Click Share #473
Right Click Share #474
Right Click Share #475
Right Click Share #476
Right Click Share #477
Right Click Share #478
Right Click Share #479
Right Click Share #480
Right Click Share #481
Right Click Share #482
Right Click Share #483
Right Click Share #484
Right Click Share #485
Right Click Share #486
Right Click Share #487
Right Click Share #488
Right Click Share #489
Right Click Share #490
Right Click Share #491
Right Click Share #492
Right Click Share #493
Right Click Share #494
Right Click Share #495
Right Click Share #496
Right Click Share #497
Right Click Share #498
Right Click Share #499
Right Click Share #500
Right Click Share #501
Right Click Share #502
Right Click Share #503
Right Click Share #504
Right Click Share #505
Right Click Share #506
Right Click Share #507
Right Click Share #508
Right Click Share #509
Right Click Share #510
Right Click Share #511
Right Click Share #512
Right Click Share #513
Right Click Share #514
Right Click Share #515
Right Click Share #516
Right Click Share #517
Right Click Share #518
Right Click Share #519
Right Click Share #520
Right Click Share #521
Right Click Share #522
Right Click Share #523
Right Click Share #524
Right Click Share #525
Right Click Share #526
Right Click Share #527
Right Click Share #528
Right Click Share #529
Right Click Share #530
Right Click Share #531
Right Click Share #532
Right Click Share #533
Right Click Share #534
Right Click Share #535
Right Click Share #536
Right Click Share #537
Right Click Share #538
Right Click Share #539
Right Click Share #540
Right Click Share #541
Right Click Share #542
Right Click Share #543
Right Click Share #544
Right Click Share #545
Right Click Share #546
Right Click Share #547
Right Click Share #548
Right Click Share #549
Right Click Share #550
Right Click Share #551
Right Click Share #552
Right Click Share #553
Right Click Share #554
Right Click Share #555
Right Click Share #556
Right Click Share #557
Right Click Share #558
Right Click Share #559
Right Click Share #560
Right Click Share #561
Right Click Share #562
Right Click Share #563
Right Click Share #564
Right Click Share #565
Right Click Share #566
Right Click Share #567
Right Click Share #568
Right Click Share #569
Right Click Share #570
Right Click Share #571
Right Click Share #572
Right Click Share #573
Right Click Share #574
Right Click Share #575
Right Click Share #576
Right Click Share #577
Right Click Share #578
Right Click Share #579
Right Click Share #580
Right Click Share #581
Right Click Share #582
Right Click Share #583
Right Click Share #584
Right Click Share #585
Right Click Share #586
Right Click Share #587
Right Click Share #588
Right Click Share #589
Right Click Share #590
Right Click Share #591
Right Click Share #592
Right Click Share #593
Right Click Share #594
Right Click Share #595
Right Click Share #596
Right Click Share #597
Right Click Share #598
Right Click Share #599
Right Click Share #600
Right Click Share #601
Right Click Share #602
Right Click Share #603
Right Click Share #604
Right Click Share #605
Right Click Share #606
Right Click Share #607
Right Click Share #608
Right Click Share #609
Right Click Share #610
Right Click Share #611
Right Click Share #612
Right Click Share #613
Right Click Share #614
Right Click Share #615
Right Click Share #616
Right Click Share #617
Right Click Share #618
Right Click Share #619
Right Click Share #620
Right Click Share #621
Right Click Share #622
Right Click Share #623
Right Click Share #624
Right Click Share #625
Right Click Share #626
Right Click Share #627
Right Click Share #628
Right Click Share #629
Right Click Share #630
Right Click Share #631
Right Click Share #632
Right Click Share #633
Right Click Share #634
Right Click Share #635
Right Click Share #636
Right Click Share #637
Right Click Share #638
Right Click Share #639
Right Click Share #640
Right Click Share #641
Right Click Share #642
Right Click Share #643
Right Click Share #644
Right Click Share #645
Right Click Share #646
Right Click Share #647
Right Click Share #648
Right Click Share #649
Right Click Share #650
Right Click Share #651
Right Click Share #652
Right Click Share #653
Right Click Share #654
Right Click Share #655
Right Click Share #656
Right Click Share #657
Right Click Share #658
Right Click Share #659
Right Click Share #660
Right Click Share #661
Right Click Share #662
Right Click Share #663
Right Click Share #664
Right Click Share #665
Right Click Share #666
Right Click Share #667
Right Click Share #668
Right Click Share #669
Right Click Share #670
Right Click Share #671
Right Click Share #672
Right Click Share #673
Right Click Share #674
Right Click Share #675
Right Click Share #676
Right Click Share #677
Right Click Share #678
Right Click Share #679
Right Click Share #680
Right Click Share #681
Right Click Share #682
Right Click Share #683
Right Click Share #684
Right Click Share #685
Right Click Share #686
Right Click Share #687
Right Click Share #688
Right Click Share #689
Right Click Share #690
Right Click Share #691
Right Click Share #692
Right Click Share #693
Right Click Share #694
Right Click Share #695
Right Click Share #696
Right Click Share #697
Right Click Share #698
Right Click Share #699
Right Click Share #700
Right Click Share #701
Right Click Share #702
Right Click Share #703
Right Click Share #704
Right Click Share #705
Right Click Share #706
Right Click Share #707
Right Click Share #708
Right Click Share #709
Right Click Share #710
Right Click Share #711
Right Click Share #712
Right Click Share #713
Right Click Share #714
Right Click Share #715
Right Click Share #716
Right Click Share #717
Right Click Share #718
Right Click Share #719
Right Click Share #720
Right Click Share #721
Right Click Share #722
Right Click Share #723
Right Click Share #724
Right Click Share #725
Right Click Share #726
Right Click Share #727
Right Click Share #728
Right Click Share #729
Right Click Share #730
Right Click Share #0

Updated Apr 23, 2024

Gallery

Oak-Poem

The Oak Tree part #-1,+3
The Oak Tree part #0,+3
The Oak Tree part #+1,+3
The Oak Tree part #-1,+2
The Oak Tree part #0,+2
The Oak Tree part #+1,+2
The Oak Tree part #-1,+1
The Oak Tree part #0,+1
The Oak Tree part #+1,+1

Was in mir weich und zart gewesen

Hat mir die Welt zu Tod gehöhnt

Doch unzerstörbar ist mein Wesen

Ich bin zufrieden, bin versöhnt

Geduldig neue Blätter treib ich

Aus Ästen hundertmal zerspellt,

Und allem Weh zu Trotze bleib ich

Verliebt in die verrückte Welt.

              H.Hesse, 1919
Garden, Monoliths #58
Lushtemples — Spirit Animal
Lushtemples — Spirit Animal
Lushtemples — His Majesty uncrowned

Lushtemples

Spirit Animal

Lushtemples

His Majesty uncrowned

Lushtemples

His Majesty uncrowned

Lushtemples

Spirit Animal

Was in mir weich und zart gewesen

Hat mir die Welt zu Tod gehöhnt

Doch unzerstörbar ist mein Wesen

Ich bin zufrieden, bin versöhnt

Geduldig neue Blätter treib ich

Aus Ästen hundertmal zerspellt,

Und allem Weh zu Trotze bleib ich

Verliebt in die verrückte Welt.

              H.Hesse, 1919

Updated Dec 31, 2025

Gallery

the-BLIND-GALLERY-by-Kaloh

Blind Gallery Mint Pass
SMOLSKULL #1551

The Blind Gallery is curated by KALOH.XYZ - a niche collector which writes a lot about the Web3 and NFT space. You can appreciate his commitment through his

BLIND GALLERY

PUTTING ART FIRST

Through the exchange of a Mint Pass, avaiable on 4th June 2022, you can mint one of your favourite artwork present in the Blind Gallery. You can exchange your Mint Pass for your favorite NFT between the 6th of June until the 13th of June. The artists are anonymous - they are some of the top NFT artists in the Tezos blockchain. Their names will be revealed after the mint process is finalized, during the

Artists Reveal Party

Artists Reveal Party

Website

Website

Anon Torment
Unknown Device #12311
The Secret Garden
Blind Gallery Mint Certificate

#1 - Most of the artists have been featured in on of the article of Kaloh's newsletter

#3 - The artists created NFTs that fall under the following categories:

  • AI art: using customized models (1)
  • Digitally altered art: using tools like Procreate, Blender and video editors (6)
  • Generative coded art: p5.js, javascript, glfx, WebGL, CSS (10)

#2 - The participating artists come from Canada, Panama, USA, Mexico, UK, Germany, Colombia, France, Brunei, Netherlands, Spain, Taiwan

Through discord and twitter we received a few hints about who might be the artists....

#4 - The creator of The Great Machine (NFT #9) has built one the strongest Tezos communities!

#5 - We could say A Wanderer's artist is a hic et nunc OG

  Unknown        anon        mystery        secret        classified        confidential

👁️ Blind Gallery NFT #1 - Anon Torment

👁️ Blind Gallery NFT #2 - Unknown Device #12311

👁️ Blind Gallery NFT #3 - The Secret Garden

This Mint Certificate will be sent to everyone that exchange a Blind Gallery Mint Pass for an NFT.

Behind the anon names and cartoon avatars many face their inner struggles in total secrecy, tormented by negative feelings, from FOMO to fear; a fire that is internalised to maintain composure to face the volatile seas and pirate waters.

This piece was inspired by the countless ancient alien artifacts that populate the imagery of science-fiction. The only remnants of long forgotten civilizations, these devices are usually crucial to the plot of the story. I've always loved this trope of the genre.

“But she was inside the wonderful garden, and she could come through the door under the ivy any time, and she felt as if she had found a world all her own.” ― Frances Hodgson Burnett, The Secret Garden

#6 - "A night-shrouded figure in paint. Again and again and never the same."

Updated Sep 27, 2023

Gallery

TheDASK

☠️

The Greatest Night in the History of NFT #44

☠️

Zombie #69
36KR
Kevin Klub
DASK #3623
DASK #1960
DASK #99
DASK #6814
DASK #3977
DASK #1978
DASK #6634
DASK #5806
DASK #4983
DASK #1355
DASK #4030
DASK #1739
DASK #2630
DASK #140
DASK #2544
DASK #5928
DASK #6927
DASK #1195
DASK #102
DASK #3691
DASK #6224
DASK #1139
DASK #1138
DASK #1137
DASK #1136
DASK #190
DASK #1140

JOIN the Klub!!!

Updated Jul 18, 2023

Gallery

SpaghettiBasquiat

babasquiat!
Accident
Me and Basquiat
Basquidolia

SPAGHETTI CONTEST Basquiat ed.

SPAGHETTI CONTEST Basquiat ed.

SPAGHETTI CONTEST Basquiat ed.

SAMO
Ceci n’est pas Jean-Michel Basquiat
Pulcinella's suicide
#757742
Until 2022

Updated Sep 27, 2023

E

P

E

A

T