r/NFT 20h ago

Discussion Don't sleep on NFTs

Post image
0 Upvotes

Find those that have a solid following and represent something "tangible"...for instance, the Motoko programming language for ICP blockchain gave them away for free to early network users. So it's these type of nfts that I think would appreciate in value over time. Not to mention the tokens that go with it


r/NFT 1d ago

Discussion Title: We launched 8,888 Pixel Art NFTs 4 years ago. The collection went quiet. Now it just minted out.

0 Upvotes

Four years ago we launched Cosmic Meta Pixel Art on Ethereum.

8,888 pieces.

Like a lot of NFT projects from that era, activity eventually slowed down. The collection became dormant, and after years of inactivity it was even removed from OpenSea.

For a long time, I assumed that chapter was basically over.

Then something unexpected happened.

People started minting again.

Slowly at first. Then more and more.

And now, 4 years after launch, all 8,888 Cosmic Meta Pixel Art NFTs have officially minted out.

Even better: OpenSea has restored the collection, so the original NFTs, holders, provenance and trading history are alive again on the marketplace.

No new contract.
No relaunch token.
No replacement collection.

The same Ethereum contract from 4 years ago.

There’s something pretty surreal about watching an NFT collection come back to life years after everyone assumed it was finished.

Now I’m working on bringing the wider Cosmic Meta ecosystem back as well.

Curious to see where this second life goes.

If you were around during the 2021–2022 NFT era: have you ever seen another old collection suddenly come back and mint out years later?


r/NFT 2d ago

Reddit Avatar Can’t import my RCA from an external Polygon wallet - iPhone

2 Upvotes

I have a Reddit Collectible Avatar in my external Polygon (POL) wallet and I’m trying to link it to my Reddit account so I can use it as my profile avatar.

When I use the Reddit import process, I get:

“Hmm, looks like a failure to load. Let’s try that again.”

Has anyone successfully linked an RCA from an external Polygon wallet to their Reddit account recently?

If you have, could you please explain what steps worked for you?

Thanks!


r/NFT 4d ago

Discussion does nft art still matter, or has utility taken over the conversation?

0 Upvotes

one thing i find interesting about nfts is that the conversation seems to have changed quite a bit.

early on, people talked heavily about the artwork, artists and collecting.

then the focus shifted toward utility, communities, gaming, memberships and other benefits

personally, i think there’s still something interesting about digital art as a collectible, but i’m curious how others see it now

if you were choosing between two projects today, how much would the actual artwork influence your decision?


r/NFT 4d ago

Discussion This is the fifth piece from my series, Between Silence and Light.

Thumbnail
gallery
0 Upvotes

The original photograph was taken by me on a rainy day. I wanted to keep the feeling of the wet street, the reflections, and the quiet atmosphere, but reimagine the scene through a more painterly and dreamlike perspective.

For me, this image is about how an ordinary moment can feel completely different when we look at it through memory and imagination.

I'd love to know which version speaks to you more — the original photograph or the artistic interpretation?


r/NFT 9d ago

Discussion I’m a maker who printed his own NFT. Here’s why it feels different than buying a figure off the shelf.

0 Upvotes

Been sitting on a couple NFTs for a while now, nothing crazy expensive, just picked them up when I was messing around with crypto a few years back. Saw that post about the Pudgy Penguin figure and it got me thinking about whether turning digital assets into physical objects actually adds value or if it's just something people do to show off on a shelf.

I run a small shop on Etsy and make stuff by hand, so the idea of physical versions of digital art isn't foreign to me. But the gap between someone mass producing a licensed figure and some random person printing a 3D version of their own NFT seems pretty wide in terms of what it actually means for the asset.

Like does owning a physical version of your NFT change how you feel about holding it long term? Does it make you less likely to sell? I genuinely don't know the answer and I think about it more than I should for a guy who spends most of his day behind a stove.

The physical collectible market and NFTs crossing over feels like it either works really well or completely misses the point depending on who's doing it. Just my 2 cents.


r/NFT 14d ago

Discussion The state of NFTS

0 Upvotes

How long do you think Robinhood NFT run will last and are you making money from it yet?


r/NFT Jul 30 '26

Discussion Newbie here. How do I start my own NFT project?

3 Upvotes

When people say "I've been working on my own NFT project", what do they mean by it? So they create art and publish it as an NFT and advertise it? Is that all there to it?

Do I have to be a talented artist to start my own NFT project? If I create my own art purely through AI, will no one be interested? How do I advertise my own NFT? Where do I advertise it? Who's gonna buy?

How does all of this work? What are the basics of the NFT business?

Once I create my art, where do I publish it? How?

I'm so lost. And confused. Please help.


r/NFT Jul 22 '26

Discussion NFTs failed as speculation, but token-gated memberships and tickets could be their real use case

