
Bogachyov Ledger
Create immutable, SHA-256 certified records of your documents.
@BogachyovvA · X
A web app for protecting your documents, files, etc. using hashing. I am also looking for CEOs of companies for cooperation.
The full gallery
Tech stack
28 projects

Create immutable, SHA-256 certified records of your documents.
@BogachyovvA · X
A web app for protecting your documents, files, etc. using hashing. I am also looking for CEOs of companies for cooperation.

Trade Hyperliquid perpetual futures and 24/7 tokenized stocks from your phone with one-tap orders.
@joeblau · X

Monitor SSL certificates and website security with continuous checks for renewal, headers, and DNS.
@di_spivak · X

Play a crypto game on Robinhood Chain to win free tokens through the Motherload pot.
@MaxiADHD · X
YO we launching absolute chaos on Robinhood Chain 😂📷 @Paydirtdotfun = free coins + fat Motherload pot (10% fees) + one coin wins big before Aug 15. ADHD brain cooking this week. Who else launching??

Trade and manage digital assets across 30+ blockchain networks
@abhijeethganji1 · X

Secure GitHub pull requests with hardware authentication and OTP verification.
jallmann · HN
> want without a PR process that requires hardware authentication or proof of presence Just curious, what do you use for this? I built OTP Guard [1] a few years ago for exactly this problem, although I haven't seen any alternatives in the space. Does GitHub have something built-in now? The original framing was more "local malware compromising your GitHub account" ... it never occurred to me that the malware could be a LLM. I really should update the page. [1] https://otpguard.com

AI copilot for on-chain DeFi: message to send stablecoins, swap, bridge, monitor markets, execute workflows.
Nexis-AI · GitHub
NexBench NEXBENCH measures what an autonomous agent can actually do on-chain — execute transactions, route swaps, bridge funds, manage DeFi positions, research tokens, catch drainers, reconstruct portfolios, and run treasury governance — across 214 tasks in 8 categories, each run 5 times against deterministic forked-mainnet environments.

Analyze your crypto portfolio risk and discover trading opportunities using on-chain data.
@daweifs · X
最近我用 @dappOS_com 的 AI Coding 做了一个交易助手,整个过程大概十分钟。实际体验完以后,我发现它能做的并不只是交易工具,AI 伴侣这类产品同样可以快速落地。 先放一下我做的成品,连钱包就能体验: 🔗 币圈本来就不缺工具。 看持仓、查聪明钱、盯新池子、看流动性,每一项都有专业平台。但我自己用下来,最麻烦的从来不是找不到数据,而是数据散在不同地方。 平时判断一个币要不要继续拿,我得先看仓位占比,再查流动性、大户地址和近期资金异动。 想找新机会,又要换到新池子监控、安全检测和交易路径工具。 开了一堆页面,最后还是要自己把信息重新拼一遍。 所以这次我没有继续找一个功能更多的平台,而是把自己的交易习惯直接告诉 dappOS AI Coding: 帮我做一个能连接钱包,同时完成持仓风险检查和新机会筛选的交易助手。 十分钟左右,一个能直接使用的网站就生成出来了。 目前我觉得比较实用的是两个功能。 第一个是持仓风险检查 连接钱包后,它会把资产集中度、近期活动、代币流动性和大户变化放在同一个页面里。 和普通钱包看板相比,它不只是告诉我持有什么,而是让我先判断: 哪个仓位占比过高; 哪些资产的流动性需要注意; 哪个币近期出现了异常变化; 今天最应该先检查哪个仓位。 以前这些信息要分散到几个平台查看,现在可以先在一个页面里完成初筛。 第二个是新机会筛选 很多新币扫描器的问题不是没有信息,而是信息太多。 一天几十上百个新池子、资金异动和聪明钱提醒,真正值得继续研究的可能只有几个。推送看多了,反而容易被情绪带着走。 我做的这个工具会根据流动性、锁仓情况、资金变化和风险信息,先把候选项目整理出来。 它不会替我决定买什么,也不会承诺收益,但能过滤掉一部分噪音,让我把注意力放在少数值得继续研究的目标上。 对我来说,dappOS AI Coding 和普通交易工具最大的区别,不是多了一个风险评分,也不是数据一定比专业平台更多。 而是我可以让产品按照自己的交易流程工作。 普通工具的页面、指标和操作路径都是固定的,用户只能慢慢适应;使用 AI Coding,我可以直接告诉它自己先看什么、后看什么、哪些数据需要放在一起,以及最终希望解决什么问题。 工具开始适应人,而不是人去适应工具。 这可能也是现在 OKX 推进 https://t.

Automated backup and end-to-end encrypted disaster recovery for network device configurations.
Willdom1986 · V2EX
多年前考过 CCNP 网络工程师,以前有一个很头疼的地方就是网络设备配置丢失引发的各种故障。后来越发觉得,网络设备的配置实际上是一个非常关键的数字资产。 为此,我利用周末时间开发了 XConf ( https://xconf.ai) 来解决这个问题。 产品主要就是想解决两个问题:**自动化的灾备高可用**,以及**端到端的安全**。 * **自动备份与灾备**:支持将配置定时备份到云端。如果网络断连了,探针会自动在本地离线队列里暂存配置,等连接恢复后自动重传。 * **端到端加密**:本地的 Go 探针是完全开源的,会自动在内存中对密码进行流式脱敏,并在上传前通过 AES-256-GCM 在本地加密。SaaS 后台拿到的只有密文,解密和版本比对( Diff )都完全在你的浏览器本地沙盒里通过 WebCrypto API 进行。 * **打磨版的配置对比 Diff**:我花了一些功夫打磨了浏览器端的配置版本对比功能,力求让日常比对的交互体验足够丝滑。 * **AI 安全基线审查**:系统集成了 AI 辅助的安全基线审查,可以一键检查和分析配置中的潜在风险。 因为目前完全是我利用业余时间(主要在周末)维护,所以确实没精力提供工作日的在线即时客服。大家使用过程中遇到任何 Bug ,欢迎随时去 GitHub 提 Issue ,我会在周末集中修复和跟进。 目前公测已开放,不需要邀请码即可注册,欢迎大家体验吐槽。 探针 agent 开源地址: https://github.com/willdom-lee/xconf-agent 官方网站: https://xconf.ai

Private multi-agent messaging with AES encryption on COTI Network mainnet.
@jutawan42 · X
Private multi-agent messaging on @COTINetwork mainnet Hermes agent: starter grant + AES + encrypted on-chain task (msg 104) Demo: Tx: #COTI #VibeCoding

Chat-based AI investigator that analyzes crypto transactions, profiles wallets, and traces stolen funds.
loopedcircuits · HN
AI Crypto Investigations/Research Agents

Take a 60-second quiz to get your Financial Confidence Score with no login required.
@GraceFintech · X
Check your Financial Confidence Score in under 60 seconds. No account needed.