Policy

Points to JPYC: The Off-Chain Oracle Behind Kansai Electric's Polygon Integration

CryptoFox

On July 30, a wholly owned subsidiary of Kansai Electric Power Company activated a feature in the MOACT loyalty application. It allows users to convert points into JPYC, a yen-denominated stablecoin, on Polygon, through HashPort Wallet. The announcement is four paragraphs of enterprise optimism.

Here is the problem: the press release describes a pathway, not a protocol. The pathway has at least one server in the middle. That server is not a smart contract. It is not a validator. It is an off-chain decision point that determines when a user's points become a stablecoin balance. This decision point is the most important component of the entire integration, and the announcement discloses nothing about it.

In my experience auditing code that turns a marketing story into a financial system, the hidden components are where the losses live. The original source gives seven facts. None of them are technical. None of them reveal the conversion mechanism. None of them tell the user who controls the keys, who signs the transaction, or what happens when the off-chain ledger is wrong.

Logic prevails where hype fails to compute.


Context: The Players and the Thin Announcement

The participants are straightforward.

MOACT is a points rewards application run by a subsidiary of Kansai Electric Power, one of Japan's largest regional utilities. It is a customer loyalty product, not a crypto exchange. HashPort is a Japanese blockchain infrastructure company. It operates HashPort Wallet, the declared entry point for the conversion. JPYC is a yen-pegged stablecoin issued by JPYC Inc., described in the announcement as a regulated Japanese stablecoin. Polygon is the settlement layer where the stablecoin balance appears.

The announced flow is: loyalty points convert to JPYC. The JPYC then sits in the user's wallet on Polygon. From there, the user can use DeFi applications. The stated launch date is July 30. This is a live integration, not a pilot.

The source is a HashPort press release. That matters. A press release is a marketing document. It is optimized for signal, not for substance. It says nothing about reserve custody, contract audits, conversion fees, timelocks, multisig thresholds, or disaster recovery. The information density is low, so every conclusion drawn from this event must be directional rather than precise. That is not a criticism of the facts. It is a boundary condition for the analysis.

What can be said with high confidence: this is an integration between a centralized points system and a regulated stablecoin, on a public blockchain, with a wallet provider as the intermediary. That is a real-world application. It is not a paradigm shift.


Core: The Pipeline, Layer by Layer

Let's disassemble the conversion path. There are at least four discrete steps.

Step one: point verification. The user has a balance in the MOACT ledger. That ledger is the authoritative source for how many points exist and who owns them. It is operated by the utility's subsidiary. This ledger is off-chain. The user requests conversion through the app or the wallet.

Step two: off-chain point settlement. The points are debited from the MOACT ledger. This is a database update. It happens outside the blockchain. The record of that transaction is not in a block explorer.

Step three: stablecoin delivery. Once the points are debited, something must send JPYC to the user's wallet. The announcement does not say whether the issuer mints new JPYC at that moment or transfers from an operational reserve. Both are possible. The condition that triggers the transfer is a claim from an off-chain system — essentially a server says "this user converted points."

Step four: DeFi entry. The wallet now holds JPYC. The user can swap, lend, or provide liquidity on Polygon. Which protocols? Unnamed. What liquidity exists? Not disclosed. What slippage will the user see? Unknown.

Now look at the trust boundaries.

The points ledger is a source of truth only within the corporation. The blockchain cannot see it. The conversion API is a statement of fact to a financial system — a dangerous category. The wallet is a key holder. The stablecoin is a regulated asset with a central issuer.

Each boundary is an attack surface. In a properly decentralized system, the security would be anchored by the chain, enforced by smart contract logic, and auditable by anyone. In this integration, the chain is the last mile. The critical decision — "the user has points, release the stablecoin" — is made in a corporate system. The blockchain is the settlement theater, not the trust anchor.

This is not a condemnation. Many legitimate bridge services work this way. But when an announcement is written as if the blockchain brings the trust, there is a mismatch between the marketing layer and the system layer.


