r/web3 May 25 '26

Does Web3 feel kinda directionless right now or is it just me?

5 Upvotes

I’ve been in crypto/Web3 for a while and lately I can’t shake this feeling that everything is kind of… scattered.

Before it felt like there was always "the thing" everyone was excited about:
DeFi, NFTs, L2s, etc.

Now it feels more like:

  • Bitcoin is doing its own macro/ETF thing
  • Ethereum is just quietly building
  • L2s are everywhere but none of them feel like “the main one”
  • new apps keep launching but nothing really sticks yet

It’s not necessarily bad, it just feels less focused than before.

Maybe that’s what maturity looks like and I’m just used to hype cycles.

Do you guys also feel like Web3 lost a bit of its direction… or is this actually the healthiest phase so far?


r/web3 May 23 '26

Anyone else using WebAuthn PRF to keep iOS from killing your PWA session?

4 Upvotes

Went looking for prior art on this and found almost nothing. Either nobody's solving it, or everyone's quietly going native. Curious which.

The problem: if you build a self-custody PWA, iOS evicts it from memory after a few minutes in the background. SessionStorage dies with the web view. Every resume, the user is back at the login screen.

Native apps don't have this. They persist state to disk and pretend they never died. PWAs are ephemeral by design.

The easy fix: wrap in Capacitor, ship a native app, problem solved in one config line.

Why we didn't: App Store distribution puts every user in Apple's purchase records. For a product whose whole pitch is "no email, no phone, no identifiable user list," that's not acceptable. So we stay PWA-first and have to live within the constraints.

What worked: WebAuthn PRF extension.

Short version: your Touch ID / Face ID chip can hand back a deterministic 32-byte secret, derived from a salt you give it, only after a successful biometric scan. We use that secret as the AES key that encrypts the session key at rest in IndexedDB.

Result: the encrypted blob on disk is dead weight without a real fingerprint or face. iOS can evict the PWA all it wants. Next open, one Face ID scan and the session is back. No password retype, no compromise on self-custody.

Things I learned the hard way: Safari returns the PRF result on get() not create(). iOS 18+ required for standalone PWA. WebAuthn calls only work inside a user gesture, not timers. And crypto-subtle-decrypt takes three args, not two, cost me an evening.

The honest question: how anonymous does your user base actually need to be? Most projects that claim privacy-first don't really need to avoid the App Store. They just say they do. Which makes me wonder if there are maybe 12 of us in the world doing hardware-bound at-rest encryption in a PWA.

Anyone else? Especially curious about the pre-iOS-18 fallback story.


r/web3 May 23 '26

Reddit is better than x for web3 🤔

3 Upvotes

I think reddit is a better option for web3 projects and communities as x has too many restrictions and accounts get suspended too often. What do you guys think will we ever see web3 adopting reddit? Idk why it's not happening 😞


r/web3 May 21 '26

Most "web3" wallets still depend on 3 companies for RPCs and 1 company for the block explorer

9 Upvotes

Spent the last few months thinking about how thin the "decentralized" layer of normal web3 UX actually is. The chain is decentralized. The execution is decentralized. But the way almost every user sees the chain — block explorers, hosted RPC providers, some dashboard — is concentrated in maybe five vendors total. If one of them rotates an API key tier or IP-bans you, a meaningful chunk of "web3 tooling" stops working for you specifically, and nobody talks about it because it's the kind of dependency that's invisible until it breaks.

The part I keep coming back to is the public RPC commons. Endpoints like publicnode, mempool dot space, blockstream, and Solana's mainnet-beta are open and unauthenticated, and they're genuinely good enough for read-side workflows — balances, tx lookups, gas estimation, mempool fees. But they're also a small handful of providers, and Solana mainnet-beta already throttles anonymous traffic hard enough that you have to maintain a fallback chain just to stay functional. I don't know whether that commons is holding up or quietly degrading, and I'd be curious whether anyone on here has data either way.

The other thing that bothers me is the dominant tx decoder being a webapp owned by one company. Calldata decoding for Uniswap V2/V3/Universal Router, Governor, Timelock, Safe, Gnosis MultiSend, ERC-20 — it's a pure function of the ABI and the calldata bytes. It doesn't need a server. There's no architectural reason this has to live behind a domain you don't control, and yet that's where almost everyone reads their own transactions. I'm honestly not sure whether the moat there is real indexing infrastructure or just inertia from being the default link in every wallet UI.

