<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>Kai Xiu Huang</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <icon>https://kxhuang.dev/images/favicon.png</icon>
  <id>https://kxhuang.dev/</id>
  <link href="https://kxhuang.dev/" rel="alternate"/>
  <link href="https://kxhuang.dev/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, Kai Xiu Huang</rights>
  <subtitle>Build a better world with AI and Blockchain</subtitle>
  <title>Kai Xiu Huang</title>
  <updated>2026-08-29T15:34:05.959Z</updated>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="project" scheme="https://kxhuang.dev/categories/project/"/>
    <category term="Prediction Market" scheme="https://kxhuang.dev/tags/Prediction-Market/"/>
    <category term="Sui" scheme="https://kxhuang.dev/tags/Sui/"/>
    <category term="DeFi" scheme="https://kxhuang.dev/tags/DeFi/"/>
    <content>
      <![CDATA[<h2 id="Project-Overview"><a href="#Project-Overview" class="headerlink" title="Project Overview"></a>Project Overview</h2><p><a href="https://blink-market.vercel.app/">Blink Market</a> is a fast, capital-efficient binary prediction market protocol built on the Sui blockchain. It combines off-chain Request for Quote (RFQ)<br>pricing from a Professional Market Maker (PMM) with secure, atomic on-chain settlement.</p><p>Users trade on binary outcomes such as YES or NO. Each successful trade creates an on-chain position that can be redeemed for its full notional value if the<br>selected outcome wins.</p><h3 id="Core-Features"><a href="#Core-Features" class="headerlink" title="Core Features"></a>Core Features</h3><ul><li>Binary YES&#x2F;NO prediction markets</li><li>Instant quotes through the off-chain PMM server</li><li>Cryptographically signed, short-lived RFQ quotes</li><li>Atomic trade settlement on Sui</li><li>Fully collateralized positions</li><li>On-chain position ownership and redemption</li><li>PMM collateral deposit and withdrawal</li><li>Protocol fee collection through an on-chain treasury</li><li>Admin-controlled market creation and resolution</li><li>On-chain events for indexing and transparency</li></ul><h3 id="Technical-Architecture"><a href="#Technical-Architecture" class="headerlink" title="Technical Architecture"></a>Technical Architecture</h3><p>Blink Market uses a hybrid architecture:</p><ol><li>A user requests a quote from the Go-based PMM server.</li><li>The PMM pricing engine calculates a price in basis points.</li><li>The server assigns a sequence number and expiration time.</li><li>The quote is encoded and signed with an Ed25519 key.</li><li>The user submits the quote and payment to the Sui smart contract.</li><li>The contract verifies the signature, expiration, PMM identity, and sequence number.</li><li>User and PMM collateral are combined in the market pool.</li><li>A Sui Position object is minted to the user.</li><li>After resolution, winning positions can be redeemed on-chain.</li></ol><p>The smart contracts are written in Move 2024 and divided into modules for market management, RFQ execution, collateral accounting, fee calculation,<br>administration, and events. The PMM server is written in Go and provides quote generation, signing, sequence persistence, rate limiting, and quote archiving<br>through the &#x2F;v1&#x2F;quote API.</p><h2 id="Motivation"><a href="#Motivation" class="headerlink" title="Motivation"></a>Motivation</h2><p>Traditional prediction-market AMMs often face poor capital efficiency, slippage, fragmented liquidity, and difficult market bootstrapping. These limitations<br>are especially visible in short-lived or specialized markets where liquidity providers may not want to lock capital in a pool.</p><p>Blink Market replaces the AMM pricing curve with professional off-chain quoting. This allows market makers to use external information and risk models while<br>keeping custody, collateral, settlement, and payouts verifiable on-chain.</p><p>Blockchain Solutions:</p><ul><li>Sui shared objects provide transparent market pools and clearinghouse state.</li><li>Move capability-based authorization protects market administration.</li><li>Ed25519 signatures make PMM quotes independently verifiable.</li><li>Expiration timestamps prevent stale quotes from being executed.</li><li>Strictly increasing sequence numbers prevent quote replay.</li><li>PMM public keys are cryptographically bound to their Sui addresses.</li><li>Atomic settlement ensures collateral movement and position creation succeed or fail together.</li><li>On-chain position objects provide users with verifiable ownership of their trades.</li><li>Smart-contract-enforced collateralization ensures each winning position can be redeemed for its stated notional value.</li></ul><h2 id="Unique-Features"><a href="#Unique-Features" class="headerlink" title="Unique Features"></a>Unique Features</h2><ul><li>Off-chain RFQ, on-chain settlement: Fast and flexible pricing without sacrificing verifiable execution.</li><li>Professional market-maker model: PMMs can price markets using dedicated risk engines instead of fixed AMM curves.</li><li>Capital-efficient liquidity: Each trade only requires the collateral needed to cover its specific payout.</li><li>Object-based positions: Every successful trade creates a transferable, wallet-owned Sui object.</li><li>Cryptographically bound quotes: Quotes are tied to a market, side, size, price, PMM, sequence number, and expiration time.</li><li>Cross-repository interoperability: The Go server reproduces the contract’s exact 97-byte signed-message format, verified through golden test vectors.</li><li>Fault-tolerant quote archiving: Signed quotes are recorded for auditability without blocking quote delivery if archival fails.</li><li>Pluggable pricing architecture: The current PMM server uses configurable reference pricing while exposing an interface for future market-driven pricing<br>engines.</li></ul>]]>
    </content>
    <id>https://kxhuang.dev/2026/06/06/BlinkMarket/</id>
    <link href="https://kxhuang.dev/2026/06/06/BlinkMarket/"/>
    <published>2026-06-06T02:00:00.000Z</published>
    <summary>
      <![CDATA[<h2 id="Project-Overview"><a href="#Project-Overview" class="headerlink" title="Project Overview"></a>Project Overview</h2><p><a href="https]]>
    </summary>
    <title>Blink Market：Prediction Market for Agents</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="blog" scheme="https://kxhuang.dev/categories/blog/"/>
    <category term="Bitcoin" scheme="https://kxhuang.dev/tags/Bitcoin/"/>
    <category term="Value" scheme="https://kxhuang.dev/tags/Value/"/>
    <category term="Economy" scheme="https://kxhuang.dev/tags/Economy/"/>
    <content>
      <![CDATA[<h2 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h2><p>Recently, many articles have delved into where the true value of Bitcoin lies. Most discussions begin with its <strong>supply cap</strong>, comparing it to the traditional asset, gold. Simply put, Bitcoin has strict limitations hardcoded into its protocol—the total supply is capped at 21 million coins, no more, no less. Lost private keys do not trigger “re-issuance.” Because this closely mirrors the scarcity of gold, many refer to it as <strong>“Digital Gold.”</strong> Proponents further argue that Bitcoin is more portable, resistant to centralized control, and easier to self-custody than physical gold.</p><p>However, the financial world also harbors significant skepticism. Critics reject the “Digital Gold” label, pointing to Bitcoin’s extreme volatility (though gold has seen its own share of turbulence recently) and a perceived lack of <strong>intrinsic value</strong>. Unlike gold, which has industrial applications, Bitcoin seems to serve no purpose other than being an asset. Furthermore, questions persist regarding the highly speculative nature of its holders and trading patterns.</p><p>In this article, I will set aside the debate over whether Bitcoin is “Digital Gold” or a “worthy” asset. Instead, I want to discuss the concept of <strong>“Value”</strong> itself, examining this digital creation through three specific lenses. As for whether it possesses value, is worth an investment, or will one day reach a million dollars per coin—I leave those judgments to the reader’s own reflection.</p><h2 id="Distinguishing-Currency-from-Assets"><a href="#Distinguishing-Currency-from-Assets" class="headerlink" title="Distinguishing Currency from Assets"></a>Distinguishing Currency from Assets</h2><p>Before discussing value, we should clarify the difference between <strong>“Currency”</strong> and <strong>“Assets.”</strong> According to financial standards, a currency generally requires universal acceptance, ease of recognition, divisibility, uniformity, and portability to function as a daily medium of exchange. In many regions, Bitcoin clearly lacks “universal acceptance”—many have heard the name but don’t know how to use it, and merchant adoption remains low. Thus, it is still far from being a universal currency.</p><p>An <strong>Asset</strong>, on the other hand, refers to a resource with economic value that can store wealth or provide future benefits (such as gold, stocks, or real estate). Unlike currency, an asset does not necessarily need to be widely accepted for payment; its primary emphasis is on its <strong>store of value</strong> function. In many circles, Bitcoin is viewed as an “alternative asset”—a digital version of gold—meant for storing value rather than making daily payments.</p><h2 id="Where-Does-Value-Come-From"><a href="#Where-Does-Value-Come-From" class="headerlink" title="Where Does Value Come From?"></a>Where Does Value Come From?</h2><p>The value of an object is a highly subjective concept. If an object is meaningful to you, if you recognize it, need it, or want it, it has value <strong>to you</strong>. But that value may not translate to someone else. For example: imagine you take your family on a trip and pay a street artist $2,000 for a family portrait. To you and your family, that painting is worth roughly $2,000. To a passing stranger, however, that same painting might be unwanted even if offered for free. Here, the discrepancy in value is stark.</p><p>From this example, we can see that for an object to possess broader value, the first essential element is <strong>Consensus</strong>. With consensus, any object can be used for trade. Think back to playing “flea market” in elementary school using the toy banknotes found in the back of math textbooks. If everyone agreed the red note was $100 and the blue was $1,000, they gained transactional value. We could even change the rules, and as long as the classmates agreed, the system worked. To trade an item with more people, you simply need a broader consensus.</p><p>However, if one student could easily print massive amounts of those notes at home and bring them to school, would the consensus hold? This brings us to the second element: <strong>Scarcity</strong>. Rarer items are generally assigned higher values. We see this everywhere: limited-edition concert tickets or sneakers trigger frenzied demand and sky-high prices. Even in geopolitics, when oil supply is expected to drop, prices rise. Purely from a quantitative standpoint, when all else is equal but supply decreases, subjective value tends to increase.</p><p>Finally, there is <strong>Utility</strong>. Consider two tutors, both juniors in Electrical Engineering. One has a stellar track record, with all three of their students getting into their dream universities. The other taught three students, but none reached their goals. Which tutor can command a higher price per hour? The answer is obvious. This leads to the question many ask about Bitcoin: “Once I buy it, what can I actually <strong>do</strong> with it?”</p><h2 id="The-Interconnectedness-of-the-Three-Elements"><a href="#The-Interconnectedness-of-the-Three-Elements" class="headerlink" title="The Interconnectedness of the Three Elements"></a>The Interconnectedness of the Three Elements</h2><p>These three factors—Consensus, Scarcity, and Utility—are not independent; they are deeply intertwined. A thing without consensus has no market value regardless of how scarce it is. A unique, out-of-print Pokémon card might sell for $1 million in New York, but to a breakfast shop owner in Taiwan who has no interest in cards, the price is incomprehensible because there is no shared consensus on its utility or value.</p><p>Conversely, even if something has high utility, if it is ubiquitous, its value remains low. Paper products are essential and used daily, but because they are easily mass-produced, their unit value is low. It is also worth noting that an item doesn’t need all three to have value. <strong>Fiat currency</strong> relies almost entirely on massive consensus and trust in the issuing government; if that trust vanishes, the value collapses regardless of utility.</p><p>Each asset’s value is a unique mix of these three factors, and they constantly influence how we perceive what an object is “worth.”</p><h2 id="What-About-Bitcoin"><a href="#What-About-Bitcoin" class="headerlink" title="What About Bitcoin?"></a>What About Bitcoin?</h2><p>Re-examining Bitcoin through these three lenses as of early 2026:</p><ul><li><strong>Consensus:</strong> Bitcoin still needs to be understood and accepted by more people—not just individuals, but governments and institutions. Gold’s consensus was built over millennia; Bitcoin clearly needs more time to mature.</li><li><strong>Scarcity:</strong> Bitcoin’s design satisfies this perfectly. As of April 2026, over 20 million BTC have been mined (approx. 95% of the total). Less than 1 million remain to be minted at an increasingly slow rate (currently around 450 BTC per day) until the year 2140. Furthermore, an estimated 3 to 4 million BTC are permanently lost due to misplaced keys, making the actual circulating supply even smaller than the theoretical cap. This “mathematically guaranteed absolute scarcity” is more transparent and certain than that of gold.</li><li><strong>Utility:</strong> The <strong>Lightning Network</strong> has significantly improved Bitcoin’s potential as a medium of exchange by lowering fees and increasing transaction speeds. However, many people still don’t recognize Bitcoin, and even those who do find merchant adoption low or existing digital payment systems more convenient. This reinforces its current role as a “Value Store” asset rather than a “Daily Payment” currency. Consensus drives utility, and improved utility drives consensus. This complex evolution requires time to validate.</li></ul><h2 id="Conclusion"><a href="#Conclusion" class="headerlink" title="Conclusion"></a>Conclusion</h2><p>Every valuable item in the world—from oil, gold, and stocks to the ham and egg toast you had for breakfast—can be analyzed through these three factors. Bitcoin is no exception.</p><p>Whether it is a worthy investment depends on whether you believe its current shortcomings can be improved in the future, and how likely that improvement is. Use these lenses to evaluate if the potential rewards outweigh the current risks.</p><p>Good luck with your investments!</p>]]>
    </content>
    <id>https://kxhuang.dev/2026/05/01/post_bitcoin_and_values/</id>
    <link href="https://kxhuang.dev/2026/05/01/post_bitcoin_and_values/"/>
    <published>2026-05-01T05:30:00.000Z</published>
    <summary>
      <![CDATA[<h2 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h2><p>Recently, many articles have d]]>
    </summary>
    <title>Exploring the Value of Bitcoin：A Three-Dimensional Perspective</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="project" scheme="https://kxhuang.dev/categories/project/"/>
    <category term="Sui" scheme="https://kxhuang.dev/tags/Sui/"/>
    <category term="Blockchain" scheme="https://kxhuang.dev/tags/Blockchain/"/>
    <category term="AI" scheme="https://kxhuang.dev/tags/AI/"/>
    <category term="Security" scheme="https://kxhuang.dev/tags/Security/"/>
    <category term="Auditing" scheme="https://kxhuang.dev/tags/Auditing/"/>
    <content>
      <![CDATA[<h1 id="Introduction-to-the-SuiAudit-Project"><a href="#Introduction-to-the-SuiAudit-Project" class="headerlink" title="Introduction to the SuiAudit Project"></a>Introduction to the SuiAudit Project</h1><p>SuiAudit is an AI-driven audit tool focused on the Sui blockchain ecosystem, aimed at enhancing smart contract security and code quality through advanced machine learning models. As an emerging open-source project, it combines artificial intelligence with blockchain security auditing to help developers detect vulnerabilities and optimize Move language code.  The project’s official website is <a href="https://suiaudit.wal.app/">suiaudit.wal.app</a>, and it has released some infrastructure on GitHub (such as SuiAudit Raw1) to facilitate community contributions and reproducibility. Additionally, the project shares model demos on Kaggle and has published related research papers on TechRxiv.</p><h2 id="What-We-Are-Doing"><a href="#What-We-Are-Doing" class="headerlink" title="What We Are Doing"></a>What We Are Doing</h2><p>SuiAudit is currently focused on developing and deploying AI audit solutions specifically for Sui Move code. The core product includes SuiAudit Pure1, a small language model (LLM) fine-tuned with extremely low resources, dedicated to smart contract auditing. It can automatically detect vulnerabilities, assess code risks, and generate audit reports. The project integrates the Walrus protocol for decentralized storage and runs POCs (such as Sui Wallet Cleanup) in the Sui ecosystem, allowing users to upload code for real-time analysis. The team also participates in hackathons, such as the 2025 Walrus Haulout Hackathon, demonstrating how AI models can quickly generate risk assessment reports. Through Kaggle notebooks, SuiAudit publicly shares experimental code, enabling developers to compare its performance with other LLMs. Overall, SuiAudit is building an offline-running, privacy-focused audit tool that covers everything from code scanning to comprehensive ecosystem auditing.</p><h2 id="Why-We-Are-Doing-This"><a href="#Why-We-Are-Doing-This" class="headerlink" title="Why We Are Doing This"></a>Why We Are Doing This</h2><p>The Sui blockchain is renowned for its high throughput and parallel execution, but the complexity of the Move language makes smart contracts prone to vulnerabilities, leading to potential financial losses and security risks. Traditional auditing relies on human experts, which is costly, time-consuming, and unable to keep up with the rapid iteration of Web3 development. SuiAudit was created to address these pain points: by using AI to achieve automated, cost-effective auditing, especially optimized for small models that can run in resource-constrained environments without relying on cloud services, thereby protecting developer privacy. The team’s mission is to provide qualified AI audit services for the Sui ecosystem, lower the barriers to hacker attacks, and promote the standardization of security for decentralized applications. As an open-source-oriented project, it also aims to fill market gaps, allowing small and medium-sized developers to easily access professional-level auditing, rather than being limited to large enterprises.</p><h2 id="Expected-Results-or-Impacts"><a href="#Expected-Results-or-Impacts" class="headerlink" title="Expected Results or Impacts"></a>Expected Results or Impacts</h2><p>In the short term, we expect SuiAudit Pure1 to continue outperforming large LLMs like Claude Opus in benchmark tests, achieving a significant 31.4% improvement in accuracy. This will lead to more reliable vulnerability detection, reducing security incidents in the Sui ecosystem and saving audit costs for developers. In terms of impact, the project may become a standard tool in the Sui community, integrated into development workflows to enhance overall ecosystem security. Through hackathons and paper publications, SuiAudit has already attracted attention and is expected to promote the widespread adoption of AI in blockchain auditing, with potential impacts including reducing risks in DeFi protocols, accelerating project launches, and establishing Sui as a secure platform in the global Web3 community. In the long term, this could drive a shift in industry standards from manual auditing to AI-assisted transformations, benefiting thousands of developers and users.</p><h2 id="Expected-Future-Developments"><a href="#Expected-Future-Developments" class="headerlink" title="Expected Future Developments"></a>Expected Future Developments</h2><p>In the future, SuiAudit plans to expand to full blockchain network auditing, integrating more AI technologies such as reinforcement learning (Reinforcement Learning), and developing dedicated LLMs to handle complex ecosystems. The team will compile high-quality audit datasets, support hybrid modes of manual and automated auditing, and open free online services to attract users. Potential developments include collaborating with the Sui Foundation to integrate into official toolchains; expanding to other chains like Ethereum or Aptos; and launching paid advanced features, such as real-time monitoring and custom rules. Through GitHub and Kaggle openness, the community can contribute to model improvements, evolving into a crowdsourced audit platform. Ultimately, SuiAudit aims to become a global leader in AI blockchain auditing, driving Web3 toward a more secure and intelligent direction.</p><p>SuiAudit is not just a tool, but a catalyst for advancing security in the Sui ecosystem—welcome community participation!</p>]]>
    </content>
    <id>https://kxhuang.dev/2026/03/03/SuiAudit/</id>
    <link href="https://kxhuang.dev/2026/03/03/SuiAudit/"/>
    <published>2026-03-03T12:20:00.000Z</published>
    <summary>
      <![CDATA[<h1 id="Introduction-to-the-SuiAudit-Project"><a href="#Introduction-to-the-SuiAudit-Project" class="headerlink" title="Introduction to the]]>
    </summary>
    <title>SuiAudit：An AI-Driven Audit Tool for the Sui Ecosystem</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="blog" scheme="https://kxhuang.dev/categories/blog/"/>
    <category term="Sui" scheme="https://kxhuang.dev/tags/Sui/"/>
    <category term="Blockchain" scheme="https://kxhuang.dev/tags/Blockchain/"/>
    <category term="AI" scheme="https://kxhuang.dev/tags/AI/"/>
    <category term="Security" scheme="https://kxhuang.dev/tags/Security/"/>
    <category term="Research" scheme="https://kxhuang.dev/tags/Research/"/>
    <content>
      <![CDATA[<p><a href="https://www.techrxiv.org/doi/full/10.36227/techrxiv.177204934.48017152/v1">Paper is HERE!</a><br><a href="https://suiaudit.wal.app/">Our official website</a></p><h1 id="Introducing-SuiAudit-Pure1-Revolutionizing-Sui-Smart-Contract-Security-with-AI"><a href="#Introducing-SuiAudit-Pure1-Revolutionizing-Sui-Smart-Contract-Security-with-AI" class="headerlink" title="Introducing SuiAudit Pure1: Revolutionizing Sui Smart Contract Security with AI"></a>Introducing SuiAudit Pure1: Revolutionizing Sui Smart Contract Security with AI</h1><p>I’m excited to share a major milestone for our team at SuiAudit Lab: the publication of our research paper, “Can Small Models Beat Frontier LLMs? Introducing SuiAudit Pure1: Specialized Auditing via Extreme Low-Resource Fine-Tuning,” now live on TechRxiv (DOI: 10.36227&#x2F;techrxiv.177204934.48017152&#x2F;v1). As a key contributor alongside Chia-Lin Chen and Fang-Yu Lien, this work represents our passion for bridging AI and blockchain security, specifically tailored for the Sui ecosystem.</p><h2 id="The-Core-Innovation"><a href="#The-Core-Innovation" class="headerlink" title="The Core Innovation"></a>The Core Innovation</h2><p>SuiAudit Pure1 is a 7B-parameter AI model designed from the ground up to audit Sui Move smart contracts with unprecedented accuracy and efficiency. Unlike general-purpose large language models (LLMs) plagued by “Solidity Bias”—where they mistakenly apply Ethereum vulnerabilities to Sui’s unique object-centric architecture—Pure1 excels through a streamlined fine-tuning pipeline: Supervised Fine-Tuning (SFT) for domain mastery, followed by Direct Preference Optimization (DPO) enhanced with Chain-of-Thought reasoning.</p><p>Our secret sauce? A meticulously crafted dataset blending positive vulnerability samples (categorized A-F) with adversarial “Hard Negative” examples—safe code patterns engineered to trip up broader LLMs. This allows Pure1 to run fully offline, preserving developer privacy while delivering real-time insights via VS Code and Chrome extensions.</p><h2 id="Standout-Results-and-Impact"><a href="#Standout-Results-and-Impact" class="headerlink" title="Standout Results and Impact"></a>Standout Results and Impact</h2><p>The results speak for themselves: On our rigorous Sui-specific benchmark, Pure1 achieved a 31.4% accuracy rate, outperforming industry giants like Claude Opus 4.5 (26.6%) and GPT-5.2 (17.2%). We’ve already deployed it in production, securing over $50M in assets, detecting 500+ vulnerabilities, and earning accolades like 2nd Place at the 2025 Sui Hackathon Mandarin and 3rd at the Sui Taipei Dev Hackathon.</p><p>This isn’t just a model—it’s a game-changer for Sui developers, enabling faster, safer deployments in Asia’s booming Web3 scene. By open-sourcing our core infrastructure on GitHub and sharing weights on Kaggle, we’re fostering a more secure blockchain future.</p><h2 id="Reflections-on-the-Journey"><a href="#Reflections-on-the-Journey" class="headerlink" title="Reflections on the Journey"></a>Reflections on the Journey</h2><p>Publishing this paper feels like a validation of our low-resource approach: proving that specialized small models can punch above their weight against frontier LLMs. It’s a reminder that innovation thrives at the intersection of AI and blockchain. Stay tuned as we continue scaling SuiAudit—your feedback and collaborations are welcome!</p><p>If you’re building on Sui or interested in AI-driven security, check out the full paper and try our live tool at suiaudit.wal.app. Let’s make Web3 safer together. </p>]]>
    </content>
    <id>https://kxhuang.dev/2026/02/25/SuiAudit_paper/</id>
    <link href="https://kxhuang.dev/2026/02/25/SuiAudit_paper/"/>
    <published>2026-02-25T02:00:00.000Z</published>
    <summary>
      <![CDATA[<p><a href="https://www.techrxiv.org/doi/full/10.36227/techrxiv.177204934.48017152/v1">Paper is HERE!</a><br><a href="https://suiaudit.wal.a]]>
    </summary>
    <title>Introducing SuiAudit Pure1：Revolutionizing Sui Smart Contract Security with AI</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="blog" scheme="https://kxhuang.dev/categories/blog/"/>
    <category term="Sui" scheme="https://kxhuang.dev/tags/Sui/"/>
    <category term="Blockchain" scheme="https://kxhuang.dev/tags/Blockchain/"/>
    <category term="Bootcamp" scheme="https://kxhuang.dev/tags/Bootcamp/"/>
    <content>
      <![CDATA[<h2 id="Sui-Bootcamp-Course"><a href="#Sui-Bootcamp-Course" class="headerlink" title="Sui Bootcamp Course"></a>Sui Bootcamp Course</h2><p>This bootcamp course was tutored by mentors Domenico from Sui Foundation and Andreas from Mysten Lab, focusing on the Sui Move language and key features of Sui. The curriculum also covered TypeScript SDK and Sui wallet integration practice. At the end of the bootcamp, we participated in a 24-hour hackathon to build an on-chain chat app project, applying all the knowledge we gained throughout the bootcamp and Sui ecosystem tools.</p><h2 id="Hackathon-Project-Experience-Web-App-is-HERE"><a href="#Hackathon-Project-Experience-Web-App-is-HERE" class="headerlink" title="Hackathon Project &amp; Experience Web App is HERE!"></a>Hackathon Project &amp; Experience <a href="https://chat-web-olive-iota.vercel.app/">Web App is HERE!</a></h2><p>Fortunately, my team won <strong>second place</strong> in the hackathon. Our project is an on-chain chat app called Iceb3rg, where users can create accounts using just their Google account and chat with others in either public or private chatrooms. The platform encrypts messages before storing them on-chain. Additionally, we sponsored the gas fees for users to enhance user experience and lower barriers to entry.<br>I primarily worked on the Sui Move smart contracts, focusing on user account management, chatroom modules, and message handling. Through this development process, I gained deep insights into Sui Move’s unique features, including the object-centric model, capabilities, and dynamic fields. </p><h2 id="Bootcamp-After-Thoughts"><a href="#Bootcamp-After-Thoughts" class="headerlink" title="Bootcamp After Thoughts"></a>Bootcamp After Thoughts</h2><p>Through this bootcamp, I deepened my understanding of the Sui blockchain and the Move language, reinforcing my skills and foundational knowledge. The hackathon provided invaluable hands-on experience collaborating with teammates to deliver a project under time constraints. Overall, this bootcamp has been instrumental in fostering my passion for the Sui ecosystem and blockchain technology as a whole. I’m committed to continuing my learning journey and exploring the possibilities of Sui and blockchain in the future. Let’s keep building remarkable projects and advancing the blockchain space forward!</p>]]>
    </content>
    <id>https://kxhuang.dev/2025/12/10/Sui_bootcamp/</id>
    <link href="https://kxhuang.dev/2025/12/10/Sui_bootcamp/"/>
    <published>2025-12-10T12:20:00.000Z</published>
    <summary>
      <![CDATA[<h2 id="Sui-Bootcamp-Course"><a href="#Sui-Bootcamp-Course" class="headerlink" title="Sui Bootcamp Course"></a>Sui Bootcamp Course</h2><p>Th]]>
    </summary>
    <title>Sui Bootcamp Experience and After Thoughts</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="project" scheme="https://kxhuang.dev/categories/project/"/>
    <category term="DeFi" scheme="https://kxhuang.dev/tags/DeFi/"/>
    <category term="RWA" scheme="https://kxhuang.dev/tags/RWA/"/>
    <category term="Tokenization" scheme="https://kxhuang.dev/tags/Tokenization/"/>
    <category term="BlueBond" scheme="https://kxhuang.dev/tags/BlueBond/"/>
    <content>
      <![CDATA[<h2 id="Project-Overview"><a href="#Project-Overview" class="headerlink" title="Project Overview"></a>Project Overview</h2><p><strong>BlueLink</strong> is a blue bond fundraising platform built on the Sui blockchain, dedicated to providing transparent and trustworthy funding solutions for ocean conservation, sustainable fisheries, and other blue economy initiatives.</p><h3 id="Core-Features"><a href="#Core-Features" class="headerlink" title="Core Features"></a>Core Features</h3><p>Blue Bonds are specialized financial instruments designed to raise capital for ocean conservation and sustainable marine economy projects. On BlueLink, investors can purchase bond tokens to support ocean-related projects and receive principal and interest returns at maturity; issuers can conveniently issue bonds for project fundraising and manage funds through the platform.</p><p><strong>Investor Features:</strong></p><ul><li>Sign in using Sui wallet signature verification for a password-free experience</li><li>Browse all listed blue bonds with complete information including issuers, interest rates, and maturity dates</li><li>Purchase bond tokens to support ocean conservation projects and receive NFT bond certificates</li><li>Track personal bond holdings and earnings status</li><li>Redeem principal and interest on maturity dates</li><li>Multi-device management and login device control</li></ul><p><strong>Issuer Features:</strong></p><ul><li>Issue blue bonds to raise funds for ocean projects</li><li>Manage collected funds and redemption pools</li><li>Monitor fundraising progress and investor information in real-time</li><li>Pause&#x2F;resume bond sales and flexibly control project status</li></ul><h3 id="Technical-Architecture"><a href="#Technical-Architecture" class="headerlink" title="Technical Architecture"></a>Technical Architecture</h3><table><thead><tr><th>Layer</th><th>Components</th></tr></thead><tbody><tr><td><strong>Blockchain Layer</strong></td><td>Sui Move Smart Contracts, Event Listening, RPC API</td></tr><tr><td><strong>Backend</strong></td><td>Go 1.24 + Gin Framework, PostgreSQL Database</td></tr><tr><td><strong>Authentication</strong></td><td>Wallet Signature Verification + Memory Session Management</td></tr><tr><td><strong>Frontend (Planned)</strong></td><td>React + TypeScript + Vite</td></tr></tbody></table><p>The system implements real-time data synchronization through blockchain event listening, supporting core events such as BondProjectCreated, BondTokensPurchased, and BondTokenRedeemed to ensure the platform remains synchronized with on-chain state.</p><hr><h2 id="Motivation"><a href="#Motivation" class="headerlink" title="Motivation"></a>Motivation</h2><p>I developed BlueLink out of a deep understanding of the following challenges:</p><p><strong>Current Challenges:</strong></p><ol><li><strong>Insufficient Fund Transparency</strong> - Traditional ocean conservation fundraising lacks transparent fund tracking mechanisms</li><li><strong>High Trust Costs</strong> - Investors struggle to verify actual fund usage</li><li><strong>High Barriers to Entry</strong> - Lack of platformized blue bond issuance tools</li><li><strong>Cross-Border Collaboration Difficulties</strong> - International investors find it hard to participate in ocean project financing</li></ol><p><strong>Blockchain Solutions:</strong></p><p>Sui blockchain’s high performance and low-cost characteristics enable us to build:</p><ul><li><strong>Fully On-Chain</strong> - All transaction records are permanently stored and immutable</li><li><strong>Transparent and Traceable</strong> - Fund flows are completely transparent, allowing investors to verify in real-time</li><li><strong>Efficient and Convenient</strong> - Sui’s high throughput delivers second-level confirmations and low transaction fees</li><li><strong>No Intermediaries Needed</strong> - Smart contracts execute automatically, reducing trust costs</li></ul><p>Through BlueLink, we aim to connect global investors with ocean conservation projects and promote sustainable development of the blue economy.</p><hr><h2 id="Unique-Features"><a href="#Unique-Features" class="headerlink" title="Unique Features"></a>Unique Features</h2><h3 id="1-Fully-On-Chain-Bond-Lifecycle-Management"><a href="#1-Fully-On-Chain-Bond-Lifecycle-Management" class="headerlink" title="1. Fully On-Chain Bond Lifecycle Management"></a>1. Fully On-Chain Bond Lifecycle Management</h3><ul><li><strong>Automated Execution</strong> - Smart contracts ensure redemption, interest distribution, and other processes execute automatically without manual intervention</li><li><strong>Immutable Transaction Records</strong> - All investment, redemption, and fund management operations are permanently stored on the blockchain</li><li><strong>Real-Time Synchronization</strong> - The system listens to on-chain events every 15 seconds, automatically updating platform data with zero latency</li></ul><h3 id="2-Passwordless-Authentication-Experience"><a href="#2-Passwordless-Authentication-Experience" class="headerlink" title="2. Passwordless Authentication Experience"></a>2. Passwordless Authentication Experience</h3><ul><li><strong>Native Sui Signature Verification</strong> - Users sign in using Sui wallet signatures without setting or managing complex passwords</li><li><strong>Replay Attack Prevention</strong> - Employs Nonce mechanism to ensure login security</li><li><strong>Multi-Device Management</strong> - View all login devices and revoke suspicious connections anytime (maximum 3 concurrent logins)</li><li><strong>HttpOnly Cookie</strong> - Sessions use HttpOnly mechanism with 24-hour validity period</li></ul><h3 id="3-Purpose-Built-for-Ocean-Conservation"><a href="#3-Purpose-Built-for-Ocean-Conservation" class="headerlink" title="3. Purpose-Built for Ocean Conservation"></a>3. Purpose-Built for Ocean Conservation</h3><ul><li><strong>Blue Economy Specialized Design</strong> - Platform specifically designed for ocean-related projects with support for specific fundraising parameters and progress tracking</li><li><strong>Issuer-Friendly</strong> - Project teams can easily issue bonds, manage fundraising, and monitor investor status</li><li><strong>Investor Transparency</strong> - Complete project information display, interest rates, and maturity dates to support risk assessment</li></ul><h3 id="4-Enterprise-Grade-Security-and-Reliability"><a href="#4-Enterprise-Grade-Security-and-Reliability" class="headerlink" title="4. Enterprise-Grade Security and Reliability"></a>4. Enterprise-Grade Security and Reliability</h3><ul><li><strong>Rate Limiting Protection</strong> - API rate limiting prevents brute force attacks and DDoS</li><li><strong>CORS Control</strong> - Strict cross-origin request configuration to protect user safety</li><li><strong>Audit Logs</strong> - Request ID tracking and comprehensive audit records for easy fault tracing</li><li><strong>Soft Delete Mechanism</strong> - Preserves data history for traceability and compliance</li></ul><hr><h2 id="Future-Directions-and-Ambition"><a href="#Future-Directions-and-Ambition" class="headerlink" title="Future Directions and Ambition"></a>Future Directions and Ambition</h2><h3 id="Short-Term-Goals-3-6-months"><a href="#Short-Term-Goals-3-6-months" class="headerlink" title="Short-Term Goals (3-6 months)"></a>Short-Term Goals (3-6 months)</h3><ol><li><strong>Frontend Application Launch</strong> - Complete React + TypeScript frontend development to provide a complete user interface</li><li><strong>Mainnet Deployment</strong> - Migrate the platform to Sui mainnet to support real fund flows</li><li><strong>Ecosystem Expansion</strong> - Support more blue economy project types (aquaculture, ocean cleanup, coral protection, etc.)</li></ol><h3 id="Medium-Term-Goals-6-12-months"><a href="#Medium-Term-Goals-6-12-months" class="headerlink" title="Medium-Term Goals (6-12 months)"></a>Medium-Term Goals (6-12 months)</h3><ol><li><strong>Cross-Chain Integration</strong> - Support blue bonds across multiple public chains to expand investor base</li><li><strong>DAO Governance</strong> - Establish decentralized governance model to enable community participation in platform decisions</li><li><strong>Analytics Dashboard</strong> - Provide issuers with detailed analysis reports and investor insights</li></ol><h3 id="Long-Term-Vision"><a href="#Long-Term-Vision" class="headerlink" title="Long-Term Vision"></a>Long-Term Vision</h3><p><strong>Advancing United Nations Sustainable Development Goal 14</strong></p><p>BlueLink aspires to become the foundational infrastructure for global blue economy financing. Our ultimate objectives are:</p><ul><li><strong>Global Investor Connection</strong> - Connect investors worldwide with ocean conservation projects</li><li><strong>Enhanced Capital Flow</strong> - Dramatically increase accessibility of financing for ocean-related projects</li><li><strong>Accelerated Ecosystem Protection</strong> - Accelerate ocean conservation and sustainable fishery development through adequate funding</li><li><strong>Transparent Mechanism Establishment</strong> - Build industry-standard transparent disclosure and fund tracking mechanisms</li></ul><p>I believe that combining blockchain technology with ocean conservation can create a more transparent, efficient, and trustworthy blue economy ecosystem. BlueLink is not just a fundraising platform—it’s a catalyst for driving global sustainable ocean development.</p>]]>
    </content>
    <id>https://kxhuang.dev/2025/10/25/BlueLink/</id>
    <link href="https://kxhuang.dev/2025/10/25/BlueLink/"/>
    <published>2025-10-25T05:00:00.000Z</published>
    <summary>
      <![CDATA[<h2 id="Project-Overview"><a href="#Project-Overview" class="headerlink" title="Project Overview"></a>Project Overview</h2><p><strong>BlueLi]]>
    </summary>
    <title>BlueLink：Blue Bond RWA Tokenisation</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="blog" scheme="https://kxhuang.dev/categories/blog/"/>
    <category term="Sui" scheme="https://kxhuang.dev/tags/Sui/"/>
    <category term="Blockchain" scheme="https://kxhuang.dev/tags/Blockchain/"/>
    <content>
      <![CDATA[<h2 id="Sui-Workshop-Content"><a href="#Sui-Workshop-Content" class="headerlink" title="Sui Workshop Content"></a>Sui Workshop Content</h2><p>This workshop’s primary focus was to teach the fundamental concepts and logic of Sui, along with how to write Sui Move contracts, deploy them on the Sui blockchain, and build a project. The curriculum covered basic concepts, progressing to NFT creation and purchase contracts. Finally, participants applied their knowledge to develop their own projects on the Sui blockchain with their teammates, showcasing their creativity and ambition to potential investors.</p><h2 id="Sui-Project-Idea-SuiGive-Repo"><a href="#Sui-Project-Idea-SuiGive-Repo" class="headerlink" title="Sui Project Idea SuiGive Repo"></a>Sui Project Idea <a href="https://github.com/SuiGive/sui-charity-platform.git">SuiGive Repo</a></h2><p>Our team’s project idea is to build an on-chain crowdfunding platform. We’ve observed that many existing public fundraising projects suffer from a lack of transparency regarding fund allocation and actual project outcomes. Furthermore, it’s difficult for the public to effectively monitor a project’s progress. The transparent nature of on-chain data is perfectly suited to solve this problem.</p><p>Using on-chain smart contracts, we can efficiently manage fund flows. Through strict, consensus-verified code, we can control the movement of funds. We can also issue NFTs to provide unique verification for donors. Lastly, on-chain transactions can effectively lower transaction costs, improving upon the high costs associated with traditional financial transactions.</p><ol><li><p>On-chain transparency effectively addresses the current lack of transparency in fundraising projects.</p></li><li><p>Smart contracts manage funds, leading to more efficient use of capital.</p></li><li><p>Contracts can issue NFTs to uniquely verify donors and can be used to link to other services, such as tax deductions.</p></li><li><p>On-chain transactions reduce transaction costs.</p></li></ol><p>The project is currently in the early stages of development. For detailed progress, please refer to the GitHub repository below.</p><h2 id="Thoughts-and-Learning-Experience-with-Sui-and-Sui-Move"><a href="#Thoughts-and-Learning-Experience-with-Sui-and-Sui-Move" class="headerlink" title="Thoughts and Learning Experience with Sui and Sui Move"></a>Thoughts and Learning Experience with Sui and Sui Move</h2><p>Having previous experience with Solidity, I was already familiar with building smart contracts. However, I immediately noticed the simplicity and convenience of development on Sui Move. Its object-oriented nature makes contract writing faster and more convenient, while also allowing for effective control over object ownership.</p><p>Sui’s fast block verification speed and low cost make it a highly competitive Layer 1 blockchain. The unique programming language also makes this chain stand out. I plan to continue developing and exploring Sui Move, and I’m excited about its future potential.</p>]]>
    </content>
    <id>https://kxhuang.dev/2025/08/17/Sui_workshop/</id>
    <link href="https://kxhuang.dev/2025/08/17/Sui_workshop/"/>
    <published>2025-08-17T15:20:00.000Z</published>
    <summary>
      <![CDATA[<h2 id="Sui-Workshop-Content"><a href="#Sui-Workshop-Content" class="headerlink" title="Sui Workshop Content"></a>Sui Workshop Content</h2><]]>
    </summary>
    <title>
      <![CDATA[Sui Workshop Learn & Thoughts]]>
    </title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="project" scheme="https://kxhuang.dev/categories/project/"/>
    <category term="Blockchain" scheme="https://kxhuang.dev/tags/Blockchain/"/>
    <category term="AI" scheme="https://kxhuang.dev/tags/AI/"/>
    <category term="Data" scheme="https://kxhuang.dev/tags/Data/"/>
    <content>
      <![CDATA[<h2 id="Project-Overview"><a href="#Project-Overview" class="headerlink" title="Project Overview"></a>Project Overview</h2><p>We developed <strong>GraphDe</strong>, a visualization tool, focusing on making graph data analysis more reliable and accurate. We built GraphDe to address issues where graph data changes unexpectedly, which can cause models to perform poorly. This is a critical problem in areas like social media analysis, fraud detection, and recommendation systems, where trustworthy results are essential. Our goal was to create a practical tool that turns complex research into a usable solution, improving how graph-based AI works in real-world scenarios.</p><p>GraphDe reflects our team’s passion for our drive to create tools that matter. Its ability to model complex graph data and spot unusual patterns makes it valuable for various industries. This project shows our ability to build solutions that meet real-world needs, highlighting our potential as a development team that can deliver impactful, research-backed software.</p><h2 id="Motivation"><a href="#Motivation" class="headerlink" title="Motivation"></a>Motivation</h2><p>We noticed that existing data monitoring tools, such as DeFiLlama, provide comprehensive and detailed insights but can overwhelm beginners with their complexity. New users often struggle to navigate the flood of information, rendering these powerful tools less effective for them. To address this, we developed GraphDe to leverage AI in analyzing graph data and presenting only the most relevant information tailored to users’ needs. By simplifying complex datasets and offering clear, actionable insights, GraphDe helps users better understand market trends and dynamics, making advanced data analysis accessible and useful to everyone, regardless of their expertise.</p><h2 id="Unique-Features"><a href="#Unique-Features" class="headerlink" title="Unique Features"></a>Unique Features</h2><p>GraphDe stands out due to its innovative features that make it a powerful and user-friendly tool for graph-based AI, with significant value for industries like finance, cybersecurity, and online retail. Its key features include:</p><ul><li><p><strong>Customized Data Delivery</strong>: GraphDe tailors data visualizations and insights to each user’s specific needs, eliminating the struggle of sifting through overwhelming amounts of information.</p></li><li><p><strong>AI-Driven Insights</strong>: Our AI provides actionable ideas and perspectives, helping users make informed decisions and think strategically about market trends.</p></li><li><p><strong>Anomaly Detection</strong>: By leveraging AI to analyze vast datasets, GraphDe detects unusual on-chain behaviors, enabling users to seize opportunities in real-time.</p></li></ul><p>These features ensure GraphDe is both high-performing and practical, making it a versatile solution for handling complex data challenges and helping us stand out to employers seeking innovative development teams.</p><h2 id="Technical-Skills"><a href="#Technical-Skills" class="headerlink" title="Technical Skills"></a>Technical Skills</h2><p>We built GraphDe using several key technologies and solved complex challenges to make it work effectively. Here’s what we accomplished:</p><ul><li><strong>Data Handling</strong>: Created a flexible pipeline to process datasets like Spurious-Motif, which we tailored for thorough testing.</li><li><strong>Model Design</strong>: Built a model using variational inference to handle complex graph patterns, balancing accuracy and speed.</li><li><strong>Unified Approach</strong>: Combined debiased learning and out-of-distribution (OOD) detection into one framework, reducing the need for multiple models.</li><li><strong>Problem-Solving</strong>: Tuned the model to manage tricky graph data changes, ensuring reliable performance.</li></ul><p>These efforts highlight our skills in messaging, deep learning, and algorithm design, showing we can tackle tough technical challenges with clear, efficient solutions.</p><h2 id="Future-Directions-and-Ambition"><a href="#Future-Directions-and-Ambition" class="headerlink" title="Future Directions and Ambition"></a>Future Directions and Ambition</h2><p>We’re excited to keep improving GraphDe to meet future needs. Our plans include:</p><ul><li><strong>Dynamic Graphs</strong>: Adding support for time-changing data, like real-time financial news or social media updates.</li><li><strong>Scalability</strong>: Using distributed computing to handle larger datasets, making it suitable for big user requests.</li><li><strong>User-Friendly Interface</strong>: Creating an more easy-to-use and more design-oriented interface so non-experts can use GraphDe effectively.</li><li><strong>Mobile App Development</strong>: Transforming GraphDe into a mobile application to enable use on smartphones and other devices, increasing accessibility and convenience for a wider range of users.</li></ul><p>These goals show our commitment to making GraphDe a leading visualized blockchain data monitoring tool. By planning these upgrades, we aim to keep it relevant and valuable for industries, proving our forward-thinking approach and dedication to building solutions that grow with technology’s demands.</p>]]>
    </content>
    <id>https://kxhuang.dev/2025/08/10/graphDE/</id>
    <link href="https://kxhuang.dev/2025/08/10/graphDE/"/>
    <published>2025-08-10T12:00:00.000Z</published>
    <summary>
      <![CDATA[<h2 id="Project-Overview"><a href="#Project-Overview" class="headerlink" title="Project Overview"></a>Project Overview</h2><p>We developed <]]>
    </summary>
    <title>Project：GraphDE Introduction</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="project" scheme="https://kxhuang.dev/categories/project/"/>
    <category term="AI" scheme="https://kxhuang.dev/tags/AI/"/>
    <category term="LLM" scheme="https://kxhuang.dev/tags/LLM/"/>
    <category term="Chatbox" scheme="https://kxhuang.dev/tags/Chatbox/"/>
    <content>
      <![CDATA[<p><a href="https://lin.ee/XNsvWw2">LINK IS HERE! Give it a try</a></p><h2 id="Project-Overview"><a href="#Project-Overview" class="headerlink" title="Project Overview"></a>Project Overview</h2><p>Fortune-Telling LineBot is a modular and innovative LINE(a famous social app like Whatsapp here in Taiwan) chatbot that integrates large language models to deliver personalized fortune-telling experiences. The project leverages LLM and the LINE Messaging API to create an engaging, interactive platform where users can receive fortune predictions, astrological insights, and playful responses through a conversational interface. Its primary goal is to combine the mystical allure of fortune-telling with cutting-edge AI technology, offering users a unique blend of entertainment and personalization.</p><p>What makes this project stand out is its seamless integration of LLM with the LINE platform, enabling dynamic and context-aware responses that adapt to user inputs. The project uses fine-tuned traditional Chinese LLM to generate creative, tailored predictions and suggestions, making it a fun and engaging tool for users seeking a modern take on traditional Chinese fortune-telling. </p><h2 id="Motivation"><a href="#Motivation" class="headerlink" title="Motivation"></a>Motivation</h2><p>I created Fortune-Telling LineBot to explore the intersection of AI LLM and cultural practices, inspired by my fascination with how technology can breathe new life into traditional activities like fortune-telling. As a developer, I saw an opportunity to combine the power of LLMs with the accessibility of LINE, a platform widely used in Taiwan, to create a fun and interactive experience that appeals to both tech enthusiasts and casual users. The challenge of crafting a bot that delivers creative, context-aware responses while maintaining a mystical tone was both intellectually stimulating and rewarding.</p><p>On a personal level, I wanted to build a project that sparks joy and curiosity, much like the excitement of reading a horoscope or consulting a fortune-teller. Professionally, the project serves as a proof-of-concept for integrating LLMs into real-time chatbot applications, showcasing their potential for creating engaging, scalable, and customizable user experiences. The modular design reflects my commitment to making the project accessible to other developers who want to experiment with LLMs or build their own chatbot applications.</p><h2 id="Unique-Features"><a href="#Unique-Features" class="headerlink" title="Unique Features"></a>Unique Features</h2><ul><li><strong>Personalized Fortune-Telling</strong>: Users can input their name, birth date, their specific questions, and the bot generates unique fortune predictions powered by LLM, offering an engaging and mystical experience.</li><li><strong>Asynchronous Processing</strong>: Built with FastAPI, the bot handles multiple user requests concurrently, ensuring responsiveness even during high traffic, which enhances user satisfaction.</li><li><strong>Customizable Prompts</strong>: Developers can modify LLM prompts to tailor the tone and style of predictions, enabling culturally specific or themed fortune-telling experiences.</li></ul><h2 id="Technical-Skills"><a href="#Technical-Skills" class="headerlink" title="Technical Skills"></a>Technical Skills</h2><p>LineBot-LLM-Fortune-Telling is built using a robust and modern technical stack to ensure scalability, performance, and ease of development. The core technologies include:</p><ul><li><strong>Python with FastAPI</strong>: The backend is powered by FastAPI, a high-performance web framework for building asynchronous APIs. FastAPI was chosen for its speed, support for non-blocking operations, and automatic generation of API documentation, which simplifies development and debugging.</li><li><strong>LINE Messaging API</strong>: The bot integrates with the LINE platform via its Messaging API, enabling seamless communication with users on one of Asia’s most popular messaging platforms. This API supports rich message types, including text and multimedia, enhancing user interaction.</li><li><strong>Large Language Models (LLMs)</strong>: The project leverages LLMs (e.g., models from Hugging Face or OpenAI) for generating fortune-telling responses. These models were selected for their ability to produce human-like text and adapt to creative prompts, ensuring engaging and varied outputs.</li><li><strong>Docker</strong>: The project includes Docker support for containerized deployment, making it easy to deploy on cloud platforms like AWS, GCP, or Zeabur, ensuring portability and scalability.</li></ul><h2 id="Future-Directions-and-Ambition"><a href="#Future-Directions-and-Ambition" class="headerlink" title="Future Directions and Ambition"></a>Future Directions and Ambition</h2><p>LineBot-LLM-Fortune-Telling has the potential to redefine how users interact with AI-driven entertainment applications, particularly in the realm of cultural and personalized experiences. By making fortune-telling accessible through a popular messaging platform, the project can reach a wide audience, from casual users seeking daily insights to event organizers looking to add interactive elements to their gatherings. Its scalability allows it to be adapted for other domains, such as educational chatbots, customer service agents, or even storytelling platforms, broadening its impact beyond entertainment.</p><p>Future improvements include:</p><ul><li><p><strong>Multilingual Expansion</strong>: Expanding support for additional languages to promote Chinese traditional fortune-telling globally, making cultural practices like Chinese zodiac predictions more accessible and engaging through AI-driven storytelling.</p></li><li><p><strong>Multi-Platform Deployment</strong>: Deploying the bot on additional messaging platforms (e.g., WhatsApp, Telegram) to increase accessibility and convenience for users worldwide, ensuring a broader reach.</p></li><li><p><strong>Model Optimization and Data Collection</strong>: Continuously refining the LLM’s knowledge by collecting more culturally relevant data, enabling fine-tuning to improve the accuracy and authenticity of fortune-telling responses.</p></li></ul><p>These enhancements will ensure the project remains a dynamic and culturally significant tool, inspiring users and developers to explore the creative possibilities of AI in preserving and modernizing traditional practices.</p><p>For more technical details, please visit the below github repo:</p><p><a href="https://github.com/MicareJ/linebot-llm-fortune-telling">linebot-llm-fortune-telling Github Repo</a></p>]]>
    </content>
    <id>https://kxhuang.dev/2025/07/05/chinese_fortunetell_LLM/</id>
    <link href="https://kxhuang.dev/2025/07/05/chinese_fortunetell_LLM/"/>
    <published>2025-07-05T05:00:00.000Z</published>
    <summary>
      <![CDATA[<p><a href="https://lin.ee/XNsvWw2">LINK IS HERE! Give it a try</a></p>
<h2 id="Project-Overview"><a href="#Project-Overview" class="headerl]]>
    </summary>
    <title>Project：Chinese Fortune-telling LLM</title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
  <entry>
    <author>
      <name>Kai Xiu Huang</name>
    </author>
    <category term="blog" scheme="https://kxhuang.dev/categories/blog/"/>
    <category term="Blockchain" scheme="https://kxhuang.dev/tags/Blockchain/"/>
    <category term="Etherum" scheme="https://kxhuang.dev/tags/Etherum/"/>
    <content>
      <![CDATA[<h1 id="ETH-Taipei-2025"><a href="#ETH-Taipei-2025" class="headerlink" title="ETH Taipei 2025"></a>ETH Taipei 2025</h1><p>I’m thrilled to have participated in ETH Taipei 2025, this year’s Ethereum extravaganza. Compared to last year, I witnessed even more significant and exciting progress, met developers from Europe, the Philippines, and New York, and saw numerous inspiring applications. Here are a few that stood out:</p><h2 id="Impressive-Applications"><a href="#Impressive-Applications" class="headerlink" title="Impressive Applications"></a>Impressive Applications</h2><h3 id="Portus"><a href="#Portus" class="headerlink" title="Portus"></a>Portus</h3><p>A cross-chain token swapping tool that helps users quickly find the best exchange rates without spending time comparing options manually. It supports a massive transaction volume per second, promising to greatly enhance liquidity across chains. This is a win-win for the Portus platform, swap users, and various chain communities, driving vibrant ecosystem development.</p><h3 id="Self"><a href="#Self" class="headerlink" title="Self"></a>Self</h3><p>A fascinating application leveraging cryptographic techniques like Zero Knowledge Proofs to address privacy issues in identity verification. With this service, users can verify their identity anywhere without revealing personal documents or information, significantly reducing the risk of data breaches. When integrated with blockchain services, it could further enhance privacy and seamlessly fit into the broader ecosystem.</p><h2 id="Key-Takeaways-and-Reflections"><a href="#Key-Takeaways-and-Reflections" class="headerlink" title="Key Takeaways and Reflections"></a>Key Takeaways and Reflections</h2><p>Here are some insights and reflections from the event:</p><h3 id="Privacy-Issues"><a href="#Privacy-Issues" class="headerlink" title="Privacy Issues"></a>Privacy Issues</h3><p>In today’s Web2 world, privacy breaches are rampant—search “data breach” on Google, and you’ll find endless news stories. Companies, governments, and websites, intentionally or not, leak user data, often without users’ knowledge (the phone list of fraud groups is the best example). This is an urgent issue. Leveraging blockchain and cryptographic technologies, such as Zero Knowledge Proofs, to protect user information is a critical direction for the future.</p><h3 id="Open-Source-and-Public-Goods"><a href="#Open-Source-and-Public-Goods" class="headerlink" title="Open Source and Public Goods"></a>Open Source and Public Goods</h3><p>In his speech, Vitalik Buterin emphasized the role of public goods in Ethereum’s success. Ethereum thrives as an open-source project, built through the collective efforts of companies, non-profits, and individual developers. Many of Ethereum’s technologies and projects can be considered “public goods”—resources where one person’s benefit doesn’t diminish others’. The future of Ethereum hinges on this principle of open-source public goods. However, the open-source world faces a paradox: critical open-source projects often struggle to generate revenue, making it hard to attract and retain talent. Creating a sustainable funding flywheel—where successful projects fund the next generation—is vital for the ecosystem’s growth. Currently, many blockchain projects remain profit-driven private ventures, while promising open-source initiatives lack sufficient support, hindering their growth.</p><h3 id="Real-World-Applications"><a href="#Real-World-Applications" class="headerlink" title="Real-World Applications"></a>Real-World Applications</h3><p>Despite blockchain’s progress, its adoption remains limited due to technical, regulatory, and application-layer challenges. Most decentralized applications (DApps) are still focused on gaming and financial transactions, failing to reach broader audiences. Cross-chain and token conversions remain complex, and the user experience is often unfriendly, leaving many unaware of blockchain’s potential.<br>For technology to go mainstream, it must address pain points simply and quickly or create compelling, innovative use cases. Currently, blockchain lacks both: there aren’t enough intuitive, pain-point-solving apps or groundbreaking new applications. Many efforts focus on upgrading Web2 apps to Web3, which may not be enough. This is an area ripe for further exploration.</p><h2 id="Closing-Thoughts"><a href="#Closing-Thoughts" class="headerlink" title="Closing Thoughts"></a>Closing Thoughts</h2><h2 id="Vitalik-opened-his-speech-with-a-thought-provoking-question-“If-Ethereum’s-price-had-never-skyrocketed-would-you-still-be-here-”"><a href="#Vitalik-opened-his-speech-with-a-thought-provoking-question-“If-Ethereum’s-price-had-never-skyrocketed-would-you-still-be-here-”" class="headerlink" title="Vitalik opened his speech with a thought-provoking question: “If Ethereum’s price had never skyrocketed, would you still be here?”"></a>Vitalik opened his speech with a thought-provoking question: “If Ethereum’s price had never skyrocketed, would you still be here?”</h2><p>Understanding Ethereum’s ethos and vision reveals a value far beyond its market price. As someone who resonates with this vision, I’m committed to staying and contributing to this journey.</p>]]>
    </content>
    <id>https://kxhuang.dev/2025/04/20/ETHTaipei2025/</id>
    <link href="https://kxhuang.dev/2025/04/20/ETHTaipei2025/"/>
    <published>2025-04-20T07:00:00.000Z</published>
    <summary>
      <![CDATA[<h1 id="ETH-Taipei-2025"><a href="#ETH-Taipei-2025" class="headerlink" title="ETH Taipei 2025"></a>ETH Taipei 2025</h1><p>I’m thrilled to ha]]>
    </summary>
    <title>
      <![CDATA[Reflections & Thoughts on ETH Taipei 2025]]>
    </title>
    <updated>2026-08-29T15:34:05.959Z</updated>
  </entry>
</feed>