The Token Mechanics: ERC-20, Bridges, and Canonical Supply

A stablecoin on a second-layer network is rarely born there. The press release does not say whether JPYC on Polygon is a native token, a bridged representation of an Ethereum JPYC, or a new issuance directly on Polygon. The distinction matters more than most readers realize.

If JPYC on Polygon is a bridged asset, then there is a canonical contract on an origin chain, a bridge contract, and a wrapped representation on Polygon. The user's balance is a claim on the bridge, not directly on the issuer's reserve. The bridge operator holds the locked assets. If the bridge is compromised, the JPYC on Polygon is worthless even though the issuer remains solvent. This is the classic "bridge risk" that killed billions in cross-chain value over the last cycle.

If JPYC on Polygon is a native issuance, then the issuer has chosen to mint directly on the destination chain. The token contract exists on Polygon, the reserve is held in Japan, and the redemption process may be off-chain. The user's trust moves from a bridge to the issuer's operational honesty. The security model is simpler on the blockchain side but more concentrated on the corporate side.

The announcement's silence on this point is a material omission. For a user who converts points to JPYC and then deposits it into a DeFi pool, the difference between a bridged token and a native token is the difference between counterparty risk on the bridge operator and counterparty risk on the issuer. Both are centralization risks. The uninitiated user thinks the blockchain is the protector. It is not.

In my 2020 DeFi Summer work, I traced how assets moved across Aave, Compound, Uniswap, and Sushiswap. The recurring finding was that every extra hop creates a fee layer and a failure layer. A bridge is a hop. A conversion service is a hop. A wallet is a hop. Each hop extracts some value in fees and introduces some probability of catastrophic loss. The total probability is not the sum of the parts; it is the union of all failure modes. The more hops, the more ways the system can break.

The Kansai Electric integration has at least four hops. A user must trust the points ledger, the conversion API, the wallet key infrastructure, and the token's issuance model. That is a heavier stack than the marketing copy implies.


The Oracle Problem: A Database That Mints Value

The off-chain point ledger is not merely a backend database. In financial terms, it is an oracle. It feeds a state value — "user has N points" — that determines whether a stablecoin transfer happens. The moment you view it as an oracle, the vulnerability classes become obvious.

First, API compromise. The conversion service accepts requests. If the endpoint is not hardened, an attacker can send a request that impersonates a legitimate conversion. The service calls the wallet backend to sign a stablecoin transfer. The attacker's wallet receives JPYC. The user's points are not even touched; the attacker simply minted value from a forged request. This is a variant of the classic price oracle manipulation, except the manipulated state is "point balance" rather than "spot price."

Second, identity confusion. To convert, a MOACT account must be linked to a wallet address. The link is established somewhere in HashPort or MOACT's profile system. If the mapping can be overwritten — through an insecure profile update or an IDOR — an attacker can redirect a victim's conversion to their own wallet. The signature from the victim may be optional if the conversion flow is initiated from a compromised account.

Third, insider authorization. The conversion service has an administrative layer. An operator with access can trigger conversions at will. This is not a hypothetical; it is the normal design of a centralized conversion system. The blockchain does not prevent it. The blockchain only records it afterward.

Fourth, the duplication problem. Points are debited in the MOACT database, but the database is not cryptographically tied to the point's lifecycle. If the conversion fails halfway — points debited, stablecoin not sent due to a network error — the reconciliation process may or may not detect the mismatch. In a worse scenario, a retry mechanism could send JPYC twice for one point debit. The outcome depends on the idempotency of the conversion API. The press release does not mention idempotency checks.

Fifth, the transaction ordering problem. In DeFi, transaction ordering is a front-running vector. The conversion service signs a transaction to deliver JPYC to the user. If a mempool observer sees the delivery transaction, they cannot steal it, but they can front-run the user's subsequent trade. If the user is trying to buy a token, the front-runner sweeps the liquidity. The user suffers slippage. This is a minor risk in a small token, but it becomes significant when a stablecoin is being converted and then deployed.

