DD
MM
YYYY

PAGES

DD
MM
YYYY

spot_img

PAGES

Home Blog Page 6

Myriad Kicks Off Season 3 on BNB Chain with Partnership with USD1

0

Myriad, a Web3 prediction markets protocol allowing users to trade outcomes on events in crypto, sports, politics, gaming, and more, has officially kicked off Season 3 on BNB Chain.

This marks a major shift: Myriad is migrating its entire market catalog to BNB Chain, adopting USD1; the stablecoin associated with World Liberty Financial as the exclusive settlement asset for a faster, simpler, and more unified experience with deeper liquidity. Full migration to BNB Chain — All markets are now unified there, moving away from previous chains like Abstract.

Powered by USD1 — Markets settle exclusively in this stablecoin, launching alongside new products like “Candles”; short-timeframe markets with continuous liquidity and automated resolution. Myriad Wallet rollout — A new, optimized wallet for fewer approvals and lower gas costs.

Points distributed weekly based on multiple metrics not just one signal, rewarding liquidity provision, trading, referrals, content creation, quests, and more. This sets up for the future MYR ecosystem rewards. Central limit order book (CLOB), liquidity provision (LP) opportunities, and more ambitious upgrades.

Deposit and trade 500 USD1 on BNB Chain for multipliers, earn points via referrals, daily tasks, social engagement, etc. Season 3 is described as pivotal, with even late joiners having time to catch up and compete for rewards. The platform has seen strong growth, with cumulative trading volume over $167M reported recently.

It’s integrated into tools like Trust Wallet’s Predictions tab and aims for broader accessibility, especially in Asia. If you’re into prediction markets, this could be a prime time to jump in— or their BNB-specific page for live markets.

Myriad’s launch of Season 3 on BNB Chain, with full migration of its prediction market catalog and exclusive settlement in USD1, has several notable impacts across users, the platform, BNB Chain ecosystem, and the broader prediction markets space. Previously fragmented across chains, all markets now consolidate on BNB Chain. This eliminates multi-chain bridging hassles, reduces complexity, and creates a single, consistent environment for trading outcomes on crypto, sports, politics, gaming, etc.

Faster, Cheaper, and More Efficient Trading — BNB Chain’s low fees and high speed, combined with USD1; a dollar-pegged stablecoin, aim to deliver quicker settlements, lower gas costs, and a “faster, simpler” interface. The new Myriad Wallet (optimized for BNB) further cuts approvals and friction.

Exclusive USD1 settlement pools liquidity into one stable asset, reducing fragmentation. Upcoming shift to a Central Limit Order Book (CLOB) replacing AMM-style liquidity enables limit orders, slippage controls, dynamic fees, and more precise trading—big upgrades for serious traders.

New Product: Candles Markets — Short-timeframe, continuous-liquidity markets with automated resolution launch alongside USD1, appealing to high-frequency or quick-event bettors. Overhauled points system distributes weekly based on diverse metrics; trading volume, liquidity provision, referrals, content creation, quests, social engagement, rather than one signal.

This rewards broader activity, with multipliers for ?500 USD1 deposited and traded on BNB. Season 3 is called “pivotal” for future MYR ecosystem rewards—even late joiners can compete. Integration into Trust Wallet’s Predictions tab exposes Myriad to millions, especially in Asia where BNB Chain has strong adoption.

Cumulative trading volume has hit over $167M up significantly from earlier milestones like $100M in late 2025, with strong momentum from the migration and incentives. Positions Myriad as the first prediction market to fully adopt USD1 settlement, potentially attracting WLFI-aligned users and boosting USD1 utility and liquidity.

Strengthens BNB Chain’s lead in prediction markets; ecosystem-wide volume already crossed $20B+ earlier in 2026. Myriad’s move adds to players like Opinion Labs, Predict.Fun, etc., driving more TVL, activity, and on-chain volume—especially with low-cost infrastructure appealing for high-frequency prediction trading.

USD1 and WLFI Tie-In

As the first major protocol to go all-in on USD1, it enhances the stablecoin’s real-world use case in DeFi, gaming and predictions, potentially supporting peg stability and adoption amid WLFI’s ecosystem growth. Reinforces on-chain prediction markets’ shift toward efficiency, stable settlement, and mass accessibility via wallets like Trust. It counters fragmentation issues plaguing multi-chain setups and sets a model for others.

