GUNZscope
v0.8.1 // EARLY ACCESS
[ Home ][ Portfolio ][ Onchain Explorer ]

What’s New

Early Access · Updated regularly

GUNZscope ships updates frequently. Here’s what’s changed. Got an idea? Request a feature.

Mar 14, 2026

  • Pinned favorites now show which wallet they came from. If you named your wallets, you’ll see that name under the card. Hover it for the full address.
  • The favorites section now decodes into existence like it’s being extracted from the Matrix. Scanline, digital rain, character scramble. Entirely unnecessary. Zero regrets.
  • The wallet search box has a visible border now. It was camouflaged against its own background. You can find it without squinting.
  • Fixed a React state sync bug when unfavoriting NFTs. The kind that works fine but makes the console angry.

Mar 13, 2026

  • GUNZscope Player Identity is live. Claim a unique handle — your on‑chain name, permanently yours, registered on Avalanche C‑Chain. First one’s free. Changing it later costs 0.005 AVAX, because commitment should mean something.
  • Your portfolio wallets are now part of your on‑chain identity. Every wallet you’ve added — verified or self‑reported — gets synced to the contract when you attest. One identity, many wallets, all provably yours. The kind of thing that sounds obvious until you realize nobody else is doing it.
  • The attestation flow got a new step: wallet sync. Before your portfolio hits the chain, we compare what’s in your account with what’s already on‑chain and batch the difference into one or two transactions. No more signing fifteen popups. If a wallet was claimed by someone else, we skip it gracefully and warn you instead of blowing up the whole attestation.
  • The Onchain ID explorer now shows handles next to addresses. Search by handle or address — type "CryptoHaki" and find them instantly instead of copy‑pasting 42 characters of hex. Individual attestation pages show the attester’s handle, their portfolio wallets, and verification status badges.
  • Why this matters: your GUNZscope identity isn’t locked in our database. It’s on a public blockchain. Any app, any game, any ecosystem participant can look up your handle, see your verified wallets, and check your attestation history without asking us for permission. Your gaming reputation just became portable infrastructure.

Mar 10, 2026

  • Every piece of text in the NFT detail modal got bumped up in size and opacity. Cost basis labels, P&L values, USD conversions, section headers, italic subtexts — all of it. If you were leaning into your monitor to read your own position data, you can sit back now. The information was always there. It was just cosplaying as invisible.
  • The purple accent text (labels and headers) was so faint it looked like a rendering bug. Full opacity bump. Purple should look like purple, not like purple just quit the lobby.
  • Clicking the NFT image in the detail modal now opens a full-screen lightbox. Scroll to zoom in up to 5×, click to toggle between 1× and 2×, click anywhere else to close. A zoom percentage indicator sits at the bottom so you know exactly how deep you’ve gone. For when you need to count the pixels on your new drip.
  • High-res images now cache themselves automatically. When OpenSea returns listing data, we grab the CDN image URL and stash it in the metadata cache. Next time you open the lightbox, the hi-res version loads instantly instead of whatever the on-chain metadata felt like providing. The cache fills itself as you browse — no extra API calls, no loading spinners, just quietly better images over time.
  • The acquisition timeline tooltip got a frosted glass treatment. Semi-transparent background with a subtle backdrop blur, because even hover states deserve a little atmosphere.

Mar 10, 2026

  • If you logged out on the portfolio page, the navbar decided you didn’t deserve navigation links OR a login button. Just a logo floating in the void. You could stare at it. That was the experience. Fixed — anonymous users now see nav links and a Login button on every page, like a normal website.
  • Refreshing the homepage had a coin-flip chance of teleporting you to the waitlist page. Turns out, signing up with your email months ago left a breadcrumb in localStorage that said "this person is on the waitlist." You got whitelisted, connected a wallet, used the app for weeks — and that breadcrumb was still there, patiently waiting to yeet you back to the waitlist on every homepage visit. It’s gone now.
  • The logo in the navbar used to keep you on whatever page you were on when logged in. If you were anonymous on an in-app page (say, viewing someone’s shared portfolio), clicking the logo did nothing useful. It now takes you home, which is where homeless users should go.

