r/CryptoTechnology

If blockchain data is private, who should have the power to reveal it?

Imagine a payment system in which balances and transfers are hidden from the public.

While users would enjoy privacy, the system would still need to support legal or compliance requests in specific cases.

This creates a different trust problem.

If the issuer holds a viewing key, the privacy of users depends on the issuer not abusing it.

However, if a regulator or auditor holds it, that power is transferred elsewhere.

If nobody can reveal the underlying data, compliance may have to rely on proofs rather than transaction history.

So the question I keep coming back to is not just how to make blockchain state private.

It's also about who should control the ability to selectively make it visible again.

For those who have worked with private transactions, zero-knowledge systems, or regulated payment infrastructure, where would you locate the authority to disclose information, and which failure mode would concern you the most?

reddit.com
u/icnews10 — 22 hours ago

Crypto Twitter and crypto Reddit feel like completely different worlds. Which one actually keeps you more informed?

Been thinking about this a lot lately. Crypto Twitter moves fast, breaking news first, every founder and their dog has an account, but it's also an engagement farming machine. Half of what shows up in my feed is either ragebait or someone shilling their bag with a thread that reads like a sales pitch.

Reddit feels slower and less polished but sometimes that's exactly what makes it useful. Fewer people trying to build a personal brand out of every post, more people just explaining something because they actually know it.

Not saying one is objectively better, just curious how other people split their attention. Do you treat Twitter as the alert system and Reddit as where you actually go to understand something, or is it the other way around for you? Trying to figure out where to spend my own time.

reddit.com
u/Ribhavmodi — 2 days ago

Does decentralized messaging really need its own token?

Been looking into decentralized messaging protocols and keep getting stuck on where a token becomes necessary versus being added because the project happens to be crypto-native. Staking and network security seem like one of the stronger arguments for having one. Governance and incentives make sense in theory too but those can start feeling pretty forced depending on how the protocol works. Towns is one example I came across that uses its own token for staking and network security, which is partly what got me thinking about where that utility line should be.

If the messaging layer can function without a token, what would justify introducing one?

Is securing a decentralized network enough or should the token need a deeper role in how people use the protocol?

reddit.com
u/PotentialGur31 — 3 days ago

My game uses crypto tech

I lanched My game 2 weeks ago and started to post it on reddit, it gave an unbeliveble traffic of 5000 visitors a day.

Even though it started a controversy of spamming and lp discussions it really gave me the traffic that i needed in the launch.

Now the traffic looks stable and it looks like it can sustain itself.

Of course i will also list it in the app store and android play and other distribution like pix.

But i think the hardest part it is the day you launch.

Hoops-gm.com

reddit.com
u/omitousi — 3 days ago

Why does sending crypto still feel stressful?

I still get a bit nervous every time I send crypto. Double checking addresses, making sure I didn’t miss a character… it doesn’t feel as simple as it should be. Sending money shouldn’t feel like this in 2026.

Do you think the issue is the technology itself or just how it’s designed?

reddit.com
u/Organic_Horse88 — 3 days ago
▲ 3 r/CryptoTechnology+1 crossposts

Dejavu: an MCP server that gives coding agents repo-scoped memory between sessions (local SQLite, MIT)

Posting because this sub is the exact audience it's built for.

Problem: agents using MCP lose everything between sessions — the decision made, the command that worked, the dead end already ruled out. Re-explaining that every session gets old fast.

Dejavu is an MCP server (also works as a CLI or a library) that stores that as immutable "slips" — decisions, preferences, procedures, pitfalls, facts, work-in-progress — in one local SQLite file, scoped automatically to the current Git repo. No account, no cloud, no embeddings.

The agent calls `remember` during a session and leaves a `handoff` when it ends. The next session calls `recall` and gets a bounded, cited packet plus the active handoff, instead of a full transcript dump. Recall also tracks useful/wrong/missed feedback so trust in a note is based on whether it actually helped, not just on text-match relevance.

v0.1.0, MIT licensed, three access surfaces (CLI / MCP server / library) over one core engine: https://github.com/sanjayrohith/Dejavu

Feedback welcome, especially from anyone who's hit the "agent forgot everything" problem in their own workflow. Stars help visibility, and I'd be glad to have contributors — there's a roadmap doc in the repo if anyone wants to see what's next.

