← All signals
Club Update

Signs This Week #11

Proposal #002 passed unanimously, 7 votes cast, quorum met. The standalone analytics product has a name: sygne. The backend has been restructured so one shared foundation now serves two front ends: the club you already use, and the product that gets sold. Trader Tracker ships first, with Wealth Pulse and the Portfolio Planner sequenced behind it. On the NFT side, all 100 LST-NFTs are now created, with testnet mint and burn next.

Signs This Week lands on Sundays. This edition covers the outcome of Proposal #002, the name and shape of the standalone product, what has actually been built since the vote closed, what none of it changes for holders, and the LST-NFT collection reaching all 100 pieces.

Proposal #002 passed

Proposal #002 asked holders to approve offering the Signs Club tools as a standalone paid product, operated through a dedicated LLC, with SIGNS holder access preserved and enhanced. Voting closed Monday, August 11.
It passed unanimously.
Yes100.0%
No0.0%
Abstain0.0%
Votes cast7
Participation5.57%
Quorum5% needed, met
Worth saying plainly: 5.57% participation is not a mandate from the whole holder base, it is a quorum. Seven wallets showed up and every one of them voted yes. The bar was cleared and the result stands, but a bigger number on the next one would be better. The proposal page has the record.
That is the second time the club has moved something meaningful through a vote rather than an announcement. Same standard as Proposal #001: the direction changes when holders say it changes.

The product has a name: sygne

The proposal referred to "a standalone product front end on its own domain and brand" without naming it. Here it is.

sygne, pronounced "sign." A restyled spelling of the word, drawn straight from the origin phrase. There will be signs. Sygne is where you read them.
The one-liner: the quiet terminal for reading smart money on-chain.

The positioning is narrow on purpose. Sygne tracks how disciplined traders actually move on Hyperliquid, scores their conviction and discipline, and filters for process quality instead of raw leaderboard PnL. Anyone can see who is up. The harder question is who is up because they know what they are doing, and that is the question the scoring engine exists to answer.

On casing: the product is lowercase, sygne. The token stays uppercase, SIGNS, because it is a ticker. That contrast is deliberate and it is in the brand guidelines.

Sygne carries "by Signs Club" as a quiet endorsement rather than a logo lockup. The product leads. The club backs it. That relationship is the whole point of the structure, and it is the reason the product does not look or read like a token project.

The domain stays unannounced for now. A lander exists, but it is a lander and a sign-in, not an open product, and pointing traffic at it before the security and legal work is finished would be backwards. The address gets published when there is something behind it worth visiting.

What actually got built

Here is the part that matters more than the branding.

The proposal authorized a shared account, entitlement, and billing platform plus a separate product front end. The framework and the initial backend migration are now done.

The repo has been restructured into a monorepo. One codebase, two deployable applications:

apps/club is the site you are on right now, moved over with its history intact. Nothing about it changed for you.
apps/sygne is the new product, on its own domain, with its own brand and its own release cadence.
Underneath both sits a set of shared packages: the database and schema, authentication, entitlements, and billing. That is the piece worth understanding. There is one database and one schema, shared by both front ends. Two separate systems would have meant two copies of the truth and a permanent sync problem between them. One backend behind two doors avoids that entirely.

The identity layer was the real work. The club has always assumed a wallet: you connect, you sign, you are in. Sygne cannot assume that, because a paying subscriber may never touch a wallet. So identity was rebuilt to be wallet-optional, with an email and password path alongside the existing sign-in-with-Solana flow, and both feeding the same accounts.

On top of that sits the entitlement layer, which is the actual hinge of the dual-access model. One function answers one question: does this account have access? It resolves that from either an active subscription or a passing token-hold check. It does not care which. A holder and a subscriber arrive at the same product through different doors, and the code treats them identically once they are through.

Billing is wired for card payments, along with email verification, password reset, and rate limiting on the authentication routes. Crypto payments are deferred rather than cancelled.

