Buy One Second sells time, which sounds like poetry until you look at what the machine is actually recording. A minted second is not a picture of a clock. It is three plain things: a number, a link, and a row in a ledger you do not own. Worth pulling those apart, because most of the confusion about NFTs lives in the gap between the metaphor and the mechanics.
A day has 86,400 seconds. Midnight is 0. One second before the next midnight is 86,399. When you pick a second on the site, that is the whole identity of the thing you are buying: a single integer between 0 and 86,399. The mint function takes it directly — mint(uint256 _second, string _url, address _referrer) — and the contract maps that second to a token ID. Second 3,661 is 01:01:01. That is the reference. Nothing more mystical is happening under the hood.
What makes it feel like more than a number is scarcity by construction. There is exactly one of each. No second can be minted twice, so 08:00:00 and the stroke of midnight are finite in a way a JPEG edition of 10,000 never is. The limit is not a marketing choice. It is arithmetic.
Every second carries a URL. You set it when you mint, and it gets written into contract storage on Base, not into some database this site happens to run. That distinction matters. If buyonesecond.com disappeared tomorrow, the record of who owns second 3,661 and where it points would still be sitting on Base, readable by anyone with an RPC endpoint.
The link is not frozen, either. The contract exposes updateUrl(uint256 _second, string _url), so the current owner can repoint a second whenever they want — to a new site, a new profile, a new message. And because the second is a normal ERC-721 token, that right travels with the token. Buy a second on a secondary marketplace and the ability to edit its link is now yours, not the original minter's. Ownership is the whole permission system. There is no admin who hands you the keys.
This is the part that trips people used to normal websites. When you mint, you are not asking Buy One Second for permission and getting a database entry in return. You are sending a transaction to a contract on Base. The network records it. From that point the ownership fact is maintained by the chain, and the site is just one of many possible windows onto it. We render the leaderboard and the clock; we do not hold the truth. You could ignore this site entirely and read your second straight off Base.
That is also why the token behaves like property rather than a subscription. It is transferable on any marketplace that speaks ERC-721, and the collection is configured with a 10% creator royalty on secondary sales, described on the about page. Nobody can revoke your second because there is no revoke button to press.
Onchain permanence is a real property, but it is easy to oversell, so a few sober edges. "Forever" applies to the record on Base, not to any promise about what a second is worth — prices move, and a moment that feels meaningful today may not to anyone else. Transactions are irreversible: send to the wrong address or approve the wrong contract and there is no support line to undo it. Minting costs a small network fee on top of the mint price. And the usual warning stands — phishing links and fake mint sites are the most common way people lose tokens, so check the address and the domain before you sign anything. None of this is investment advice, and a second is a collectible, not a yield.
The honest version is unglamorous and kind of the point: you are buying a number, attaching a link you can change, and letting a public ledger remember it. The poetry is optional. The arithmetic is not.