u/Lazy_Signature_9886 — 3 days ago

Wallet balances shouldn't be public

Sorry, but there is one thing about crypto has always felt strange to me.

Why did crypto normalize showing your entire financial life to strangers?

We talk constantly about financial sovereignty, decentralization, bla bla bla

But somewhere along the way, we also normalized something that would sound completely

insane in traditional finance. Giving someone your payment address can potentially give them a window into your

financial activity.

Imagine paying for coffee with your bank account and the cashier being able to check:

how much money you hold, all of the transactions you've made, what other addresses you've interacted with, or eventually build a picture of your financial activity over time.

Yet on transparent blockchains, address activity can be publicly inspected and analyzed.

And the more blockchain analytics improves, the more useful that information becomes.

Do you also share that feeling?

reddit.com
u/Rogstrix445 — 5 days ago
▲ 5 r/CryptoTechnology+1 crossposts

Is the master secret for SLIP39 (Shamir Backup) generated the same way as Entropy is for BIP39?

When playing around with these tools (Which I know you should not use for your phrase to store funds), it seems to me the entropy field which can be made visible by checking off the "Show entropy details" box in the BIP39 tool and the master secret field in the SLIP39 tool are the same. They are both hexadecimal values and can be 128 or 256 bits.

Is the SLIP39 master secret also generated by entropy when generating a SLIP 39 Shamir Backup? How is the master secret generated?

I found this article explaining step by step how a BIP39 phrase is generated and it starts with entropy, wouldn't SLIP39 be the same by starting with entropy?

https://medium.com/coinmonks/mnemonic-generation-bip39-simply-explained-e9ac18db9477

https://iancoleman.io/bip39/ https://iancoleman.io/slip39/

u/trymeouteh — 6 days ago

Tokenomics is usually shown as percentages. What information matters more than the pie chart?

Token allocation graphics are easy to compare:
team 10%, treasury 20%, ecosystem 15%
etc.

But I increasingly think the percentages are the least interesting part unless they are connected to control.

For each allocation I would rather know:
• Who controls the wallet/contract?
• Is the restriction technically enforced or only documented?
• Can vesting change?
• Can beneficiaries change?
• Can assets migrate?
• What happens to unsold/unallocated supply?
• Is there any mint or upgrade path that changes the original picture?

Two projects can publish identical allocation percentages while having completely different governance risk. When you evaluate tokenomics, what do you treat as the minimum evidence required before the percentages mean anything?

reddit.com
u/GFConBase — 6 days ago

Does it matter what chain a social/community app runs on?

There are more crypto social apps showing up across different chains but I’m curious how much the chain matters to people using them. I can see it being important for integrations and onchain features but from a normal user perspective I’m not sure it changes much.

Would the chain influence whether you use an app or do you just care if it works?

reddit.com
u/RevenueFair8536 — 7 days ago
▲ 13 r/CryptoTechnology+8 crossposts

Building QAL: a Solana commitment layer for private artifacts, without putting the artifact on-chain

I'm building QAL, an early-stage blockchain infrastructure project focused on commitment integrity rather than token issuance.

What I'm building: an exact private artifact can be sealed locally; QAL anchors its fingerprint/commitment record to Solana. The original artifact can remain private/off-chain. Later the commitment can be independently verified and its lifecycle can show active, revoked, superseded, or disputed.

Who it's for: initially developers and teams that make claims/disclosures/promises where a mutable webpage, screenshot, or PDF isn't a strong enough historical record. One concrete vertical I'm testing is crypto/memecoin teams making wallet, mint, treasury, LP, or incident commitments.

Stage: pre-alpha / protocol hardening. I have an interactive educational demo and verifier, but I'm not presenting it as audited production infrastructure yet.

Demo: https://bestmemecoins.app/

What I want feedback on: does the commitment-history layer add enough beyond 'publish a hash somewhere,' and which use case has enough pain to justify integrating it?

u/OGMYT — 7 days ago
▲ 3 r/CryptoTechnology+1 crossposts

What prevents DAOs from adopting self-hosted governance infrastructure?

I’m one of the maintainers of DeGov, an open-source governance interface and indexing stack for DAOs using OpenZeppelin Governor.

