Archive文章彙整

2026

Blink Market — A Binary Prediction Market Protocol on SuiBlink Market:Sui 上的二元預測市場協議

2026-06-06
Prediction Market Sui DeFi
What It IsBlink Market is a binary prediction market protocol on the Sui blockchain, and one of a few Sui-based financial applications I’ve built — alongside BlueLink, a blue bond tokenization platfor...
這是什麼Blink Market 是建構在 Sui 區塊鏈上的二元預測市場協議,也是我做過的幾個 Sui 金融應用之一,另一個是藍色債券代幣化平台 BlueLink。使用者針對二元結果下單——YES 或 NO——每一筆成交都會在鏈上建立一個部位;若所選結果勝出,該部位可依全額名目價值贖回。 傳統預測市場的 AMM 常受困於資本效率不佳、滑價、流動性分散與市場冷啟動困難,這些限制在短期或利基市場特別...
Read more閱讀

What Gives Bitcoin Value? Consensus, Scarcity, and Utility比特幣的價值從哪裡來?共識、稀缺性與用途

2026-05-01
Bitcoin Value Economy
Distinguishing Currency from AssetsRecently, many articles have delved into where the true value of Bitcoin lies. Most discussions begin with its supply cap, comparing it to the traditional asset, gol...
先區分貨幣與資產最近有不少文章在談比特幣真正的價值在哪裡。多數討論都從它的發行上限開始,拿它跟黃金這個傳統資產比較。簡單說,比特幣的協議裡寫死了嚴格的限制——總量上限 2100 萬顆,不多也不少。私鑰遺失也不會觸發「補發」。因為這點很接近黃金的稀缺性,許多人把它稱作「數位黃金」。支持者還會進一步主張,比特幣比實體黃金更好攜帶、更難被中心化控制,也更容易自我保管。 不過金融圈同樣存在不小的質疑。批評...
Read more閱讀

SuiAudit — An AI Audit Tool for Sui Move Smart ContractsSuiAudit:Sui 生態系的 AI 稽核工具

2026-03-03
Sui Blockchain AI Security Auditing
What It IsSuiAudit is an AI-driven audit tool for the Sui blockchain ecosystem, built to improve smart contract security and code quality using machine learning models. It combines AI with blockchain ...
這是什麼SuiAudit 是為 Sui 區塊鏈生態系打造的 AI 驅動稽核工具,用機器學習模型提升智慧合約的安全性與程式碼品質。它把 AI 與區塊鏈安全稽核結合起來,協助開發者找出漏洞、優化 Move 語言程式碼。這是一個發展中的開源專案,部分基礎設施——SuiAudit Raw1——已發布在 GitHub 上,供社群貢獻與重現結果。 Sui 以高吞吐與平行執行著稱,但 Move 語言的複雜度——...
Read more閱讀

Can a 7B Model Beat Frontier LLMs at Auditing Move? Inside SuiAudit Pure17B 模型能贏過前沿 LLM 嗎?SuiAudit Pure1 的做法