I want to emphasize the latency angle. In my 2020 DeFi Summer work, I built a Python simulation that ran 5,000 mock transactions across flash-loan arbitrage paths. The goal was to understand liquidity fragmentation between Uniswap and Sushiswap. The most interesting finding was not the spread; it was the four-second oracle latency during high volatility. That small delay created exploitable windows for liquidations and arbitrage.

The point-to-JPYC pipeline has a similar but slower vulnerability window. If the conversion API is automated, the window is measured in the seconds between API call and transaction confirmation. If the flow involves a compliance review — likely for a regulated entity — the window extends to minutes or hours. An attacker does not need to be fast. They need to be patient enough to send a forged request when the reviewer is distracted, or to poison a dashboard so that the flagged transactions look legitimate.

The points ledger is a marketing system, not an economic settlement layer. It was designed to send reward notifications. It was not designed to withstand adversarial request manipulation. Coupling it to a stablecoin minting operation increases its security requirements by an order of magnitude.

Logic prevails where hype fails to compute.


The Stablecoin Trust Stack: What "Regulated" Does Not Cover

"Regulated" is a credential. It is not an architecture.

The JPYC stablecoin has three independent risk surfaces.

Surface one: reserve adequacy. The issuer must hold enough yen to back every token. A regulated regime can require this, and may audit it periodically. But the announcement does not state the audit cadence, the reserve custody, or whether the proof is public. In a DeFi environment, the user cannot see the reserve from the wallet. The user relies on the issuer's reputation and the regulator's oversight. That is a thin thread for a 1:1 redemption claim.

Surface two: smart contract bugs. The JPYC token contract, the transfer layer, and the wallet code are all code. Japanese regulation does not inspect every line of DeFi code. The FSA does not review Polygon contracts. A "regulated stablecoin" label can coexist with a buggy contract that has never been formally verified. The label is about the issuer's legal status, not the code's correctness.

Surface three: governance control. A regulated stablecoin issuer can freeze, blacklist, and potentially claw back assets in compliance with legal requests. In a DeFi context, this power is an emergency brake that can, in worst-case scenarios, become a liquidity trap. If the issuer pauses the token contract, a lending protocol that relies on the token's continuous transferability may fail to facilitate liquidations. Borrowers who want to repay cannot. Lenders who want to exit cannot. The freeze, intended to protect the system, can break it.

When a stablecoin with freeze capability enters an open lending pool, the issuer becomes an unintentional element of the protocol's risk model. This is a known tension. It usually appears in discussions about USDC and Tether. It applies equally to JPYC. The announcement's phrase "can be used in DeFi" glosses over that tension. The user's risk is not simply "the stablecoin is pegged to yen." The user's risk includes "the issuer may, under legal pressure, freeze the asset while it sits in a protocol."

This is not a FUD point. It is a governance property that should be evaluated before depositing JPYC into a lending pool.


The DeFi Liquidity Illusion

The conversion creates supply. The supply requires demand. The demand requires pools. Pools require liquidity providers. None of these are mentioned in the announcement.

Let's do a rough arithmetic exercise. Suppose MOACT has 100,000 active users who each hold 3,000 points worth 3,000 yen. That is 300 million yen in total points value. If every user converts, the supply of JPYC on Polygon increases by 300 million yen, or roughly $2 million at current rates. That is a meaningful amount for a niche token, but a small drop in the broader DeFi market. The market depth of JPYC/Polygon pools will determine whether those users can actually trade without moving the price.

A stablecoin peg is only as good as its redemption arb. If JPYC trades at 0.98 yen, arbitrageurs buy it, redeem it via the issuer, and profit from the spread. This redemption process must be frictionless: no long KYC delays, no redemption fee that exceeds the arbitrage profit, no minimum redemption amount. If redemption is not frictionless, the peg becomes soft. A soft peg is dangerous in DeFi, because collateralized positions and lending liquidations rely on a stable value.