What is deliberately not shared: the interface. The club and Sygne are different brands speaking to different people, and none of the UI crosses between them.

What this changes for holders: nothing

Restating this, because it is the part worth repeating rather than assuming everyone read the proposal.

Tokenomics are unchanged. Fixed supply, no mint authority, Streamflow locks stay as published.
Holder access is preserved at the published thresholds. Core members receive Pro. Elite members receive Power. Core is 100,000 SIGNS. Elite is 3,000,000 SIGNS or a Seeker Genesis NFT. Same access tiers as before.
Programs continue unchanged. Referral, Loyalty, Club Rank, and the DAO all run as they do today.
No new token. No dilution. No holder revenue share. That last one is deliberate rather than stingy. Direct payouts would create securities risk. Revenue goes back into the product and into treasury and liquidity operations.

The rule the whole thing is built around: membership is never worth less than a paid subscription. Outside customers buy the analytics. The club, the education, the DAO, the community, that stays a benefit of holding SIGNS.

Trader Tracker first

One correction to how this has been described in passing, because sequencing matters more than ambition.

The vote authorized productizing Trader Tracker, Wealth Pulse, and the Portfolio Planner. All three are in scope. But they are not shipping at once.

Trader Tracker goes first. Discovery feed, watchlists with tier limits, conviction and discipline scoring, position depth. That is where the build is now.
Wealth Pulse and the Portfolio Planner follow, once the tracker is standing on its own and earning. Porting them earlier would mean three half-finished surfaces instead of one that works. The tools stay exactly where they are on the club side in the meantime. Nothing is being taken off this site to go build that one.

This is not a walk-back on the proposal. It is the same scope, ordered honestly.

LST-NFTs: all 100 created

Continuing the thread from #7 through #10. Two weeks ago the collection was close to 80 of the 100 pieces. All 100 now exist. The art is done.
That leaves the mechanics. Next on the list is testing mint and burn on testnet, end to end, before a single NFT gets minted for real. Mint with SOL, that SOL converts into a yield-bearing LST held behind the NFT, and the holder can burn the NFT at any point to reclaim the underlying SOL plus accrued yield. The full mechanic breakdown is in Signs This Week #9.

Testnet first is not a formality. Money moves through this flow in both directions, and the place to find out it does not hold up is testnet, not mainnet with real SOL behind it. No mint date until that passes.

Delta-neutral: still packaging

Continuing the thread from #8, #9, and #10. The delta-neutral strategy is still being wrapped as a Nexus app for release through Ainara, the AI Companion framework for local agent orchestration. Most of the available build time over the last two weeks went to the Sygne migration, so this one moved slowly.

Nothing changes about the process. If the strategy earns a path into Signs, it goes to a formal DAO vote before it touches the Community Wallet. No vote, no Treasury exposure.

What comes next

Legal and entity groundwork. Form the Ohio LLC, put Terms of Service, Privacy Policy, subscription and refund terms, and product disclaimers in place, with review by crypto-aware counsel. None of this is interesting and all of it comes before a single outside customer is onboarded.
Harden the lander before it opens. Bot protection on sign-up, distributed rate limiting, and a full production environment audit. Strangers do not get pointed at a sign-up form until that is finished.
Live billing. Real payment keys and a verified webhook, which is the last gate before the product can take money.

Then alerts, which is the first genuinely monetizable layer on top of the tracker.

Testnet the LST-NFT flow. Separate track, separate project. Run mint and burn end to end on testnet and confirm it holds before the collection gets minted.

No launch date on either. The vote passed, the foundation is built, the art is finished, and the next steps are legal paperwork, security work, and testnet runs rather than anything with a screenshot attached. That is the honest ship log.

Questions or corrections belong in Telegram. No financial advice, just alignment and transparency. DYOR.
This article is for informational purposes only and does not constitute financial or investment advice. Always do your own research before making any investment decisions.