2026-02-25
Sui Blockchain AI Security Research
The Question Behind the PaperOur team at SuiAudit Lab has published a research paper, Can Small Models Beat Frontier LLMs? Introducing SuiAudit Pure1: Specialized Auditing via Extreme Low-Resource Fin...
論文背後的問題我們 SuiAudit Lab 團隊在 TechRxiv 上發表了一篇研究論文,Can Small Models Beat Frontier LLMs? Introducing SuiAudit Pure1: Specialized Auditing via Extreme Low-Resource Fine-Tuning(DOI: 10.36227/techrxiv.17...
Read more閱讀

2025

Sui Bootcamp: Building an On-Chain Chat App in 24 HoursSui Bootcamp:24 小時打造鏈上聊天應用

2025-12-10
Sui Blockchain Bootcamp
A Course Teaches You the Syntax; a Deadline Teaches You the ModelI’d already met Sui Move’s object-centric model once before, building a crowdfunding platform at the Sui Workshop, but you can read abo...
課程教你語法,期限教你模型我在 Sui Workshop 做群眾募資平台時,就已經接觸過一次 Sui Move 以物件為中心的模型,但你可以讀完那套模型,卻仍舊照著「鏈是一個全域鍵值儲存」的方式寫合約。真正推動我理解的,是必須在一天之內把東西做出來。 Bootcamp 本身由來自 Sui Foundation 的 Domenico 與 Mysten Labs 的 Andreas 兩位導師帶領,聚焦...
Read more閱讀

BlueLink — Tokenizing Blue Bonds for Ocean Conservation on SuiBlueLink:為海洋保育發行藍色債券

2025-10-25
DeFi RWA Tokenization BlueBond
What It IsBlueLink is a blue bond fundraising platform built on the Sui blockchain, for ocean conservation, sustainable fisheries, and other blue economy initiatives — it sits alongside Blink Market, ...
這是什麼BlueLink 是建構於 Sui 區塊鏈的藍色債券募資平台,服務海洋保育、永續漁業及其他藍色經濟計畫;它和二元預測市場協議 Blink Market 一樣,都是我做過的幾個 Sui 金融應用之一。藍色債券是為海洋保育與永續海洋經濟專案籌募資本而設計的特殊金融工具。 投資人以 Sui 錢包簽章登入,而不是用密碼;可瀏覽上架的藍色債券及其發行方、利率與到期日,購買債券代幣並取得 NFT 債券...
Read more閱讀

Sui Workshop: Learning Sui Move by Building a Crowdfunding PlatformSui Workshop:用群眾募資平台學 Sui Move

2025-08-17
Sui Blockchain
Coming from Solidity, the First Thing I Noticed Was OwnershipHaving previous experience with Solidity, I was already familiar with building smart contracts. What I immediately noticed on Sui Move was ...
從 Solidity 過來,我第一個注意到的是所有權因為先前有 Solidity 的經驗,我對寫智慧合約並不陌生。在 Sui Move 上我立刻注意到的是開發的簡單與便利:它物件導向的本質讓合約寫起來更快也更順手,同時也能有效控制物件的所有權。 真正讓我記住的是後面那一點。這場 workshop 的課程從 Sui 的基本概念與邏輯出發,走到撰寫與部署 Sui Move 合約,再到 NFT 的鑄造與...
Read more閱讀

Fortune-Telling LINE Bot — Chinese Divination with a Fine-Tuned LLM算命 LINE Bot:用微調中文大語言模型解籤

2025-07-05
AI LLM Chatbot
What It IsFortune-Telling LineBot is a modular LINE chatbot — LINE being the messaging app most people in Taiwan use — that integrates a large language model to deliver personalized fortune-telling. U...
這是什麼Fortune-Telling LineBot 是一個模組化的 LINE 聊天機器人——LINE 是台灣多數人使用的通訊軟體——串接大語言模型來提供個人化的算命解答。使用者透過對話介面和它聊天,得到運勢預測、星象解讀,以及一些帶點趣味的回覆。目標是把算命的神祕感和大語言模型結合起來,讓使用者同時得到娛樂性與個人化。 我覺得最有意思的部分就是這個串接本身:把大語言模型接上 LINE 平台,就...
Read more閱讀

ETH Taipei 2025: Privacy, Public Goods, and What Actually ShippedETH Taipei 2025:隱私、公共財,以及真正落地的東西

2025-04-20
Blockchain Ethereum
Privacy Is the Problem This Technology Is Best Placed to SolveAt ETH Taipei 2025 I saw even more significant and exciting progress than last year, and met developers from Europe, the Philippines, and ...
隱私是這項技術最有機會解決的問題在 ETH Taipei 2025,我看到比去年更顯著、更令人興奮的進展,也認識了來自歐洲、菲律賓與紐約的開發者。但真正留在我腦中的,是那些指向 Web2 從來沒解決過的問題的應用。 在今天的 Web2 世界,隱私外洩層出不窮——在 Google 搜尋「資料外洩」,新聞多到看不完。企業、政府與網站有意或無意地洩漏使用者資料,而使用者往往毫不知情;詐騙集團手上的電話名...
Read more閱讀