In my analysis of the NFT storage bubble in 2021, I found the same pattern: a project layer that looks valuable until you measure the underlying infrastructure cost. Blockchains are not storage systems. Similarly, a loyalty points integration is not a liquidity provision. The points are an asset base. The liquidity must be built separately.

There is another concern: cross-chain fragmentation. JPYC may exist on multiple chains. If a bridge version of JPYC on Polygon is not canonical, the supply can be split between native tokens, bridged tokens, and operational reserve tokens. The liquidity fragments across chains. The user experience suffers. This is a regular issue for stablecoins with multiple issuance pathways. The press release does not explain issuance.

The actual question is: what can a user do with JPYC on Polygon today? Without a named DEX, a named lending market, or a liquidity incentive program, the conversion feature is a storage function, not a DeFi bridge. The user converts points into a stablecoin and then... holds it. That is not enterprise DeFi adoption. That is a logo-driven feature with an unfinished second half.


The Wallet UX Trap: Who Owns the Keys?

The wallet is the user's front door. The announcement does not say whether HashPort Wallet is custodial or non-custodial.

A custodial wallet is easier for beginners. The user sees a balance. The company holds the keys. Loss of the company's backend keys means loss of funds. The wallet is a database entry. The blockchain may not even be involved until a DeFi transaction occurs.

A non-custodial wallet is more aligned with DeFi values. The user holds the private key. The user must secure it. For a Kansai Electric customer — someone who may not have ever used a crypto wallet — the seed phrase is a serious barrier. If the user loses the phone, they lose the JPYC. If they are phished, they lose the JPYC. The utility brand cannot protect them from a stolen private key.

There is a middle path: multi-party computation, social recovery, or hardware-backed keys with custodial fallback. These are increasingly common. But they must be engineered, tested, and disclosed. The announcement gives no indication.

Why does this matter? Because the trust model changes. A custodial conversion service is a centralized flow with a blockchain output. The user's key custody is a separate risk center. If the wallet is non-custodial, the user acquires a cryptographic responsibility they may not understand. The corporate brand that introduced them to this asset is not obligated to rescue them from a seed-phrase mistake. The mismatch between user expectation and technical reality is where support tickets and lawsuits are born.

I have worked on this exact boundary. In 2026, I built a prototype sandbox for AI agents to interact with smart contracts. The key lesson from that work was that natural-language interfaces create a false sense of safety. Users assume the software understands the consequences of a request. The same principle applies here: a wallet that says "convert points" feels benign. The actual operation is a financial contract with a security model the user cannot see.


Single Points of Failure: The HashPort Triple Role

Take a step back and count the roles HashPort plays in this pipeline. HashPort is the wallet provider. HashPort is likely the conversion operator. HashPort is the entity that published the announcement. If HashPort handles both the conversion API and the wallet keys, it becomes the system's primary single point of failure.

A compromise of HashPort's conversion signing key allows an attacker to authorize arbitrary JPYC transfers. A compromise of HashPort's wallet infrastructure allows an attacker to drain users. A regulatory action against HashPort can halt conversion. An operational outage at HashPort can freeze the entire feature.

Is that acceptable? For a pilot, yes. For a "regulated enterprise adoption" story, it demands more disclosure. Utility customers trust the Kansai Electric brand. The brand's reputation is now tied to HashPort's security posture. Yet the public data on HashPort's security architecture is minimal.

In the post-crash audit of Terra Classic's recovery mechanisms, I found a similar structure: an emergency pause function controlled by a single multisig wallet. That wallet was a narrow, trusted point. When the network needed to act, the wallet was the bottleneck. The same logic applies here, but the bottleneck is not a wallet. It is an entire service provider.

This is the core of governance stress-testing. Identify every element whose failure can take down the system. Then assess how hard it is to compromise that element. The points database can be compromised by an insider. The conversion service can be compromised by an API bug. The wallet can be compromised by a key management mistake. The stablecoin issuer can be compelled to freeze. No single failure requires breaking Polygon's consensus. The chain can remain healthy while the entire integration collapses.


