Most things you collect sit still after you buy them. A print goes on the wall, a coin goes in a sleeve, and that is roughly the end of the relationship. You look at it now and then. It does not ask anything of you.
A second here behaves a little differently, and the difference is easy to miss because the token part really is fixed. Second 43,200 is 12:00:00, and it will be 12:00:00 in every year it exists. The coordinate does not drift. What moves is the small thing bolted to it: a link the owner sets, and can reset, for as long as they hold the token. That editable field turns a one-time purchase into something closer to a page you keep. It is worth sitting with what that changes.
Here is the split I keep coming back to. The second itself points backward. It is a coordinate in a day that has already happened countless times and will keep happening, a slot on the clock you claimed and cannot edit. The link points forward. It aims at wherever you are pointing it right now, which might be a project you are working on this month, a page you care about this week, or nothing in particular.
So a single token holds two tenses at once. The fixed part is a marker: this exact second, claimed by this exact wallet. The mutable part is a live gesture: here is what I want this second to say today. You do not get to touch the first one, and that is the whole appeal of it. You get to touch the second one whenever you like, and that is a different appeal entirely.
On the home page, if your connected wallet owns any seconds, a small panel called Your Seconds lists each one with its current link in an editable box and a Save button next to it. Type a new URL, save, confirm the transaction, and the second now points somewhere else. Under the hood that Save calls updateUrl, a write function the contract exposes, and the change is a normal onchain transaction from your wallet. The panel only shows the seconds you actually hold, so the thing you can edit is exactly the thing you own.
That is a modest feature to describe and a slightly larger idea to live with. It means the collection is not finished when you mint. A second you claimed in the spring can point at one thing then and another thing by winter, without ever stopping being the same token. The object stays; the meaning you hang on it is yours to revise. Most collectibles freeze the day you acquire them. This one leaves a field open.
Once you see the link as curation rather than a one-time label, a few honest uses show up. You can keep a second pointed at whatever you currently want associated with that moment, and move it as your life moves. You can retire a link that has gone stale and replace it with one that still resolves, which is the practical fix for the ordinary problem of pages disappearing over the years. You can even treat the field as a tiny changing note attached to a private anniversary, visible to anyone who reads the second but meaningful mainly to you.
None of that is dramatic, and I would rather not oversell it. The link is a pointer, not a canvas; you are choosing where a second sends people, not painting anything new. But the ability to keep choosing is the part that makes owning one feel ongoing instead of settled. A collection you tend is a different kind of object than a collection you store.
A few things this does not do, said plainly. Editing the link does not change what the second is worth, and there is no field on the token that rewards a well-kept pointer over a neglected one. A second with a thoughtful, current link and a second pointing at a dead page are, to the contract, the same kind of token with different strings inside. The curation is for you and the people who read it, not a lever on price.
And the link inherits every fragility of the open web. Whatever you point at can lapse, move, or rot, and the contract will keep handing back the old string faithfully, aimed at a place that may no longer exist. That is why the mechanics-and-safety side of this is its own subject: the token is permanent, the link is not, and the site is careful about which stored links it will even make clickable. If you want that half of the story, it lives in your second is permanent, the link it holds is not.
This is not financial advice, and being editable does not make any second an investment. Minting and every later edit cost real fees on Base, transactions are irreversible, keys that are lost stay lost, and phishing is a permanent hazard whenever a wallet signs anything. Reading a second's current link needs no wallet at all. What I find worth holding onto is the smaller idea: you claimed a fixed point in time, and you get to keep deciding, for as long as you own it, what that point should say. The second is done. The page it holds never has to be.
→ Pick a second on the clock · Your second is permanent, the link is not · Token one, or a meaningful second
updateSecondUrl, which sends an updateUrl(second, url) transaction from the owner's wallet. The panel only appears for seconds the connected wallet holds.updateUrl(uint256 _second, string _url) is a write function; getSecondData(uint256) returns the current stored url string for a second, readable with no wallet.