SShortSingh.
Back to feed

DFK Chain Shuts Down Aug 28 With $534K Locked, Much Hidden From Wallets

0
·3 views

DeFi Kingdoms (DFK) Chain is set to retire on 28 August 2026, after which any assets remaining on the network will be unrecoverable. A registry of the chain's 14 documented pools, compiled on 14 August 2026, found approximately $534,600 in total liquidity, with 84% locked inside two staking contracts rather than visible in user wallets. The largest share — around $334,200 — sits in the active Gardens staking contract, while another $116,300 remains in the deprecated MasterGardener contract, meaning many users may not see their funds when checking their wallets. The xJEWEL/WJEWEL pool is a stark example, with the old contract holding roughly 35 times more liquidity than the new one, reflecting that contract migrations are voluntary and inactive users are often left behind. Compounding the risk, the official DFK site's Discord invite link has been broken since at least 5 August, and the project's Telegram announcement channel has posted nothing since February 2025.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Rails 8 Upgrade Cuts Response Times 18% and Eliminates Redis Dependency

A development team migrated a mid-sized application from Rails 7 to Rails 8 and documented concrete performance improvements across multiple areas. Rails 8's Solid Queue, Solid Cache, and Solid Cable allowed the team to replace Redis and Sidekiq with database-backed alternatives, reducing infrastructure costs and operational complexity. The upgrade delivered roughly 18% faster average response times, 25% higher background job throughput, and a 15% reduction in CI pipeline duration. Asset pipeline changes via Propshaft and import maps also cut deployment compile times, while tighter Kamal 2 integration simplified zero-downtime releases. The team noted the migration required significant effort, especially around Solid Queue adoption and deprecated API audits, but concluded the gains justified the investment.

0
ProgrammingDEV Community ·

Developer Builds AI-Readable Knowledge Base Using Obsidian and Git, No RAG Pipeline Needed

A developer at NEXT4I built a structured knowledge-base system using Obsidian, Git, and VS Code to solve the problem of documentation scattered across Google Docs, Trello, Apple Notes, and multiple code repositories. The system relies entirely on plain Markdown files organized into folders covering infrastructure, platform design, principles, and other domains. Because an Obsidian vault is simply a folder of .md files, the VS Code AI agent can read it natively without any custom integration, vector database, or embedding pipeline. Version control is handled by initializing a Git repository inside the vault, enabling full decision history and audit trails via a private GitHub repo. The approach was guided by three criteria: zero vendor lock-in, offline and online accessibility, and AI-readability without additional infrastructure.

0
ProgrammingDEV Community ·

Verbose Agent Logs Are Not Audit Trails Without Evidence Contracts and Tests

AI agent runtimes can generate thousands of log lines yet still fail to answer what actions were actually taken after a failure, making true audit trails distinct from verbose logging. A reliable audit trail requires append-only events with stable run IDs, monotonically increasing sequence numbers, and a hash chain that makes tampering or omission detectable. Sensitive data such as tokens, credentials, and raw prompts must be redacted at write time rather than filtered later in a dashboard query. Each externally visible tool call should progress through defined states — from intent recorded through dispatch to confirmed or unknown outcome — with stable request keys to prevent duplicate effects during retries. The test suite must actively mutate the ledger and confirm the verifier rejects deleted, reordered, or forged records, ensuring the system fails closed rather than silently accepting corrupted evidence.

0
ProgrammingDEV Community ·

How Businesses Are Using Stablecoins for Cross-Border B2B Payments

Stablecoin-based B2B settlement refers to the use of dollar- or euro-pegged digital assets to complete transactions between companies, suppliers, and financial platforms. Unlike traditional bank transfers, blockchain networks operate around the clock and across time zones, removing dependence on banking hours or correspondent bank chains. Stablecoins can also be programmed via smart contracts to release payments automatically upon delivery confirmation or other agreed conditions. However, blockchain finalization alone does not constitute a complete settlement — businesses must also satisfy KYC/AML requirements, ensure the asset's legal recognition in their jurisdiction, and handle accounting and tax obligations correctly. The most practical use cases identified include international supplier payments, treasury operations, contractor payouts, and programmable escrow arrangements.