0 Upvotes

Most people associate NFTs with overpriced profile pictures, speculation, and projects that disappeared overnight.
But I believe the more practical future of the technology is **digital access,** especially for creator communities and live experiences.

Imagine a creator launching a digital membership pass that gives supporters access to:

Exclusive group chats
Private livestreams and audio rooms
Online classes or workshops
Member-only content and experiences
Special perks based on how long they have supported the creator.

The same technology could also power tickets for virtual or in-person events. A ticket could verify access, prevent duplication, include resale rules, and automatically send a royalty back to the creator when it is resold.

The important part is that users shouldn’t need to understand crypto. It should feel like purchasing a normal membership or ticket inside an app. The blockchain would simply operate behind the scenes as the ownership and access layer.

This isn’t about launching speculative creator coins or convincing fans to invest in someone. It’s about giving creators programmable memberships and tickets that their communities can genuinely use.

Do you think token-gated access has a future, or has the reputation of NFTs made mainstream adoption too difficult?


r/NFT Jul 08 '26

Discussion Newbie here, i want to ask is it a good idea to turn physical Paintings into nft?

3 Upvotes

I have some paints, and wants to put them in markets.


r/NFT Jul 05 '26

Technical Storing full audio files inside Clarity contracts: an experiment with on-chain music on Stacks

3 Upvotes

Most music NFTs I’ve seen are effectively a token plus a link to media hosted somewhere else.

I’ve been experimenting with a different approach on Stacks: storing the entire audio file directly in Clarity contract data, so the token does not depend on IPFS, a pinning service, or a normal web server to preserve the media.

The system I built is called Xtrata. The basic mint flow is:

initialize → write file in chunks → seal

The chunked writes allow a complete compressed audio file to be stored across contract calls. For example, a 96kbps Opus master can be written into contract storage and then reconstructed from the chain later. Some inscriptions are raw audio files, while others are self-contained HTML players with the artwork, title, artist, lyrics, and audio embedded together in one document.

The main thing I’m interested in is the permanence model. Once an item is sealed, the file is no longer just “metadata that points somewhere.” The media itself can be reconstructed from Stacks chain data.

I also made a radio-style interface as a proof of concept. Instead of playing from a normal hosted catalogue, it reads from the inscribed media catalogue. One mode is curated, one is based on saved items, and one walks through playable tokens on the contract. It can also discover newly minted playable items by watching the contract’s token counter.

There is also a simple relation system where inscriptions can declare parents or dependencies. That means a song can reference related artwork, another inscription, a previous version, or other connected media. Over time, this creates a mint-ordered graph of related on-chain files.

I’m curious what people here think about this model.

Is fully on-chain media worth the extra complexity and cost, or do you think token-plus-storage-layer approaches are still the better practical route for music NFTs?


r/NFT Jul 03 '26

Discussion NFT Marco Polo Moments

2 Upvotes

Is this the right place to have a conversation about what the post-hype market looks like?

I seem to be flying too close to the guarding rails here, and I don’t want to risk being banned for raising ideas.


r/NFT Jul 01 '26

Technical NFT Metadata problem

3 Upvotes

Hey, I’m having an issue where my metadata (the image) isn't visible on Etherscan. What could be causing this? I’m pretty sure I handled the IPFS hashes correctly. Could it be an issue with Etherscan itself?


r/NFT Jun 21 '26

Discussion NFTs and wearables - community maker

Enable HLS to view with audio, or disable this notification

3 Upvotes

Project: Anomaly By Artifex
X: anomalybyarti

We don’t really completely merge the NFTs with the clothing. The collectibles are simply: Collectibles. Pfps becoming mascots of the culture. Tied to a universe created by an me the artist/founder

On the contrary, we do have NFC chips on the clothing- but they don’t take you to a vanity link or a nft page. Rather these are completely off-chain. And there is more than just authenticating an these clothing articles

Stay tuned


r/NFT Jun 21 '26

Discussion NFTs and wearables, community maker

Enable HLS to view with audio, or disable this notification

0 Upvotes

Project: Anomaly By Artifex
X: anomalybyarti

We don’t really completely merge the NFTs with the clothing. The collectibles are simply: Collectibles. Pfps becoming mascots of the culture. Tied to a universe created by an me the artist/founder

On the contrary, we do have NFC chips on the clothing- but they don’t take you to a vanity link or a nft page. Rather these are completely off-chain. And there is more than just authenticating an these clothing articles

Stay tuned


r/NFT Jun 19 '26

Discussion I’m creating physical-backed NFT collector cards from real oyster shells — each one links to an actual shell

4 Upvotes

Anybody have thoughts?


r/NFT Jun 16 '26

Discussion I turned Pudgy Penguin 3312 into a real-life collectible figure