Mar 8, 2026

  • The entire color system now runs through a single set of design tokens instead of 45 hex values scattered across stylesheets like confetti. Changing the background color of every surface in the app went from "find and replace and pray" to editing one line. You won’t notice anything different. That’s the point.
  • Those angular corner cuts on cards and panels used to be hardcoded pixel values baked into clip-path polygons. Now they’re driven by CSS variables — small, medium, and large — so the entire geometric language of the site can be adjusted from three numbers instead of hunting through every component.
  • If you had reduced motion enabled in your OS, we were already disabling animations — but smooth scrolling was still doing its thing. Fixed. If your system says "stop moving stuff around," we now actually stop moving stuff around.
  • Every page had two invisible full-screen layers painting the grid background and scanline overlay. Now it’s one. Your GPU was rendering two viewport-sized textures for a visual effect that works just as well composited into a single element. Freed up a few megabytes of VRAM that your browser was hoarding for no reason.
  • Scroll performance got a quiet overhaul. The navbar, public nav, and scroll-to-top button were all firing state updates on every single scroll event — up to 960 times per second on a 120Hz display. They now batch into one update per animation frame. The scroll-reveal animations also clean up after themselves instead of watching elements forever after they’ve already appeared.

Mar 7, 2026

  • The wallet modal used to say "Connect Whitelisted Wallet" and offer two unlabeled paths that looked identical until you picked one and found out. Now it says "Get Started" with two clearly marked lanes — "View Only" for pasting an in-game address, "Full Access" for connecting a real wallet. One is window shopping. The other is moving in.
  • If you shared a portfolio link with someone (?address=), they’d hit the page, see a flash of content, and get redirected to the homepage. The auth middleware was checking for a session cookie even on view-only links. It now lets you through if you’re just looking, which is the entire point of a share link.
  • The "View Only" badge in the portfolio header had a blind spot. If you were logged in with your own wallet and viewed someone else’s address, the system still thought you were the owner. So you’d see "Full Access" controls for a wallet you can’t sign for. Fixed — it now compares the address you’re viewing against the one you connected with.
  • Portfolio values could get permanently stuck on "Calculating..." if the price API timed out. The loading state waited for a GUN price that was never coming. There’s now a 15-second hard timeout — after that, it shows what it has instead of what it wishes it had.

Mar 5, 2026

  • The Early Access gate used to be a polite suggestion. A non-whitelisted wallet could connect, get a profile row created, browse around, and generally act like they owned the place. The server would shrug and let it happen. Now every authenticated route checks the whitelist before doing anything — API routes via JWT, page routes via session cookie. The bouncer finally showed up to work.
  • Removing someone from the whitelist used to hard-delete the row. Gone. No record it ever existed. Re-adding them created a duplicate. Banning someone quietly erased the evidence they’d been there at all — which is either a privacy feature or an oversight, depending on how generous you’re feeling. Now removals are soft deletes. The history stays, the audit trail stays, and the data model stops gaslighting you.
  • Four ghost profiles that snuck in before the gate existed have been cleaned up. One real user who got caught in the sweep was whitelisted properly, because we’re thorough like that.

Mar 5, 2026

  • You can now favorite NFTs directly from the gallery. A heart icon appears on hover — click it, and the item shows up in your Favorites tab in Account. It’s basically a bookmark, but for JPEGs you paid real money for.
  • Pinned favorites float to the top of your gallery. Found that one skin you keep scrolling past 200 items to find? Pin it. It’ll be waiting at the top next time. Pins persist across sessions because we’re not animals.
  • The new Wishlist tab lets you track NFTs you don’t own yet. Add any item from any collection, and we’ll keep an eye on its price. Think of it as window shopping with a spreadsheet.
  • Your account panel got a cleanup pass. Display names that were showing as "Anonymous" now fall back to your wallet address, which is at least more honest. Duplicate accounts from reconnecting the same wallet got merged quietly in the background.

Mar 5, 2026

  • A few releases shipped without changelog entries — fixes and infrastructure work that wasn’t worth interrupting you for. v0.6.x covered the auth hardening: the Early Access gate moved from client-side checks to server-side enforcement, the whitelist got a proper database migration with soft deletes and a full audit trail, and the referral flow got a sanity pass. Nothing you’d notice if it was working. You’d only notice if it wasn’t.