The Governance Stress Test: Three Failure Scenarios

Let's simulate the scenarios.

Scenario one: a user claims point theft. The MOACT ledger says the points are gone. They were already converted. HashPort sent JPYC to an address the user may not control. The user asks the utility to reverse the conversion. The utility asks HashPort. HashPort asks JPYC Inc. JPYC Inc. says the assets are on a decentralized network and cannot be reversed without a court order. The user's points are gone. The "regulatory" solution is a legal one. In DeFi, that is slow and expensive.

Scenario two: the FSA issues a freeze request for a wallet tied to criminal activity. JPYC Inc. freezes the address. If that address has supplied liquidity to a pool, the pool's liquidation engine cannot process the position. The protocol may break. The freeze does not only affect the suspect. It affects everyone in the pool.

Scenario three: the conversion service is disrupted. HashPort's signing key is stolen. The attacker converts a large amount of a legitimate user's points to JPYC and moves it to a DEX. The issuance is detected. JPYC Inc. freezes the token contract to stop the drain. The attacker's assets are frozen too, but so are the assets of legitimate users. The tweet stream is full of "I lost access to my funds in a regulated stablecoin." The trust erodes.

These scenarios are not unlikely. They are the standard failure modes of any integration that connects a centralized database to a public chain. The press release does not address them. It does not state the issuer's freeze policy, the wallet's disaster recovery plan, or the conversion API's circuit breakers.

A governance stress test is not an accusation. It is a map of where the system might break. When the map shows three independent control points all wielding power over the same asset, the system is centralized in practice even if the blockchain is decentralized in theory.


Regulatory Uncertainty: From Points to DeFi

Japan's stablecoin framework is a comparative advantage. The amended Payment Services Act creates a class for stablecoins that are backed by fiat and redeemable. This puts JPYC in a stronger position than many offshore projects. It also imposes obligations on the issuer.

But the transition from a payment instrument to a DeFi asset is not smooth. When a user takes JPYC and deposits it into a lending market, the asset stops being a simple electronic payment instrument. It becomes collateral in a financial contract. The issuer's regulatory obligations do not extend to that secondary use. The protocol is outside the issuer's control. The investor protection lens that applies to the stablecoin does not cover the DeFi contract.

There is a legal gray zone here for Japanese users. If they lose money in an unaudited DeFi pool, they cannot claim that the stablecoin's regulation protects them from the pool's smart contract risk. The announcement's phrase "can be used in DeFi" creates an expectation of safety that the regulatory framework does not actually provide.

There is also the question of whether the conversion of points into JPYC is treated as a prepaid payment instrument or as a financial transaction. Loyalty points have traditionally existed outside the scope of securities law. Once they become a redeemable stablecoin, the transaction may attract regulatory attention simply because it is a direct path from a consumer relationship to a financial asset. The Japanese FSA has been careful about stablecoin classification. A utility's loyalty points are not a bank deposit. But the moment they convert into JPYC, they become a payment instrument with redemption claims. The regulatory boundary is untested.

And there is the tax question. In Japan, the conversion of loyalty points to a redeemable asset may be taxable. The details depend on the points' characteristics under Japanese tax law. If the conversion is classified as an income event, the user acquires a tax liability at the moment of conversion. The press release does not mention this. The user may discover it at tax filing time. That discovery is a killer for low-value conversions: users who convert 1,000 yen of points may owe a tax report that costs far more in time and money than the asset is worth.

None of this is fatal. But it shows that the enterprise DeFi story is not just a technology story. It is a regulatory composite. Each layer has its own authority. The composite has not been fully stress-tested.


The Kansai Electric Brand as Collateral

The utility's name is part of the product. Kansai Electric Power is a household name in its region. When a household user sees MOACT, they see a trusted utility. When they see the JPYC conversion in the app, they assume the utility has done the diligence.

