Welcome down the rabbit hole
Pak. Pseudonymous creator, NFT designer extraordinaire, and frequent internet tease, Pak has captured
the imagination of a world of new collectors. Whether cubes, circles, paper, or
even ash, Pak is known for taking ordinary objects
and creating magic from them.
the imagination of a world of new collectors. Whether cubes, circles, paper, or
even ash, Pak is known for taking ordinary objects
and creating magic from them.
const canvas = document.querySelector('canvas');
const ctx = canvas.getContext('2d');
canvas.width = 500;
canvas.height = 500;
function randomColor() {
return `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})`;
}
function randomShape() {
ctx.fillStyle = randomColor();
ctx.beginPath();
ctx.arc(Math.random() * canvas.width, Math.random() * canvas.height, Math.random() * 50 + 50, 0, 2 * Math.PI);
ctx.fill();
}
for (let i = 0; i < 100; i++) {
randomShape();
}
Now for theWant to know what the latest theories are about Pak's past, present, and future projects as well as subscribe for more?
You can find regular podcasts, news updates, and more here! Vertical Divider
|
Here's to theWant to know how to collect one of Pak's works for yourself, or participate in the Pak ecosystem?
You can find the most commonly used links to external marketplaces here. Vertical Divider
|
This is where you findWant to know exactly what Pak has said about something and follow along in real-time with the official news?
You can find all the official communications channels Pak presently uses here. |
ShortsHoward, owner of #1 / 571 PAK 5 Cubes and +100 CryptoArtes. 16 years in venture capital/investing and Pak expert gives his takes on the latest in Pak projects.
|
Latest Projects
Lost PoetsPak's latest project, Lost Poets is a year-long game played by thousands of NFT collectors. |
The Fungible This collection was first released through a partnership with Sotheby's, and shook the art world. |
Pak on TwitterPak tweets frequently about their projects, and Twitter is the best way of following any official news. |
Home Theories Collectors Pak About
Made with ♡ by Strongheart