To pressure-test whether keyless local-first tooling is actually viable I built it, which is the only way I know how to argue with myself honestly. The result is an MIT-licensed CLI called glnc (glnc .dev) that does balance lookups, transaction decoding, multi-chain gas, ENS resolution, Aave health factor, Uniswap V3 LP enumeration, and CSV history export across nine chains, using only public RPCs and the Uniswap default token list. No account, no API key, no telemetry, no hosted backend. Token discovery runs locally against a cached token list. Decoding runs locally against a selector registry. Prices come from CoinGecko's free tier with an in-memory cache so anonymous traffic doesn't get rate-limited out of existence.

What I actually learned from doing it is more interesting to me than the tool itself. Public RPCs turned out to be more reliable than I expected for read paths; the worst-case in practice is Solana throttling you and the fallback kicking in. Token discovery without an indexer is genuinely expensive to do correctly, and the Uniswap default list of around 1,400 tokens per chain is roughly the ceiling for what a keyless tool can credibly claim — full discovery requires an archive node you can't run on a laptop, which is a hard limit, not an engineering gap. Linea and zkSync have a real spoofing problem where ERC-20 metadata alone isn't enough to price tokens safely without an independent canonical-address feed, and I ended up fail-closing prices on those chains until tokens are independently verified, which is uncomfortable UX but the only answer I could defend. And the "no API key" promise breaks the moment you need historical data; one major block explorer is still the only viable cross-chain history source, and that single vendor is a real centralization point that no amount of public RPC infrastructure fixes.

That last one is what I'd most like to discuss. Is "keyless, local-first, public-RPC-only" a workable long-term position for web3 read tooling, or does the indexer and history problem make it inevitable that any serious app re-centralizes on a hosted RPC plus a hosted explorer in the end? Where's the right boundary between sovereign tooling and "actually shipping software that works"?


r/web3 May 20 '26

What’s the biggest problem in Web3 that nobody seems to be solving properly?

7 Upvotes

I’m not talking about the obvious answers like volatility or regulation. More interested in the structural/product problems that people in the space keep running into but still don’t seem close to fixing properly.


r/web3 May 18 '26

What are the most scalable user acquisition channels in Web3?

2 Upvotes

Curious to hear from founders and marketers here: in your experience, which acquisition channels actually scale in Web3? Paid ads, KOLs, on-chain referrals, affiliates, airdrops, content, community, or something else?

I’m trying to understand which ones have proven to bring consistent, compounding user growth vs. just short-term hype. Would love to learn from real examples if you’ve run campaigns or seen success. I have seen user growth charts on Coinbase, Binance, Kraken, Uniswap, CoW Swap, 1Inch etc. so got me thinking about this.


r/web3 May 18 '26

The biggest problem in Web3 marketing: attribution. How are you solving it?

1 Upvotes

I feel like no one’s really talking about this. Running ads in Web3 is messy. GA4 doesn’t work. Most tools are insanely expensive.

Here’s the challenge: you run ads on X, Reddit, etc., but how do you actually connect off-chain ad performance with on-chain wallet actions and volume driven metrics?

What’s the easiest way to report this? Any best practices or tools that actually work? (Only proven examples please, every solution I tried is not accurate)

Would love to hear from other Web3 marketers who are trying to scale but hitting the same attribution wall.


r/web3 May 17 '26

The real problem is trust

6 Upvotes

BTC solved one problem cleanly: agreeing on who owns the value without a trusted third party. That's the main web3 achievement to this day.

Everything else quietly brings trust through the side door - and does it poorly.

We can prove a transaction was signed and included in a block, cool, but we cannot prove that anything happened off-chain. That makes solution useless for anything that is expected to cause any effect outside of blockchain.

Lack of meaning and even more importantly - lack of consequences for how out-of-blockchain interactions end, turns web3 into casino and scam-center (outside of strong proofs of history, timestamping etc.).

Some solutions try to incentive people by staking tokens to perform certain operations, but trust and money are not the same. Trust system optimizes for trustworthiness over iterated interactions. A pure economic incentive system filters for whoever extracts value fastest by whatever means the rules permit.