Mar 4, 2026

  • Your portfolio header now has a sparkline that shows how far above or below your cost basis you are over time. Green when you’re winning, orchid purple when you’re not. A dashed line at zero marks where you broke even — think of it as the emotional support line.
  • The lollipop chart (yes, that’s really what it’s called) got gradient stems that fade from transparent at the bottom to full color where they meet the dot. Each acquisition venue gets its own color. Hover over a dot and a crosshair line now draws from it back to the Y‑axis, so you can actually read the cost without squinting.
  • The Cost vs Value scatter plot learned some new tricks. Dots near break‑even get a white outline so you can spot them. The break‑even line label now rotates to follow the diagonal instead of sitting there horizontally like it doesn’t know what angle means. And there’s a dashed horizontal line marking the floor cluster — all those items trading for pocket change.
  • Loss colors across the portfolio got a rebrand. Red is out, orchid purple is in. Turns out staring at red numbers all day was bad for morale. Purple feels more like "unrealized potential" and less like "the building is on fire."

Mar 4, 2026

  • We ran a 40-item performance audit and parallelized every serial bottleneck we could find. API routes that used to fetch data one thing at a time now fetch in parallel. The leaderboard, price lookups, cron jobs, and on-chain RPC calls all got the same treatment. If it was waiting in line, it’s not anymore.
  • Six API routes now have Cache-Control headers, which means your browser and Vercel’s CDN will serve cached responses instead of hitting the server every time. Price data refreshes every 30 seconds. NFT P&L data hangs around for a minute. This matters more than it sounds.
  • The GUN price hook was rewritten to use SWR — automatic deduplication, background refresh, stale-while-revalidate. If three components ask for the price at the same time, one fetch happens. The other two get the cached result instantly.
  • Four of the largest files in the codebase were decomposed into focused modules. AdminPanel went from 1,342 lines to 155. The brand page went from 1,682 to 195. The portfolio page now lazy-loads five heavy components so the initial render is just the shell and your data.

Mar 2, 2026

  • Clicking "View" on an attestation used to dump 1,600 lines of raw JSON in your browser. Now it shows a proper page — wallet, value, item count, merkle root, the whole thing rendered like it belongs in the app. Because it does.
  • The login modal was see-through enough that you could read the page behind it instead of the modal itself. Bumped the opacity. You can still tell it’s a modal. You can also read it now.
  • Text inputs no longer flash solid green when you paste something. Our selection color was set to "lime, full blast." Now it’s a subtle tint.
  • Public pages (/explore, attestation viewer) now have their own lightweight nav with Home + Onchain ID links instead of showing an empty navbar. Small thing, big difference when you’re not logged in.

Mar 2, 2026

  • Leaderboard, Scarcity, and Market now live under an "Experiments" dropdown instead of cluttering the nav bar. They’re still experimental. The dropdown makes that clear without pretending otherwise.
  • The "Explore" link is now "Onchain ID." Because that’s what it actually is — your on‑chain identity, verified and attested. Naming things correctly turns out to be important.
  • Autonomys attestation count in the tooltip was undercounting because newer attestations go through a different URL path. Fixed. Math is hard when your data has two front doors.

Mar 2, 2026

  • The market page used to take 4‑8 seconds on a cold load because it fetched things one at a time like a polite queue at the post office. Now it fetches in parallel. Noticeably faster.
  • If you visit the market page before your portfolio, your NFTs now get instant floor prices from market data instead of looking up each one individually. Think of it as the market page leaving notes for your portfolio page. They’re finally talking to each other.
  • Token names are cached for 24 hours. Your second market load skips hundreds of name lookups entirely because — turns out — NFT names don’t change after they’re minted. Revolutionary insight.
  • NFT detail now shows all available reference prices in an expandable list. Best estimate gets the spotlight, everything else lives behind a "show more" toggle. Because one number is a fact, three numbers is context.

Mar 2, 2026

  • Backend fixes and internal tooling. Nothing you’d notice. That’s the point.