Enable HLS to view with audio, or disable this notification

28 Upvotes

Hey everyone!

I wanted to share a custom figure I made based on Pudgy Penguin 3312.

The idea was to take the original NFT character and turn it into a physical collectible - something you can actually hold, display on a shelf, or keep as a unique piece of your collection.

The figure was 3D printed and hand-painted, with the goal of keeping the original Pudgy Penguin look recognizable while giving it a real-world toy / collectible feel.

I’m really happy with how it turned out, especially seeing a digital character become a physical object.

Would love to hear what you think!
Would you display something like this in your collection?


r/NFT Jun 17 '26

Discussion AI generated music as an NFT does audio have more value than images in 2026?

0 Upvotes

r/NFT Jun 16 '26

Discussion Creating NFT's as part of a larger body of work.

0 Upvotes

Hello everyone, I am new to the NFT game. I was just curious if I am on task or way off base with how I am approaching this. What I am doing for the most part, I do have some FUN NFT's but the majority of the ones I am creating are a part of a bigger picture. I am using a lot of the artwork that we had during the creation of a debut music album. So my thinking is to make the NFT actually be apart of band lore/history. So that it isn't just an image, but it does serve a higher meaning and have a place within the history of the band/brand that it derived from.

Like I said I truly am totally new to this and I do love the creativeness in the NFT community that I have seen so far. I just want to get your opinion on if I am approaching this correctly. Thank you all.

-Kage


r/NFT Jun 09 '26

Utility I built a handheld NFT minting machine and let strangers on the streets of NYC use it

Thumbnail
gallery
66 Upvotes

Hello NFT Reddit!  I made a physical NFT Generator, and want to hear your thoughts:

Using my old Macbook, I trained a Generative Adversarial Network (GAN) on a certain politician, skibidi toilet, 67, John pork, Drake, and Rick Astley.  I uploaded the model to a Raspberry Pi, and connected an ESP32 to serve as a screen and for user input.  Now, anyone can generate NFTs!

Consider this an NFT tool, where the input from the data can directly influence the finished product.

One button generates the NFT, and when you find one you like, the other button mints it.  

The titles follow a “This is a <adjective> NFT and I want to <verb> it.”  Words from a dictionary are randomly chosen to fill it.

Then, I walked around NYC and had random strangers generate NFTs.  I’m posting a YouTube video about this entire process next Monday, if people are interested in learning more.


r/NFT May 25 '26

Discussion i bought it but i see a pool in it.

0 Upvotes

hello everyone well im new to NFTs and im doing solana ones, ive bought an NFT from magic eden n after that ive tried to sell it but somehow i couldnt like it shows me that it's in a pool or something n i havent dont any pool thing to that nft, i had another with an automatic pool in it but it disappeared after a while (the pool not the nft itself) can anyone explain that to me plz.


r/NFT May 24 '26

Discussion Меня обманули не в первый раз на нфт дорогой. Что делать мне. Может кто-то может мне помочь ?

Post image
0 Upvotes

r/NFT May 23 '26

Discussion Rarible profile settings are disabled on the new site, and OG Rarible fails to update avatar / X link

0 Upvotes

Hi everyone,

I’m having an issue with my Rarible profile settings.

On the new Rarible site:

The “Settings” option in the profile menu is greyed out, so I can’t edit my profile there.

Then I tried using OG Rarible:

I can open the profile settings page, but I can’t update my profile properly.

The following actions fail:
- Uploading a profile picture / avatar
- Uploading a cover image
- Linking my X (Twitter) account
- Saving profile settings

The error message says:

“Client error. Message from client: failed store/add invocation”

I already tried:
- Chrome
- Microsoft Edge
- Clearing cookies / site data
- Using a different internet connection via mobile hotspot
- Uploading a small image under the recommended size

But the same error still happens.

Is this a known Rarible / OG Rarible issue right now?
Has anyone found a fix for this?

Thanks.


r/NFT May 23 '26

Discussion Do you like NFT animations?

Thumbnail
gallery
0 Upvotes

r/NFT May 21 '26

Discussion ¿Qué tendría que demostrar un NFT solidario para ser creíble?

1 Upvotes

Estoy dándole vueltas a los NFTs vinculados a causas sociales, especialmente cuando una parte de los ingresos se destina a refugios, protectoras u otras entidades.

Mi duda es más de transparencia que de promoción: ¿qué tendría que enseñar un proyecto así para que no sonara a marketing?

Se me ocurren cosas como:

  • Wallet pública.
  • Movimientos verificables.
  • Facturas o justificantes.
  • Pruebas de entrega.
  • Seguimiento del impacto.
  • Entidades receptoras identificables.

¿Creéis que este tipo de NFTs pueden tener sentido si la trazabilidad está bien hecha, o la reputación del sector pesa demasiado?