Some early community notes mention hype around the updates but call for monitoring execution; CLOB rollout this month, LP opportunities. This positions Season 3 as Myriad’s most ambitious yet—focusing on scalability, user retention via better rewards, and ecosystem alignment.

Kraken Advances its Platform Through Integrating Kraken CLI Designed for AI Agents

0

Kraken; the cryptocurrency exchange has recently released an open-source CLI tool specifically designed for AI agents to interact with crypto markets.

Kraken CLI is a single-binary execution engine written in Rust, zero dependencies that provides direct, native access to Kraken’s trading features for both developers and AI agents. It’s explicitly positioned as “the first AI-native CLI for trading crypto” and it mentions support for stocks, forex, and derivatives in some descriptions, though core focus is crypto.

Main Features: Full access to spot trading, futures, staking, subaccount transfers, funding flows, and real-time WebSocket streaming. 134 commands total. Clean, machine-readable NDJSON output optimized for programmatic use. Built-in local paper trading engine — allows AI agents to test strategies against live market data with zero financial risk.

Native support for Model Context Protocol (MCP): Running kraken mcp turns it into a secure, self-describing plugin compatible with agentic tools like Claude Code, Cursor, Codex, OpenCode, OpenClaw, and similar environments. This skips the need for custom API wrappers, nonce handling, or manual signing — agents can “understand” and execute operations natively.

This move is seen as a big step toward “agentic” finance — where autonomous AI agents trade 24/7, test strategies safely, and compete in markets. Community reactions on X highlight it as infrastructure for the future: set-and-forget bots, AI-vs-AI trading dynamics, and exchanges racing to build the best agent access with mentions of similar tools from competitors like OKX or earlier ones on other platforms.

Model Context Protocol (MCP) is an open-source standard and protocol, introduced by Anthropic in November 2024, that standardizes how AI applications like large language models, chat interfaces, or autonomous agents connect to external data sources, tools, services, and systems.

It’s frequently compared to a “USB-C port for AI”: just as USB-C provides a universal way to connect devices to peripherals without custom cables every time, MCP offers a single, consistent interface for AI to interact with the outside world — eliminating the need for dozens of bespoke, fragile integrations.

Modern LLMs are powerful at reasoning and generating text, but they lack real-time access to live data e.g., your calendar, files, databases, APIs, or trading platforms and can’t reliably perform actions without custom code. Traditional approaches; custom tool wrappers, function calling with raw HTTP, or RAG often lead to: Hallucinated API calls

Brittle integrations that break on updates. Security risks from loose permissions. High development overhead (N models × M tools problem). MCP solves this by defining a universal protocol for: Discovery — AI can query what tools/capabilities are available at runtime. Invocation — The model selects a tool, provides structured inputs, and gets deterministic results. Two-way communication — Servers can push updates, request clarification from the model/user, or stream progress. Security boundaries — Runs locally (e.g., over stdio) or remotely with controlled access.

MCP uses a client-server model: MCP Server — Exposes tools/data e.g., a Kraken CLI server for crypto trading, a Git server for repo access, a database connector, or a Figma integration. It describes tools via schemas like JSON inputs/outputs, handles execution, and enforces permissions and validation.

The protocol is built on JSON-RPC-style messages, with methods like: tools/list — Discover available tools and their schemas. tools/call — Invoke a specific tool with parameters. Support for streaming, user confirmation prompts, and more. No need to hardcode tools; the AI discovers and uses them dynamically.

The model picks the tool, but actual calls run in safe, validated code reducing hallucinations. Many implementations run locally with no network exposure. By 2026, widespread adoption includes Zapier (thousands of apps), GitKraken (Git/repo tools), databases, IDEs, and — as seen with Kraken CLI — crypto exchanges.

MCP isn’t an agent framework itself; it’s infrastructure that powers agentic behavior. Agents (systems that plan, reason, and act autonomously) use MCP to: Access real-time context (e.g., live market data on Kraken). Execute actions securely (place trades, query balances). Chain tools (e.g., check portfolio ? analyze ? trade).

In the Kraken CLI example, running kraken mcp turns the binary into an MCP server. An agent in Cursor, Claude Code, or OpenClaw can then “plug in” natively — discovering 134 trading commands, using paper trading mode, and executing without manual API key handling, nonce logic, or signing.