Mar 1, 2026

  • You can now attest any wallet you’re tracking — not just the one paying for gas. Connect MetaMask, pick your in‑game wallet, hit attest. The on‑chain record shows the right address. Before this, it showed whoever signed the transaction, which was… not the point.
  • Also fixed a bug where switching to Avalanche mid‑attestation could cause the transaction to fail because the block number came from a different RPC than the one actually sending the tx. The kind of bug that only shows up in production.

Mar 1, 2026

  • Attestations now cost 0.01 AVAX. Somebody has to pay for the block space. Your wallet shows the fee before you sign — no surprises, no hidden charges.
  • When you look up your attestation on the block explorer, the metadata link now goes to gunzscope.xyz instead of some third‑party domain you’ve never heard of. Same permanent storage underneath. Better front door.

Mar 1, 2026

  • Your Cost vs Value chart quietly ignored every NFT that didn’t have market data. No listings, no sales, no dot on the chart. Gone. Those NFTs still had GUN appreciation on their cards, but the chart pretended they didn’t exist. Now they show up as hollow circles — positioned by how much GUN moved since you bought them.
  • Filled dot = someone put a price on it. Hollow dot = GUN math only. Both turn green or red. If you own three of something, you get three dots, not one big one.
  • The insights panel said "14 of 17 items" when it meant 14 of 22. Turns out a ×2 grouped card is two NFTs, not one. Counting is hard.

Mar 1, 2026

  • New /explore page — every portfolio attestation that hits C‑Chain shows up here. Wallets, GUN totals, timestamps, links to the actual transactions. No login required. Go see who’s actually using this thing.
  • Your attestation metadata now lives on decentralized storage permanently. The Merkle root sits on Avalanche, the full item list sits on Autonomys. Both verifiable. Both not going anywhere.

Mar 1, 2026

  • On‑chain portfolio attestation — you can now stamp a cryptographic proof of your holdings onto Avalanche C‑Chain. It’s in the share menu. Your portfolio, verified on‑chain, no trust required.
  • Fixed a bug where buying multiple NFTs in one OpenSea transaction assigned the total price to every single item. If you bought 4 weapons for 6,590 GUN total, each one said it cost 6,590. Math was never our strong suit.

Feb 28, 2026

  • New trial access window — 72 hours of full portfolio access including your referral link. Get 1 friend to sign up through your link within the trial and you keep access permanently.
  • Expired trial users get a lower referral threshold than the regular waitlist. Early adopters shouldn’t have to work as hard as everyone else.
  • One trial per wallet. No infinite retries.

Feb 28, 2026

  • Banned users now see a clear "ACCESS REVOKED" page instead of silently re‑enrolling in the waitlist. If you’re out, you know it.
  • Fixed a bug where the wallet connection flow could get permanently stuck on "Choose Your Handle" — the Confirm button showed "..." forever because nobody told it to stop submitting. One‑liner fix.

Feb 28, 2026

  • Redesigned the landing page hero — "YOUR OTG" is now a compact super‑label with a glowing purple accent, while the scramble word (Intelligence, Lore, Legacy, Edge) takes center stage at 104px. Bigger type, clearer hierarchy.
  • New subtitle copy: "The tactical intelligence layer for Off The Grid. Start your legacy, analyze the market, dominate the meta."
  • Cleaned up the CTA area — "Early access — whitelist only" sets expectations before the button.