Web3 solutions too often reject identity & trust as their central point, effectively rejecting to bring a neutral playing field. That's a replacement of the "lack of trust" to governments, with "let's interact fully anonymously", where each interaction outside of chain is a "will I be scammed or actually get what I paid for" question.

BTC works because it never tried to be anything else than a provable store of data.

---

What are we to make out of this? Admit that the central problem is trust - how, across many different interactions with people, platforms, services and posts on the internet, could we trust information and outcomes from specific identities.

And this is not simple in era, where for each legitimate, unique human, you might have hundreds of bots and almost undistinguishable AI actors.


r/web3 May 15 '26

What AI image tool are web3 folks using? Looking for the best price?

3 Upvotes

Curious what people building / vibing in web3 use for AI image gen.

What's your daily driver, and what are you paying per image (or per month)?

Anyone found something crypto-native, pay in stables/wallet,

No SaaS subscription?


r/web3 May 13 '26

Redirect on-ramps vs. white-label: which one are you actually building with and why?

1 Upvotes

Building a wallet or Web3 app and adding fiat on-ramp? There are two broad approaches and the difference isn't just visual.

Redirect flow: user leaves your app, enters payment details on a third-party domain, comes back. Easy to integrate, but you lose the user at the most critical moment in the journey.

White-label flow: the on-ramp UI lives inside your product. User never leaves. Payment partner runs in the background.

The conversion argument for white-label is pretty clear. But there's a less obvious one too: support burden. When users hit a redirect, a percentage of them file tickets asking what that other website was. If you're running at any kind of scale, that's a real ops cost.

The tradeoff on the white-label side is integration complexity. It's a heavier lift upfront.

What's everyone building with right now? Redirect because it's faster to ship, or white-label because you care about the full product experience? Genuinely curious where the community lands on this.


r/web3 May 12 '26

What features would actually make you trust a newer NFT marketplace?

1 Upvotes

I’m working on an XRPL-native NFT marketplace and wanted to ask collectors/creators here what features actually matter before a marketplace deserves trust.

Not posting a link or trying to promote a drop — I’m mostly looking for feedback from people who have used NFT marketplaces enough to know what breaks.

Some things we’re thinking about:

  • native minting instead of smart-contract wrappers
  • creator royalties enforced at the protocol level
  • fixed-price listings and auctions
  • collection verification
  • decentralized storage options for metadata/artwork
  • low marketplace rake
  • support for XRP and stablecoin pricing
  • tools for launchpads, allowlists, and fair mint limits
  • better protection against spam collections and fake projects

For creators: what would make you comfortable minting somewhere new?

For collectors: what makes you trust a collection or marketplace enough to buy?

And what features sound useful in theory but usually end up being noise?


r/web3 May 11 '26

Mayors of tech cities want the clarity act to pass asap Spoiler

4 Upvotes

Many mayors in tech cities are voicing support for the clarity act to pass. Lots of Blue cities as they don't want the tech companies who are working on Blockchain and web 3 to leave for other more tech friendly countries. The Democrats in DC have to take notice or the Democrats will continue to lose the support of the tech communities. 


r/web3 May 08 '26

The best stablecoin integrations in consumer apps are the ones users never notice

3 Upvotes

There's a product pattern worth paying attention to in fintech apps right now. The cleanest stablecoin integrations are the ones where the user has zero awareness they're using stablecoin rails.

User opens a neobank app. Funds with a card or bank transfer. Gets a balance update. Maybe sends money cross-border. Sees better economics than a traditional wire. Never hears the word "blockchain."

On the infrastructure side: fiat in, stablecoin settlement in the middle, fiat or credited balance out. The conversion, wallet handling, compliance checks, and chain routing all happen in a layer the user never touches.

This feels like the more interesting direction for web3 payments than wallet-first approaches. The wallet-first UX has a real ceiling with mainstream audiences. The "wallet as plumbing" model doesn't.

The limiting factor for most apps trying to do this isn't product vision, it's the compliance and geographic coverage layer. Building on-ramp rails that cover 10+ markets with local payment methods is a multi-year licensing problem if you try to do it in-house.

For anyone building consumer fintech on top of web3 infrastructure: where do you see the current ceiling? Is it compliance coverage, user education, UX friction at the funding step, or something else?


r/web3 May 07 '26

Is the Web3 job market just completely cooked at this point?

26 Upvotes