That assumption is the collateral. The utility's brand is being used to back a crypto pipeline that the utility may not fully control. If a user loses money through a conversion API exploit or a shallow liquidity pool, the user will not distinguish between HashPort's failure and Kansai Electric's endorsement. The reputational damage lands on the utility.

This is a classic enterprise risk-shifting structure. The corporate partner lends credibility. The technology partner operates the infrastructure. The user carries the risk. The corporate partner receives the innovation halo. The technology partner receives the revenue. The user receives a new way to convert points into an asset with a security model they do not understand.

The asymmetry of information is stark. The user knows the utility's brand. The user does not know the conversion API's idempotency logic. The user does not know if the wallet is custodial. The user does not know the redemption process. The user knows the logo. The logo is a security theater.

In my 2017 experience auditing an unverified hard fork project, I saw the same dynamic. The team had credibility. The narrative was strong. The code was broken. The investors learned the lesson after the rug pull. In this case, the code may not be broken. But the disclosure deficit is real. The market should demand transparency before celebrating the integration.


What Metrics Would Prove This Is Real Adoption?

A press release is an input. The output must be measured. Here is a practical framework for assessing whether this integration is genuine adoption or a corporate experiment.

First, conversion volume. How much point value has been converted to JPYC since July 30? If the number is in the millions of yen, it is a pilot. If it is in the hundreds of millions, it is adoption. The press release provides none.

Second, liquidity depth. What is the total value locked in JPYC pools on Polygon? How large is the largest JPYC/JPY or JPYC/USDC pool? Can a user swap 100,000 yen worth of JPYC without moving the price by more than 0.5 percent? Without this data, "usable in DeFi" is a theoretical claim.

Third, wallet activity. How many unique wallet addresses hold JPYC on Polygon? How many of those addresses were created through the MOACT conversion flow? If most JPYC holders are the same non-active addresses, the conversion is a transfer of tokens, not a creation of users.

Fourth, redemption functionality. Can a user redeem JPYC back to yen through HashPort Wallet? Is the redemption process automated or manual? What is the turnaround time? If redemption is slow or manual, the stablecoin is not a true stablecoin. It is a controlled token with an IOU.

Fifth, security disclosures. Has the JPYC contract been audited? Has the HashPort conversion API been penetration-tested? Is the issuer's reserve proof published on a schedule? If the answer to any of these is "no," then the "regulated" label is doing a lot of work that an audit should be doing.

I would publish these metrics in a follow-up. But a reader should not wait for the industry to do it. A reader should check the block explorer, the pool registry, and the issuer's disclosures directly. The data is on-chain for the latter parts of the pipeline. The off-chain parts — the conversion server, the KYC database, the key enclave — will remain opaque. That opacity is the information gap.


Contrarian Angle: The Logo Is Not a Security Control

The dominant narrative will be "Kansai Electric is bringing real users to Polygon." It sounds powerful. A large utility, a regulated stablecoin, a well-known wallet provider. This is institutional validation, the argument goes. This is what adoption looks like.

The contrarian reading is the opposite. The integration is a strong example of enterprise risk being pushed down to consumers, with a branding shield that makes the risk harder to see. The user sees Kansai Electric's branding and HashPort's app. They do not see the API, the key management, the reserve statements, the audit reports, or the DeFi liquidity. The logo radiates trust. The system architecture does not earn it.

My prediction is not that this integration will fail. It may work well. My prediction is about the sector: the first major enterprise points-to-stablecoin incident will be an off-chain compromise, not a chain-level hack. An attacker will find a way to make the points ledger say "yes" when it should say "no." The incident will expose the fact that the blockchain was never the security boundary.

There is a second contrarian angle. This integration may not be good for Polygon in the long run. A regulated stablecoin with a single issuer and a single conversion operator concentrates the economic security surface. If JPYC becomes a significant share of Polygon's gas market, a freeze event at the issuer level becomes a chain-level event. The chain's health becomes tied to the issuer's discretionary compliance actions. That is not a decentralized security model. It is a corporate backdoor with extra steps.