MCP represents a shift toward more reliable, scalable “agentic” AI — where models aren’t isolated brains but connected systems that act on real-world data and services. It’s still evolving; security models are implementation-dependent, but it’s rapidly becoming a de facto standard in 2026 for building practical, production-grade AI agents.

Some emphasize adding human guardrails for real-money execution to manage risks.It’s a forward-thinking release positioning Kraken strongly in the AI + crypto intersection, especially as agent adoption grows rapidly in 2026. If you’re building or running AI agents, this could be a plug-and-play way to give them real market execution capabilities on Kraken.

Square Enix Officially Becomes Baking Validator on Tezos Blockchain

0

Square Enix, the Japanese gaming giant famous for franchises like Final Fantasy, Dragon Quest, and Tomb Raider, has officially become a validator known as a “baker” on Tezos on the Tezos blockchain network.

This means the company operates a baker node, actively participating in: Validating and confirming transactions. Helping secure and maintain the network’s integrity. Contributing to one of the most energy-efficient proof-of-stake blockchains.

The announcement highlights Square Enix’s ongoing exploration of blockchain technology, building on prior investments in projects like The Sandbox, Soccerverse, and HyperPlay. A statement from Hideaki Uehara, General Manager of Investment and Business Development at Square Enix, noted:

“Square Enix has invested in various blockchain initiatives over the years. Operating a baker node on Tezos allows us to participate in and better understand this technology while contributing to the network’s operations.” This move is seen as a boost for Tezos’ credibility, especially in the growing Web3 gaming ecosystem which saw strong metrics in 2025, including hundreds of thousands of users and millions of transactions.

It signals deeper corporate involvement in blockchain infrastructure from major gaming players, potentially influencing areas like in-game assets, ownership, and decentralized gaming experiences. Tezos continues to attract interest from the sector due to its stability, low energy use, and governance features; validators like Square Enix can even participate in voting on protocol upgrades.

Running a live baker node lets them directly validate transactions, secure the network, and experience Tezos’ liquid proof-of-stake mechanics in production. Their official quote frames it exactly as: “participate in and better understand this technology while contributing to the network’s operations.”

This follows prior moves: launch validator on Oasys another Japan-focused gaming chain, involvement in the Mythos Chain DAO, and investments in The Sandbox, Soccerverse, and HyperPlay. It keeps a foot in Web3 without risking core IP or player backlash they scaled back aggressive NFT plans post-2023.

Positions them to potentially integrate Tezos for in-game assets, digital collectibles, or ownership features in the future — especially appealing given Tezos’ energy efficiency, low fees, and self-amending governance; no hard forks.

A household-name AAA publisher (Final Fantasy: 203M+ units sold; Dragon Quest: 94M+) now actively secures the chain. Trilitech (Tezos R&D hub) Head of Gaming Efe Kucuk called it “tremendous credibility” and noted Square Enix’s gaming reputation makes them “an ideal partner” to show Tezos’ potential “beyond traditional applications.”

Adds to ~275 total bakers ?100 public ones accepting delegations. Corporate validators like this enhance decentralization and enterprise appeal. Tezos already saw 440,000 unique users and 31 million transactions in its gaming ecosystem in 2025. This validates Tezos as a serious gaming-friendly chain and could attract more developers and publishers.

Big publishers are now running nodes, not just experimenting with NFTs. This normalizes blockchain as backend plumbing rather than front-end gimmick — especially on an eco-friendly chain. Other studios may follow; easier to pitch internal teams when a peer like Square Enix is already baking. Could accelerate true digital ownership models where players actually own cross-game assets.

Its stability, upgradability, and low environmental impact make it attractive for gaming vs. high-energy alternatives. $XTZ traded around $0.37–0.38 with modest gains ~1–5% intraday, largely tracking broader crypto sentiment rather than this specific news. Analysts noted no clear coin-specific catalyst beyond general positive macro. No explosive hype.

Crypto and gaming communities largely see it as bullish long-term “gaming moving deeper into blockchain”. Skeptics call it “hedging” or a “checkbox” — low-cost insurance in case Web3 takes off, without committing major resources yet.

It’s a quiet but high-signal win for Tezos and a pragmatic move for Square Enix — reinforcing blockchain as serious enterprise tech rather than 2022-style hype. It could quietly accelerate Web3 gaming maturation in 2026–2027, especially if more studios start baking or building on Tezos.