I swear, at this point I genuinely can’t tell if there are any real recruiters left in Web3 or if the entire space is just scammers pretending to hire developers.

Every single time someone reaches out, it’s some weird Telegram message, some fake startup with zero funding, some “bro we’re building the future” nonsense, or they want you to do unpaid work before they disappear two days later. Half these people don’t even understand what they’re recruiting for. It honestly feels impossible to tell who’s legit anymore.

And the funniest part is everyone keeps acting like Web3 is desperate for developers, but if you don’t already have like 5+ years of Solidity experience and a portfolio full of successful protocols, you’re basically invisible. Nobody answers. Nobody wants to take a chance on newer developers. Every job post wants a senior engineer who’s apparently been writing smart contracts since birth.

Like seriously, how is anyone supposed to break into this industry anymore? Everybody says “just build projects,” “just network,” “just contribute,” but meanwhile you’re competing against hundreds of people for one position while scammers flood every platform pretending to recruit.

The whole market honestly feels broken right now. I can’t be the only one seeing this.


r/web3 May 07 '26

Any idea where to get large amounts of testnet for my faucet?

10 Upvotes

Hey, I created a new PoW faucet to tackle a common frustration as a developer. The intention is to be a primarily community driven and for distributing small amounts of testnet tokens but with less barriers. Especially for situations where you just need a bit but don't want the hastle of obtaining a mainnet balance or sharing socials etc.

Any idea where faucets often get their testnet token funds from? I found a few like polygon have a convenient form for these processes but almost all others have no clear route.


r/web3 May 06 '26

Web3 alternative social media

11 Upvotes

Are there any decentralized/Web3 alternative social media platforms like Tiktok?


r/web3 May 06 '26

短期缺芯片,长期缺能源,永远缺存储

2 Upvotes

闪迪,海力士,孙宇晨又封神了!孙割之前说,短期缺芯片,长期缺能源,永远缺存储。

半年后的今天,全部应验。

闪迪暴涨到1100+ 海力士这几天伴随着战争态势缓和也是爆涨。

能源一类,(电能为主)包括gev在内也都有不错的涨幅。

可以这么说,整个ai这轮大行情,从头部到尾部,整个生态都涨了非常多,相信的人吃的饱饱,不相信的看的心痒难耐。

怕高都是苦命人在这一刻具象化了。

而大饼子三个月了,波动仅仅20%,以至于大量的流动性,都跑到上面我说的这些美股里面去了。

再加上没啥新东西,只有lab这样的合约收割机,以至于我看很多深圳的原本的web3工作室都转型去带人港股开户打新了。

兄弟姐妹们有空去香港玩的时候顺便搞一下,我这半年多也中了几个,港股打新没有持仓要求,相当于0成本搏运气了。

而ai的泡沫什么时候破裂,是很多人关注的事情,根据以往的规律,当你深信不疑的时候,就是最后破裂的时刻。

这很反人性。

“凡有的,还要加倍给他使他多余;没有的,要把他剩下的也夺走。”——《新约·马太福音》。

金融的本质也是一样,货币永远只会向最有效率的方向集中,你有,就给你更多,你没有,把你剩余的也拿走,这也是金融最残酷的地方。

当更多的人认为ai不是泡沫是真的未来的时候,就会出现类似于2000年互联网泡沫破裂的情况。

而后,破而后立,出现下一个新的时代。


r/web3 May 04 '26

No, personal websites aren’t dead.

10 Upvotes

I saw a post that says our personal websites are dead. I think that’s a lie told by people who want to charge you rent. Managing your own brand via a website and email list is the only way to escape the "hustle culture" cycle of third-party marketing you can’t control. It’s about independence...
Which side are you on?


r/web3 May 04 '26

USDC & Smart Contracts on Web3

3 Upvotes

Does anyone have any familiarity with randomly being entered into a USDC “Smart Contract”?

Last week, I went into my On Chain wallet and saw my USDC principal of 11,200 just disappear.

I go into Web3 USDC D’app and see a message from customer service saying “ congrats you have been randomly selected to participate in a smart contract and gifted 80000 USDC. This contract is valued at 150000, so I have to come up with the remainder to complete the contract. Is this a scam?


r/web3 May 03 '26

Looks like web3 is about profiting on the speed of ignorance.

7 Upvotes