The deeper problem is the framing: "loyalty points meet DeFi" is a story about inclusion. The reality is a story about intermediation. The user's points are captured by a conversion fee at the bridge, then captured again by the DeFi protocol's fees. The user carries the tail risk. The utility, the wallet, and the issuer carry the upside. This is not an accusation of malicious intent. It is an observation about incentive alignment.

The phrase "enterprise adoption" deserves more scrutiny. Enterprise adoption in the sense of a utility using a blockchain for compliance reporting is real. Enterprise adoption in the sense of blockchain endowing a system with decentralization is often false. This integration is the latter. The points ledger is centralized. The issuance is centralized. The wallet is centralized. The only decentralized thing is the asset after it leaves the convertible pipeline. Once it enters DeFi, it is governed by protocol risk that no corporate press release can control.

Logic prevails where hype fails to compute.


Takeaway: Watch the Ledger, Not the Logo

This is a live integration. The functional reality will be visible over the next few quarters.

Do not watch the MATIC price. Watch the data.

Watch for the JPYC issuer to publish a monthly proof of reserves. If it does not, the "regulated" label is only legal, not financial. Watch for the conversion API to be tested by adversarial researchers. Watch for how many JPYC pools exist on Polygon and whether they have meaningful depth. Watch for the wallet security disclosures, especially around key custody. Watch for the FSA's first statement on stablecoins in DeFi lending.

If these disclosures arrive, the integration has a chance to become real adoption. If they do not, the integration remains a corporate feature with a blockchain backstory, and the risks are borne silently by users who never read this analysis.

The next shoe to drop will not be a price pump. It will be a security disclosure, a freeze, or a dispute over a conversion that cannot be reversed. When that happens, the question is not "who is at fault?" The question is "why did we describe a centralized database pipeline as decentralization?"

How many servers stand between a loyalty point and a decentralized protocol? At least one. That server owns the trust. The blockchain only owns the record.

Logic prevails where hype fails to compute.

Market Prices

BTC Bitcoin
$64,992.6 +0.89%
ETH Ethereum
$1,915.44 +0.56%
SOL Solana
$74.72 +2.33%
BNB BNB Chain
$594.7 +1.24%
XRP XRP Ledger
$1.03 +0.59%
DOGE Dogecoin
$0.0703 +1.43%
ADA Cardano
$0.1992 -1.09%
AVAX Avalanche
$6.52 +1.48%
DOT Polkadot
$0.8173 +0.10%
LINK Chainlink
$8.25 +0.52%

Fear & Greed

30

Fear

Market Sentiment

7x24h Flash News

More >
{{快讯列表(10)}} {{loop}}
{{快讯时间}}

{{快讯内容}}

{{快讯标签}}
{{/loop}} {{/快讯列表}}

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

12
05
halving BCH Halving

Block reward halving event

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

Tools

All →

Altseason Index

43

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$64,992.6
1
Ethereum
ETH
$1,915.44
1
Solana
SOL
$74.72
1
BNB Chain
BNB
$594.7
1
XRP Ledger
XRP
$1.03
1
Dogecoin
DOGE
$0.0703
1
Cardano
ADA
$0.1992
1
Avalanche
AVAX
$6.52
1
Polkadot
DOT
$0.8173
1
Chainlink
LINK
$8.25

🐋 Whale Tracker

🔴
0x082b...8e8f
6h ago
Out
4,188 BNB
🟢
0xca5b...4fdb
3h ago
In
3,275.48 BTC
🔵
0xf19c...a55e
2m ago
Stake
1,022 SOL

💡 Smart Money

0x7a0e...e38e
Market Maker
+$1.5M
64%
0x040a...8754
Institutional Custody
+$1.9M
60%
0xec4b...456f
Arbitrage Bot
+$0.6M
84%