We have worked on it for several years and have supported a number of live governance deployments. We are now reviewing where future maintenance and development effort would be most useful.

I’m interested in learning how DAO operators and governance participants currently handle the infrastructure around on-chain governance. Deploying Governor contracts is only one part of the process; teams may also need proposal and vote indexing, proposal creation, transaction simulation, execution tracking, and a usable interface for members.

If you operate or participate in a DAO, I would appreciate your perspective:

  • Which governance interface does your DAO currently use, and why?
  • Does your DAO prefer hosted infrastructure, or is self-hosting important?
  • What makes adopting a new governance interface difficult?
  • Are indexing reliability, security, integrations, deployment complexity, or contributor UX significant concerns?
  • Have you used DeGov? If so, what worked poorly or caused confusion?
  • If you evaluated it but chose another solution, what was the deciding factor?

Critical feedback is welcome. We are trying to understand whether self-hosted governance infrastructure still addresses an important need and, if so, which problems deserve more attention.

For context, the project is open source:
https://github.com/ringecosystem/degov

u/General-Average3298 — 7 days ago
▲ 6 r/CryptoTechnology+1 crossposts

Request for threat-model feedback on an open-source crypto inheritance design

I’m building Vaultpass web application, an open-source crypto inheritance system, and I’m looking for technical criticism of the design rather than promotion.

Current design:
- The vault is encrypted client-side with AES-256-GCM before upload.
- The encryption key is split using a 2-of-3 Shamir Secret Sharing scheme.
- One shard stays with the owner.
- The other two encrypted shards are currently held by the service and are used in the succession path after a time-based dead man’s switch.

The important limitation: because the service currently holds two of three shards, it can reconstruct the key in the succession path. I am not calling this zero-knowledge. Removing that trust-model concession is the next architecture milestone.

The crypto core is MIT-licensed and open source:
https://github.com/lionzion351-dev/crypto-core

I’d value criticism on four points:

  1. Are there implementation or misuse risks in using Shamir Secret Sharing this way?
  2. What threat-model assumptions should be documented more explicitly?
  3. What failure cases should be tested before asking for an independent review?
  4. Would you recommend a different succession design, such as timelocked transactions, multisig, or a threshold-signature approach?

This has not had a formal external audit yet. Please assume the code is unaudited and do not use it with real assets. I’m looking for people willing to challenge the design and, if interested, review the implementation publicly.

u/crazyboy-736 — 10 days ago

Can on-chain game asset ownership be separated from speculation in practice?

I am part of the team building a mobile monster-collection game called MonsterMine. I am not announcing a token or linking the project here. I am interested in the technical and product-design problem.

We are exploring blockchain for two specific functions: transferable ownership of monsters and equipment, and an in-game currency connected to a mine-management loop. In the current design, players earn currency through gameplay, spend it to unlock or improve rooms, and the spent currency returns to the reward pool instead of simply leaving the system. Wallet withdrawals are planned, but they are not live.

The concern is that the moment assets are transferable and value can leave the game, player behaviour can change. Monsters stop being seen as game pieces and start being priced as investments. That is exactly what we want to avoid. The game should still be worth playing if the reward layer disappeared. Blockchain should support ownership, not become the main reason to play.

But I am not sure product positioning alone can solve this. A permissionless market can create speculation even if the developer never promises returns. Some possible safeguards seem to be keeping financial values out of the main game UI, separating non-transferable progression from transferable assets, making wallets optional until a player actually needs one, and designing resource sinks around gameplay rather than yield.

My questions are:

  1. Have you seen an on-chain game architecture that successfully preserved useful ownership without letting speculation dominate player behaviour?

  2. Is it more credible to keep the gameplay currency off-chain and put only selected ownership events on-chain?

  3. Which design choices reduce speculation in practice, rather than just changing the marketing language around it?

I would be especially interested in concrete technical patterns or postmortems rather than token-price discussion.

AI disclosure: ChatGPT helped me turn my rough notes into clear English and correct my mistakes ;)

reddit.com
u/MONSTERMINE01 — 8 days ago

Need a hand on my school paper.

Hey guys,

Im doing a school work with some friends of mine, and i need an interview with someone who is connected with crypto, we did our research, and this is one of the last steps of the thing.

