RSSAmplifier

Blog

William Entriken Blog

Essays by William Entriken

blog.phor.netRSS feed ↗10 posts

Latest posts

Hash4eva blockchain explorer

Blockchain has a lot of great ideas, but we never got the great apps and interfaces I was hoping for. The missing layer is simple: people need a trustworthy, usable explorer that makes on-chain reality legible. A block explorer should be the base component for people to trust and interact with any blockchain. The best explorer is not just a list of transactions. It is a system for telling the…

Polymarket quant desk

This post expands the ideas from the Community Service Hour Polymarket bot (ep. 142) about building a prediction-market trading bot on your laptop. We walk through each slide and explain the practical architecture, the tooling choices, and the discipline required to properly study and implement a machine-learning quant desk for running market bets against Polymarket. The main point is that this…

RWA思路如何帮助国资实现十五五重大项目?

研究国资现在的情况和RWA带来的现代资本机会。对比西方常见做法和中国市场可以实际应用的方式。 作家简介 你好,我是William Entriken(安其文)。我认为相关技术和新的资本结构可以帮助政府和国资把项目做得更顺利、更可靠。我参与过多个政府和私立企业的项目设计与指导。 2017年作为ERC-721(后来被广泛称为NFT标准)的主作者 2018年初实现技术,与工程师合作落地 2018年初在上海和美国演讲,解释NFT技术以及如何应用(相关概念后来进入上海“十四五”规划讨论) 2018年至今,与政府和私立公司合作,用RWA帮助企业实现具体项目(不涉及比特币或发币类项目) 2019–2020与西欧多国政府分析区块链应用前景 2020–2023与美国政府合作,研究如何应用NFT/RWA,并提供法律分析支持 2021–2024与东欧(爱沙尼亚)立法部门交流如何在欧盟框架下利用NFT/RWA…

The future of web3 is centralization

A friend asked me a sharp question after my Google talk: “How will the world ever move from the custodial world we live in (banks, trading accounts, etc.) to a world where I have a single private key and really ‘own’ these NFTs? Smart contracts and even soulbound NFTs assume we’ll all suddenly guard our private keys with our lives, only to be forced to follow every on-chain rule, fee, and…

Notary pairs: immutable, mutual timestamping service for business relationships

You created a document today. When you deliver that to your business peer, you want confirmation that they received it and when. This includes emails, electronic document interchange and other business processes. One solution is to ensure that all business processes go through email, and that read receipts are always on. And that you check the receipts. Another extension of this technique is…

Legal resident DAO

This paper provides a technical explanation of how to send blockchain tokens only to verifiable US citizens. It runs entirely on-chain and is trustless. This approach scales to other jurisdictions and other verifications, and it does not require cooperation from government. In the age of the airdrop, projects wanted to create a token and then give out a limited supply to: special people on GitHub,…

How I audit smart contracts in 2026

How I audit smart contracts: my complete checklist plus a real case study I audit smart contracts so you can ship code you trust. This is a repeatable process that catches bugs that matter. I have used this workflow on real projects since 2019. It produces publishable, billable results. Sharing it here. This applies to audits, and specifically as part of incident response. That means while you are…

Offnet: I built a darkweb inside Ethereum in 2018 (and the contract still works)

You want to publish a web page. No server. No domain. No hosting bill. No one can take it down. I solved that in 2018 with Offnet . You store the entire HTML, CSS, and JS directly on Ethereum. Anyone with a browser and a Web3 connection can load it using a special URI. The browser does the rest. Here is the exact contract I deployed: pragma solidity 0.5 . 0 ; contract Offnet { mapping ( bytes32 =>…

The antitrust case against Apple

Apple, Inc. has built the largest private infrastructure project in human history. They use it to deny competition across multiple valuable markets. The largest infrastructure project in human history With over 2.5 billion active devices from an estimated USD 2.5 trillion in customer investment, Apple’s products are the single largest infrastructure project in human history. This surpasses every…

Why don't people rob the coat check?

A real-world lesson in custody, incentives and “trustless” systems You hand over your $1,200 Canada Goose, your wallet and your keys to a bored college kid behind a folding table. In return you get a little paper stub with a number on it. Then you walk away. And yet… almost nobody robs the coat check. It’s not because the system is technically brilliant. It’s a paper ticket. It’s not because the…