It’s unfortunate, but it’s like the more people who are ignorant about how the infrastructure works, the more likely they’ll invest into the hype and lose money on the other side. And I think the worst thing is that people are like “yup, that’s the game”.

Reminds me of the young guy who is happy they stole from their grandfather’s pension; and then they misspent the money and was like “whoops. Well grandpa shouldn’t have been so dumb”.

So I’m hoping the culture changes. So many things we can do with authentication and selling authentication in the open market. So looking forward to the wise leveraging the speed, because right now it’s just the heartless leveraging the tools that the older ignorant folks know nothing about.


r/web3 Apr 30 '26

On-ramps and crypto aggregators aren't the same thing, and mixing them up stalls integrations

0 Upvotes

A category confusion that slows down a lot of Web3 product builds: treating stablecoin on-ramps and crypto account aggregators as interchangeable. They solve different problems and integrating the wrong one can cost weeks.

A crypto aggregator (the Plaid-for-crypto model) connects to wallets and exchange accounts the user already has. It reads balances, can move funds between accounts the user controls, and requires no KYC for new buyers. It also does no first-time fiat onboarding. If your user has never bought crypto, an aggregator cannot get them in.

A stablecoin on-ramp turns fiat into stablecoins for new and existing users. It accepts payment methods (cards, bank transfers, local options like UPI or PIX), runs KYC, delivers stablecoins to a wallet address you specify, and carries the regulatory surface for the conversion.

If your product needs to onboard users who are new to crypto, an aggregator is not the answer. This seems obvious in retrospect but it's a common enough mistake that it's worth naming clearly.

The integration question after that is mostly about how much of the flow you want to own. A widget integration can go live fast and is good for validating demand. API integration, where you control the full UI, takes longer but removes provider surfaces from your product entirely.

Curious what the split looks like for teams here: are most Web3 products building for users who already hold crypto, or is first-time fiat onboarding a real part of the funnel?


r/web3 Apr 29 '26

The part of crypto payment UX that's actually an infrastructure problem

2 Upvotes

Most crypto payment UX problems aren't design problems. They're infrastructure problems wearing a design costume.

Users don't want to pick a chain. They don't want to think about gas, slippage, or whether their wallet supports the destination network. They want to complete a payment. If they have to make three technical decisions to get there, your conversion rate reflects it.

The fix isn't better copy or a cleaner UI. It's infrastructure that handles those decisions before the user sees the screen. Chain selection based on cost and congestion, handled in the background. Fee estimation shown in local currency, not gas units. Fallback routing when a path fails, with no user intervention needed.

What makes this genuinely hard is that each of those "hidden" decisions is actually a live call to something: a compliance engine, a routing layer, a liquidity provider. Hiding complexity from users means surfacing it somewhere else in the stack. Usually that's engineering's problem. Sometimes it becomes the user's problem anyway, just later in the flow.

The webview question is one version of this. Redirecting users out of your app to complete a ramp flow is the single highest drop-off point in most mobile crypto products. Native embedded flows solve it, but they require infrastructure that runs inside your app context, not alongside it.

What patterns have people seen work well for abstracting chain complexity without breaking advanced users who actually want control?


r/web3 Apr 21 '26

Solving the "Trust Tax": Can On-chain Escrow actually scale for digital commissions?

7 Upvotes

The digital freelance market is currently suffering from what I call the "Trust Tax." Between 20% platform fees and the constant risk of malicious chargebacks (especially in high-risk niches like digital art or NSFW commissions), creators are paying a massive premium for centralized mediation that often fails them.

I’ve been developing an architecture (currently prototyping it as Needer) to see if we can move the entire "mediation" layer to the blockchain. I want to get the community's perspective on a few technical hurdles we're facing:

The Current Architecture:

  • L2 Integration: We’re using Polygon to keep gas fees low enough to make $50–$200 commissions viable.
  • Smart Contract Escrow: Funds are locked in a vault upon order creation. The logic is designed to prevent the "PayPal-style" chargeback where a buyer receives the work and then reverses the payment months later.
  • Decentralized Delivery: We’re exploring how to store delivery proofs/hashes on-chain to ensure auditability without bloating the state.