Its only one not so complicated question, so if someone could give me a high effort answer i would appreciate a LOT!

The question is:

Would the quadratic advantage of quantum computers over conventional computers be sufficient to make quantum mining economically dominant, considering the real-world costs of building and operating a quantum computer?

PS: if you study/work on the area, sending your university name would be very helpful.

thx

reddit.com
u/Low-Appearance4090 — 8 days ago

A public treasury address is not a control model. What should actually be disclosed?

A lot of projects treat publishing a treasury wallet as a transparency win.

It shows where funds currently sit.
It does not automatically show:
• who can sign
• how many approvals are required
• whether signers are independent
• whether emergency powers can bypass the normal process
• whether the control structure itself can be changed
• whether the history of changes is visible

Visibility of funds is useful.
Visibility of authority is the harder and more important layer.

I’m trying to refine a practical minimum standard for treasury disclosure.

If you evaluate projects, what do you actually check beyond the address itself?
And which of the points above is most often missing even in “transparent” setups?

reddit.com
u/GFConBase — 9 days ago

What has crypto actually proven if the agent also supplied the premises?

(disclosure: i maintain the open-source project this came up in. link at the end. the question stands on its own.)

we hit a trust-boundary problem while building a deterministic authorization layer for agents, and i think it generalizes.

an engine can strongly protect its verdict:

* signed authorization
* intent binding
* state-hash binding
* replay protection
* trusted evaluation time

all solid.

but if the same compromised agent runtime can influence both the proposed action AND some of the premises used to evaluate it, what has crypto actually proven?

only this:

the signed decision is consistent with the supplied inputs

not this:

the supplied inputs came from authoritative sources

examples of premises a runtime might quietly supply:

* agent\_id
* tool identity
* execution depth
* tenant context
* a state object the guard later hashes

the signature still verifies. the hash still matches. the decision is still deterministic.

but the premises may be self-reported.

two things i'd genuinely like challenged:

  1. which evaluator premises actually need independent provenance, and which can safely remain proposer-declared?
  2. for state, is an authoritative guard-side read enough, or should the state provider eventually emit a signed/versioned attestation?

most interested in confused-deputy paths, TOCTOU, and cases where a supposedly "trusted" premise can still be bent by the runtime.

reddit.com
u/docybo — 10 days ago

Where should moderation live in decentralized group chats?

I keep coming back to the moderation problem with decentralized messaging. If there’s no central platform making the final call, who deals with spam, scams, harassment or people trying to ruin a group?

Letting each community set its own rules makes sense but there are situations where that probably isn’t enough. On the other hand, giving the app control over what stays up starts looking pretty similar to the platforms decentralized messaging is supposed to move away from.

Is community-level moderation enough?

reddit.com
u/Clear-Kale4711 — 10 days ago

Zero-copy state removes a deserialization cost but creates a layout contract

Serialization is often treated as plumbing, but it becomes an architectural decision when on-chain state grows large and is accessed frequently.

In Solana programs built with Anchor, regular accounts are commonly decoded through Borsh. That is convenient for variable-length fields and ordinary application state. For hot, fixed-size state such as order books or large registries, repeatedly decoding the full account can become unnecessary work.

Zero-copy changes the tradeoff. AccountLoader borrows the account buffer and maps it to a fixed Rust structure instead of rebuilding the structure through ordinary deserialization.

The performance benefit comes with a stricter layout contract:

  • #[repr(C)] preserves field order, but alignment padding still exists
  • Pod types cannot contain pointers, String, Vec, or other variable-size fields
  • implicit padding can violate bytemuck’s safety requirements, so padding should be explicit
  • flags are often stored as u8 rather than bool because every u8 bit pattern is valid
  • load_mut() returns a runtime-checked mutable borrow, so long-lived RefMut values can cause borrow failures
  • schema evolution becomes a migration problem because the byte offsets are part of the persisted format

I would not use zero-copy for every account. A practical split is Borsh for small control state and fixed-layout accounts for large data that is read or updated on performance-critical paths.

Where do you draw that boundary in production systems?

Disclosure: this Reddit post was drafted with AI assistance. I reviewed the technical claims and take responsibility for the final text.

reddit.com
u/Resident_Anteater_35 — 12 days ago