What is “The Umunneoma Economics”?

0

When you are honored at home, you must count your blessings. My alma mater, the Federal University of Technology Owerri (FUTO), has given me such moments of deep gratitude. In 2009, the university invited me to deliver its 15th Public Lecture. Years later, the Senate extended another privilege by asking me to present the University Convocation Lecture. The two engagements reflected different but complementary themes. The first lecture focused largely on technology, while the second examined development, linking both ideas to the university’s motto: “Technology for Service.”

The Convocation Lecture came in the midst of a project in the Harvard Business Review on the Igbo Apprenticeship System. As I prepared for the lecture, I realized that what I had previously discussed was largely a system of organization, but what was needed was a broader economic framework that could explain its underlying logic and relevance in modern development discourse. That reflection led me to coin the concept of “Umunneoma Economics.”

In developing the idea, I positioned it in conversation with the intellectual traditions of Adam Smith’s economic thought and the philosophical insights associated with Confucian social organization. My goal was to articulate a framework that explains how communal trust, apprenticeship, and distributed enterprise can serve as engines of economic development.

When the idea was presented that day, the response in the auditorium was overwhelming. The audience rose to its feet in a standing ovation. It was a powerful moment, not just because of the applause, but because the concept resonated deeply. The framework felt both new and familiar at the same time, fresh in its articulation yet rooted in practices many people had long observed within their communities.

What is “The Umunneoma Economics”?  The Umunneoma Economics is a conceptual economic philosophy rooted in Igbo communal values. The term originates from the Igbo expression “Umunneoma,” which loosely translates to “good kindred” or “a community of goodwill.” At its core, the concept reflects a model of economic organization where trust, kinship networks, shared responsibility, and cooperative advancement shape how capital, labor, and opportunity circulate within society.

The central idea behind Umunneoma Economics is that economic progress can be accelerated when communities function as collaborative networks rather than isolated individuals. Instead of relying solely on formal financial institutions or centralized economic actors, the model emphasizes the power of social capital. In such a system, members of a community support one another’s ventures, extend informal credit, share knowledge, and create distributed safety nets that help individuals navigate economic uncertainty. By strengthening these communal bonds, economic activity becomes both resilient and inclusive, enaling the rise of all, not just a few.

A key principle of Umunneoma Economics is community-centered capital formation. Economic growth often begins within trusted networks: families, extended kinship groups, and local communities. These networks pool resources and mobilize capital to help members start businesses, invest in opportunities, and recover from setbacks. Rather than waiting for external financing or institutional support, communities themselves become the first source of investment and encouragement for entrepreneurial activity.

Another important pillar is trust as economic infrastructure. In many African societies where formal institutions may be limited or slow to respond, trust-based relationships act as substitutes for legal and bureaucratic enforcement mechanisms. Reputation, honor, and social accountability reduce transaction costs and make it easier for individuals to collaborate economically. When trust functions as infrastructure, economic exchange becomes faster and more efficient because participants rely on shared norms and mutual understanding.

Umunneoma Economics also promotes distributed entrepreneurship. Instead of concentrating economic power in a small number of large corporations, the model encourages the emergence of many small and medium enterprises across a network of individuals. Each entrepreneur benefits from the support and encouragement of their community, creating a decentralized yet interconnected economic ecosystem. This distributed model allows opportunities to spread more broadly, empowering individuals across different levels of society.

Equally important is the principle of reciprocity and shared prosperity. Within the Umunneoma framework, success carries a moral and social expectation. Those who prosper are encouraged—often implicitly obligated—to reinvest in their networks. This may take the form of supporting relatives, sponsoring education, mentoring apprentices, or financing new ventures. In this way, wealth circulates throughout the community rather than remaining concentrated in the hands of a few. The result is a cycle of collective advancement where individual achievement contributes to broader social development.

Historically, Umunneoma Economics draws inspiration from traditional Igbo economic systems that flourished long before modern banking structures emerged. Trade networks, cooperative arrangements, and especially the Igbo apprenticeship system demonstrated how communal capital formation and mentorship could build vibrant commercial ecosystems. Through these mechanisms, wealth creation was intertwined with social responsibility and community development.