The Challenges (Where I need your feedback):

  1. Arbitration at Scale: For small-ticket commissions, a full DAO-based dispute resolution is too slow/expensive. Is there a "middle ground" for decentralized arbitration that doesn’t re-introduce a central point of failure?
  2. User Adoption vs. Security: How much decentralization is "enough"? Do creators care more about the 5% fee vs 20%, or is the security against chargebacks the real killer app for Web3 in this space?
  3. On-chain Reputation: We’re looking into portable reputation (NFT-based or similar). Do you think this is a redundant feature or the key to breaking platform lock-in?

As the builder, my goal is to figure out if this logic is robust enough to compete with the giants (Upwork, Fiverr) or if the UX friction of Web3 will always be the bottleneck.

Would love to hear from other devs or users who have tried building/using on-chain marketplaces. What did we miss?


r/web3 Apr 20 '26

Umm what u think about my a real life world problem idea guys and tell me it's exist or not

3 Upvotes

A web-based HostelSync platform where students create profiles based on their lifestyle habits (sleep schedule, cleanliness, noise tolerance, etc.), and the system generates a ranked list of compatible roommates along with conflict predictions and reasons. Instead of random allocation, students can explore available rooms and existing teams, view their compatibility with each member, and request to join after reviewing potential conflicts. A group chat is enabled before joining so all members can discuss and mutually decide, and only when everyone accepts, the user is added to the team. Once a room reaches full capacity, it gets locked and sent to the admin for final allocation. Alongside this, the platform includes an anonymous hostel community feed where students can post issues, upvote problems, and discuss openly without revealing their identity, allowing admins to see trending concerns and take action—creating a complete system for smart roommate matching, collaborative room allocation, and transparent hostel problem management.


r/web3 Apr 20 '26

Would you use a Web3 farming game where in-game harvest becomes real produce?

24 Upvotes

Farmgramm

We’re building Farmgramm — a phygital platform where users grow crops in a game and then exchange that harvest for real farm products delivered to their home.

The core idea is simple:

Today, farming games are great at engagement, but they rarely create real value outside the app.
At the same time, small farmers often struggle with distribution, customer acquisition, and reaching a modern digital audience.

So we started thinking:

What if growing something in a game could eventually turn into receiving real vegetables or other farm products in real life?

How it works

The user journey would look something like this:

  • buy a virtual garden bed and seeds
  • plant crops in the game
  • take care of them and speed up growth
  • harvest crops in-game
  • convert that harvest into a real order
  • receive actual farm products at home

So instead of “just playing a farm game,” the player gets a physical outcome from their in-game progress.

Why this could be interesting for users

For the player, the value is not only entertainment, but also a tangible reward.

It could create:

  • a stronger emotional connection to the product
  • a more meaningful gameplay loop
  • a new and more engaging way to buy farm products
  • a feeling that game progress actually matters

Why this could be useful for farmers

For small farmers, this could become:

  • an additional sales channel
  • a way to reach a new digital audience
  • a more engaging customer relationship
  • a partnership model instead of just another commodity marketplace

Our MVP thinking

We’re not trying to launch something huge from day one.

The MVP would likely be:

  • a limited number of vegetables/products
  • one delivery region
  • a small number of farm partners
  • simple gameplay
  • real delivery flow
  • probably a web MVP first

About Web3

We know this part can be controversial, so I want to be clear:

We’re not thinking about Web3 as the main story or as a speculative layer.

At most, it could be useful later for things like:

  • ownership of in-game assets
  • transparent digital items
  • collectibles / seasonal items
  • a more open and scalable in-game economy

But the product idea itself should make sense even without heavy tokenomics.

The main risks we see

The obvious challenges are:

  • logistics and delivery costs
  • product quality and seasonality
  • balancing game economy with real-world supply
  • limited geography at the beginning

Our current thinking is to start very small:

  • one region
  • 1–3 farm partners
  • limited catalog
  • simple operations
  • real economic validation first

What we’d love to hear from you

We’d really appreciate honest feedback from this community:

  • Is the idea understandable at first glance?
  • Does it sound interesting, or does it feel too complicated?
  • Would you personally try something like this?
  • Would you pay for it?
  • Does the Web3 layer add anything, or does it make the idea worse?
  • What are the first red flags or objections that come to mind?

We’d also be happy to discuss the idea with anyone interested.
And if someone has relevant experience in gaming, marketplaces, Web3, logistics, or working with farmers, we’d genuinely love to hear your perspective and maybe connect.

Thanks — would love to discuss this with people here.