Feb 27, 2026

    Feb 27, 2026

    • You can now sign up with email — same waitlist, same referral flow, same 3‑friend threshold. Once you’re in, connect a wallet to see your portfolio.
    • The login button stopped doing the cha‑cha. Glitch text on hover no longer resizes the button — letters scramble, container stays put.
    • SEO overhaul behind the scenes: every page now has proper metadata, we have a sitemap, and search engines can actually find us. Not that we were hiding.

    Feb 26, 2026

    • Non‑whitelisted wallets now actually reach the waitlist page instead of bouncing back to the home screen. Turns out "join the waitlist" works better when the waitlist lets you in the door.
    • Wallet address inputs across the site now share the same component — chain detection badge, validation hints, the works. Paste an EVM address, get a "GunzChain" badge. Paste a Solana address, get a "Solana" badge. Paste gibberish, get a gentle red nudge.
    • Internal tooling got a layout pass — inputs, buttons, and address bars now line up properly across the board.

    Feb 23, 2026

    • Fixed "Failed to load referral data" showing a dead‑end error with no useful info. Now logs the actual HTTP status and server message to the console, so when something breaks you can see why instead of staring at a red wall.
    • New /roadmap page with the on‑chain architecture overview. If you’re curious where GUNZscope is headed, it’s all there.

    Feb 22, 2026

    • The updates page is now collapsible. Latest version expanded by default, everything else tucked away behind a click. Because scrolling past 25 versions of patch notes to find the one you care about was getting old.
    • Update entries moved to their own data file. Not something you’ll notice, but it means we can add entries without touching the page layout. Separation of concerns — thrilling stuff.

    Feb 22, 2026

    • Fixed a bug where the gallery card would cheerfully tell you your NFT lost 72% based on market data, while the modal for the same NFT claimed it had no idea what a market was. They now read from the same source. Progress.
    • Rarity floor estimates no longer pretend to be market data. If all we have is a statistical guess based on what similar‑rarity items trade for, we say "Reference Estimate" instead of "Market Reality" — because calling a guess a fact was getting awkward.
    • Gallery cards now only show the MARKET line when we have actual sales data to back it up. No more ‑99.4% MARKET” based on vibes.

    Feb 22, 2026

    • The NFT detail modal got a proper split personality. Track A ("Your Deal") tells you how GUN’s price movement treated your purchase — what you paid, what that GUN is worth today, and the unrealized P&L. Track B ("Market Reality") tells you what the market actually thinks your item is worth based on real sales data. Both live in their own cards with big, impossible‑to‑miss P&L numbers. Because the truth deserves a spotlight, even when it’s ugly.
    • Cost basis is no longer floating alone above everything. It moved inside Track A where it belongs — right above "Today’s Value", so you read top‑to‑bottom: what you paid, what it’s worth now, how that math worked out. Novel concept, reading order.
    • Track B now shows exactly how confident you should be in its estimate. A green dot, the tier label ("VIA SALES", "FLOOR", etc.), sample count, and whether it’s above or below floor. All the context to decide if the number is a real signal or a educated guess with a nice font.
    • The "Observed Market Range" section that used to sit below the position card? Gone. It was information duplication dressed up as a feature. Track B now handles all market context in a cleaner format.
    • The /brand page moved behind a gate. Brand guidelines are internal — if you need them, you know where to find them.

    Feb 22, 2026

    • Each NFT now gets a Market Exit estimate — what someone might actually pay you, based on real sales data. It’s the number that matters when you’re thinking about selling.
    • Six‑tier waterfall finds the best comparable price: your exact item → same name → same skin → same weapon → collection floor. Each tier shows its label so you know if it’s a real signal or an educated guess.
    • Recent sales weigh more than old ones. Last week counts double what three months ago does. Because 90‑day‑old crypto prices are basically fossils.
    • Gallery cards now show the exit estimate below P&L. Small, subtle, honest.

    Feb 21, 2026

    • Enrichment used to start before all your NFTs were loaded. Every page of 50 kicked off its own pass, and they’d fight over the screen like toddlers with one crayon. Now it waits for the full collection first.
    • Switching wallets mid‑enrichment used to leave ghost data from the old wallet haunting your screen. Now stale enrichments just… cease to exist. As they should.
    • Console now dumps a diagnostic report after enrichment. Open DevTools if you dare to see how incomplete your data actually is.
    • Refresh used to nuke your entire cache from orbit. Now it only clears listing prices. Your purchase history survives.

    Feb 21, 2026

    • Historical GUN prices are now stored on the server. The first person who loads a date’s price saves it for everyone else. No more every‑user‑for‑themselves CoinGecko race.
    • Price lookups got a new middle step — before bugging CoinGecko or DefiLlama, we check if anyone else already looked up that date. If they did, you get the answer instantly. If they didn’t, you still do, and then we save it for the next person.
    • Your portfolio header now shows when it was last synced from the server. "Synced 2m ago" or "Synced 3d ago" — so you know if you’re looking at fresh data or last week’s leftovers.
    • Manual refresh button next to the sync timestamp. Click it to clear your local cache and re‑fetch everything from chain. The button spins while enrichment runs, because we’re fancy like that.

    Feb 21, 2026

    • Your NFT now has two profit stories instead of one confused mess. When we have actual market data (listings, sales, floors), the headline shows what someone might actually pay you. GUN token appreciation gets its own little corner underneath, with a sentence explaining what happened in plain English. You’re welcome.
    • The Unrealized number in the top stats bar and the P&L in YOUR POSITION now always agree. Previously they were computing two different things and hoping you wouldn’t notice. You noticed.
    • Every P&L now comes with a label — VIA LISTING, VIA SALES, VIA FLOOR, or GUN Δ — so you can stop wondering which tea leaves we’re reading.
    • Gallery cards now have valuation badges: LISTED, SALES, RARITY, FLOOR, COST, or UNLISTED. Think of it as a honesty indicator for how real that number actually is.
    • Stopped asking CoinGecko for historical prices we already knew. The enrichment pipeline had the answer. The modal was ignoring it and asking again anyway, like a toddler who doesn’t like the first answer.

    Feb 21, 2026

    • P&L is now based purely on GUN price movement — what you paid in GUN, times the difference between then-price and now-price. No more mystery waterfall of floor prices, comparable sales, and vibes. Just math.
    • Removed the "vs listing" / "vs sales" / "vs floor" labels from NFT cards. One number. One truth. Less confusion.
    • Fixed a fun bug where OpenSea was telling us sale dates were in January 1970. Turns out Unix timestamps in seconds and milliseconds are different things. Who knew. (We do now.)
    • Your NFT detail modal was quietly overwriting correct price data about one second after opening. It had the right answer, then threw it away and guessed again. Fixed.
    • Transferred NFTs now show when the original purchase happened, not when your buddy sent it to you at 3am
    • Gas fees are now visible in the YOUR POSITION section — because yes, you did pay for that transaction, and you deserve to see exactly how much
    • Purged a bunch of stale cached prices that were stuck at $0.0776 (the GUN launch price). If your whole portfolio looked suspiciously cheap, it should look correct now
    • Added a sanity check that rejects any historical GUN price above $0.12. If CoinGecko says your NFT cost $47 in GUN, we politely disagree
    • MetaMask users on the home page: the connect button actually opens MetaMask now instead of staring at you blankly
    • wGUN (wrapped GUN) purchases are now properly tracked for cost basis — OpenSea offer fills no longer show up as free items

    Feb 19, 2026

    • USD cost basis now actually shows up on all items. Previously the lookup was failing silently, so half your portfolio just shrugged and showed GUN only. Helpful.
    • Acquisition cards got a facelift — USD is now the big number, GUN lives underneath. Because most humans think in dollars, not in-game tokens. Revolutionary concept.
    • Portfolio chart stretches to 14 days now. Seven days felt like checking your portfolio with one eye closed.
    • Empty wallets no longer stare at you with a blank $0.00 dashboard. You get a search bar and some links instead. At least you can look up someone richer.
    • Chart tooltip used to be permanently stuck at the bottom of the chart like it was afraid of heights. Now it follows the data point.
    • Marketplace purchases that cached with no price used to just… stay wrong forever. Now they get retried. Imagine that.
    • More items catalogued — Pioneer Set, Player Zero, Prankster Set and friends now have proper origin badges

    Feb 18, 2026

    • Item origins expanded to 35+ releases. Enforcer, Pink Fury, Mr Fuckles, Mad Biker, Hopper Pilot, Trick Treat or Die, Neotokyo — we’re cataloguing everything like obsessive librarians.
    • Battle pass items and event rewards that cost basically nothing now say "AIRDROP" instead of "0 GUN". Because "0 GUN" made it look like a bug. It was, but now it’s a feature.
    • Halloween items got their real event name back — "Trick, Treat or Die" instead of the very creative "Halloween"
    • Don DeLulu and Mrs Crackhead Santa were slipping through the name matcher. They’re caught now. Nowhere to hide.
    • New loading screen quips. We won’t spoil them here.

    Feb 18, 2026

    • The search bar now tells you in real time if your address is GunzChain or Solana, and whether it’s even valid. No more pasting garbage and wondering why nothing loads.
    • Watch and Portfolio buttons moved to the wallet bar where they make sense. Previously they were floating above the search results like lost tourists.
    • Started building a database of every Battle Pass, Content Pack, and Event release. Your NFTs now know their own backstory.
    • Wallet dropdown got a darker background so it stops blending into the abyss behind it

    Feb 18, 2026

    • Portfolio loads faster — charts and gallery now load on demand instead of all dumping into the page at once like an overturned filing cabinet
    • Switching wallets quickly no longer shows you the previous wallet’s data. Turns out people don’t enjoy seeing someone else’s portfolio flash before their eyes.
    • NFT cards now stagger-animate in when the gallery loads. Purely cosmetic. Entirely necessary.
    • Chart tabs respond to keyboard navigation. Accessibility: we’re trying.

    Feb 17, 2026

    • Dashed cost basis line on the portfolio chart. Now you can see how much you actually spent next to how much it’s currently worth. Emotional damage, visualized.
    • Chart dots fade in as your NFTs load, like little data stars being born. Before this they just appeared all at once. No drama.

    Feb 17, 2026

    • Portfolio share card redesigned — tactical HUD style showing GUN balance, NFT count, and cost basis. It looks cool. We’re not sorry.
    • Download your portfolio card as a PNG. For X, Discord, your refrigerator, wherever.
    • Shared portfolio links now include cost basis data. Your friends can see what you’re really working with.
    • Chart zoom fixed — dots no longer yeet themselves off the visible area when you scroll
    • Shift+scroll zooms toward your cursor instead of the chart center. Small thing. Big satisfaction.
    • Gallery scrolls faster with large collections. If you own 200+ skins you deserve a smooth experience.
    • NFT prices pop in faster during enrichment. The loading bar still takes a minute but the numbers show up sooner.

    Feb 17, 2026

    • Smooth crossfade between chart views instead of the content just vanishing and reappearing.
    • Multi-wallet NFT count was not, in fact, counting all the wallets. It is now. Addition.
    • Gallery count includes duplicates. If you own 3 of the same skin, that’s 3 versus 1. Joker would be proud.
    • Holdings breakdown got a cleaner layout. Less visual noise, same data.
    • Wallet dropdown got spring animations because static dropdowns are for banks.

    Feb 17, 2026

    • Spring-physics animations on every panel, modal, and drawer. The whole UI feels like it has a pulse instead of just snapping into existence.
    • Custom green arrow cursor across the entire site. You’re in a tactical scope. Act accordingly.
    • Wallet switcher and share icons stay highlighted while their panels are open. Sounds obvious. Wasn’t happening before.

    Feb 16, 2026

    • NFTs bought via OpenSea offers now show their actual purchase price. Previously these showed up as mysterious free acquisitions.
    • Offer fills display "OpenSea (Offer)" as the source. Transparency is the new flex.

    Feb 16, 2026

    • Removed 15 unused libraries. The bundle lost weight. Your load times will thank us.
    • Charts, modals, and heavy components only load when you actually need them. Lazy loading — finally, a work ethic that matches our personality.
    • Images serve in AVIF on supported browsers. Smaller files, same pixels. Science.

    Feb 16, 2026

    • New Market page — browse every active OpenSea listing for OTG items with search and direct buy links. Window shopping, but for NFTs.
    • Scarcity page leveled up with quality badges, "Best Deal" sorting, and price range filters. Finding underpriced items just got easier.
    • Listing coverage tripled to 3,000 items. We’re pulling basically everything OpenSea has.
    • P&L chart got gradients and smarter axis labels. Charts should be beautiful. We don’t make the rules.

    Feb 15, 2026

    • Acquisition Timeline chart with better Y-axis distribution. Dots no longer pile on top of each other like a mosh pit.
    • Dots appear on the chart in real time as enrichment discovers them. Previously you had to wait for everything to finish before seeing anything. Patience is overrated.
    • Portfolio sparkline stopped having an existential crisis on page reloads.

    Feb 14, 2026

    • Share your portfolio on X or Discord with a rich preview card. Finally, a socially acceptable way to flex your NFT collection.
    • Better valuations — per-item listings, comparable sales, and rarity-tier floors. Three ways to feel good (or bad) about what you paid.
    • New insight cards: unrealized P&L, most valuable item, biggest loss. The full emotional spectrum in one dashboard.
    • Acquisition Timeline and P&L Scatter Plot now live on the main portfolio view. More charts. Always more charts.

    Feb 14, 2026

    • NFT valuation waterfall: per-item listings, rarity floors, comparable sales — multiple opinions on what your stuff is worth
    • Cost basis vs market value, side by side. The "how much did I spend vs how much is it worth" reality check.
    • Per-item P&L with interactive charts. Click around. Cry a little. It’s fine.
    • Feature request system is live — submit ideas, vote on others, attach screenshots. Democracy for a portfolio tracker.
    • Browse any wallet with ?address= links. No login required. Perfect for stalking.
    • Multi-wallet portfolio — combine all your wallets into one summary. For those of us who can’t commit to a single address.

    Feb 13, 2026

    • New scramble-decode loading animation. Looks like a hacker terminal from a movie. We’re very proud of it.
    • NFT Holdings sparkline toggle. Tiny charts inside your portfolio. Charts within charts. Chartception.
    • Wallet address help panel for people who just want to know where to find their address. We get it. It’s confusing.

    Feb 12, 2026

    • NFT sparkline with historical hover counts. Little charts that follow your mouse. Very satisfying.
    • Grouped NFTs now glow with dynamic rarity accent colors. Epic is purple. Rare is blue. Common is gray. You’ll figure it out.
    • Fixed decode cost extraction for relayer transactions. If you don’t know what that means, good. It was broken. Now it’s not.

    Feb 11, 2026

    • Ambient portfolio sparkline lives in the background now. Subtle. Atmospheric. Possibly unnecessary. Definitely staying.
    • Portfolio auto-loads when you connect your wallet. No more clicking "Load" like it’s 2003.
    • Wallet identity bar got a redesign. Cleaner. More tactical. Less "default Bootstrap."
    • SEO metadata on all pages. Google can find us now. Whether it wants to is another question.

    Feb 10, 2026

    • Insanity Mode. Toggle it. Cards go angular. Vibes go unhinged. You either love it or you don’t.
    • Email authentication. For people who prefer passwords over seed phrases. We respect that.
    • Scarcity page improvements. More data. Better sorting. Still no guarantees your items are worth anything.

    Feb 9, 2026

    • Feature request system. Submit ideas, vote on others. We actually read these.
    • Leaderboard page — see who’s holding the most OTG items. Comparison is the thief of joy, but here we are.
    • Wallet connect flow got styled. It no longer looks like a placeholder from a hackathon.

    Feb 5–8, 2026

    • Multi-wallet architecture — portfolio context, hooks, the whole plumbing. Not glamorous. Very necessary.
    • Marketplace price enrichment pipeline. We ask OpenSea what you paid. Sometimes it even answers correctly.
    • WaffleChart for portfolio composition. Because pie charts are for measuring pies and figuring out how much pizza is left. Never use pie charts. Just don’t.

    Jan 31 – Feb 1, 2026

    • NFT P&L tracking with historical prices. See what your items were worth when you bought them vs now. Sorry in advance.
    • Rarity filter pills in the gallery. Click a pill, see only that rarity. Simple. Effective. Satisfying.
    • YOUR POSITION section in the NFT detail view. A dedicated space for confronting your financial decisions.
    • Floor price enrichment and caching. Prices update in the background and stick around between visits.

    Jan 19–22, 2026

    • GUNZscope exists. Multi-chain portfolio tracker for Off The Grid. It’s real. It works. Mostly.
    • NFT Armory with weapon compatibility checking. Find out if your attachments actually fit before you embarrass yourself in-game.
    • Acquisition tracking from raw blockchain data. We read every transaction so you don’t have to.
    • OpenSea and in-game marketplace integration. Two marketplaces. One dashboard. Zero excuses.

    Built for the Off The Grid community · Not affiliated with GUNZILLA Games

    © 2026 GUNZscope
    ·Terms·Privacy·Credits··

    Built with ♥ by CRYPTOHAKI for the Gunzilla community.