In essence, Umunneoma Economics presents an alternative perspective on development, one that recognizes the economic power of community relationships. By blending traditional communal principles with modern economic realities, the philosophy offers a framework in which trust, cooperation, and shared progress become foundational drivers of sustainable growth.

Polymarket Partners with Palantir Technologies and TWG AI for Sport Integrity Platform

0

Polymarket has partnered with Palantir Technologies and TWG AI to develop a next-generation sports integrity platform. This was announced by Polymarket CEO Shayne Coplan.

The collaboration focuses on building advanced monitoring tools using Palantir’s data integration and anomaly detection capabilities, combined with TWG AI’s expertise in financial infrastructure and sports. The core technology is the Vergence AI engine, a joint venture product from Palantir and TWG AI created last year. Key goals include: Detecting, preventing, and reporting suspicious or anomalous trading activity in real time.

Monitoring millions of data points to flag potential manipulation, unusual patterns, or misuse of information. Screening participants against banned lists from traditional sports betting. Producing compliance reports and tools to support leagues, teams, and regulators.

This comes amid growing scrutiny of prediction markets—especially sports-related ones—as they’ve exploded in popularity for events like elections, geopolitics, and now sports. Concerns about insider trading, market manipulation, and the need for credibility have intensified, with some platforms including Polymarket already referring insider cases to regulators like the CFTC.

The partnership aims to set a higher standard for integrity in prediction markets, particularly as they push toward more regulated frameworks; potential U.S. federal oversight for certain aspects. Polymarket emphasized that this could benefit the broader sports ecosystem by providing better visibility and tools than the current fragmented, state-by-state sports betting compliance setups.

They described it as promoting “trust, transparency, and reliability” for participants and institutions, highlights it as a response to insider trading risks in these markets, with the system designed to identify such activity proactively. On X, reactions range from excitement about scaling and enterprise-grade tech to conspiracy-tinged speculation; comparisons to “Minority Report” due to Palantir’s surveillance reputation.

This doesn’t appear to be a broad “insider trading identification” tool across all Polymarket markets but is targeted primarily at sports prediction contracts, where integrity concerns like match-fixing or insider info are acute. It positions Polymarket to grow responsibly in that vertical.

Insider trading volumes are inherently unquantifiable in real time—platforms don’t publicly break out illicit vs. legitimate trades, and detection itself was previously limited. The Vergence AI engine (Palantir + TWG AI) enables real-time anomaly detection across millions of data points: flagging unusual patterns, coordinated bets, participant screening against banned lists, and automated reporting.

This directly targets sports prediction markets; the fastest-growing segment and highest insider risk area due to match-fixing or non-public info. Insiders aware of the monitoring are expected to reduce or avoid activity on Polymarket to evade flags, referrals to regulators (like the CFTC), or account actions.
Industry precedent: Rival Kalshi has already referred insider cases to the CFTC and publishes quarterly flagged-trade reports.

Polymarket’s move aligns with this, raising the cost/risk of insider plays and shrinking that illicit subset of volume. Analysts and coverage frame this as a direct response to surging volumes amplifying manipulation risks—no sources expect insider activity to increase.

Stronger integrity tools address a key credibility problem: perception of “rigged” markets has already harmed growth in similar cases. By promoting “trust, transparency, and reliability,” the partnership could attract more retail, institutional, and even league/regulator participation—especially on Polymarket’s planned U.S.-regulated platform where the tools will likely debut first.

Prediction market volumes exploded from ~$9 billion (2024) to over $44 billion (2025), largely sports-driven. Reduced insider fears remove a drag, supporting continued or accelerated growth rather than a pullback. Some sophisticated insiders may simply shift to less-monitored platforms, offshore venues, or competitors without equivalent AI surveillance—potentially capping the reduction on Polymarket itself.

Focus is primarily sports contracts; broader election/geopolitical markets see less immediate change. Any initial volume dip would more likely stem from general market consolidation than the partnership (March volumes are already being watched as a sustainability test post-February highs).

The clearest implication is a net reduction in insider trading volumes on the platform over time through deterrence and enforcement, while total trading volumes are more likely to hold steady or rise due to enhanced legitimacy. This is standard for surveillance upgrades in any maturing market.

Hard numbers on the “insider” slice won’t emerge publicly, but fewer CFTC referrals or flagged cases in future quarters would serve as the indirect proof. The move positions Polymarket as more regulator-friendly, which could unlock even larger institutional flows long-term.