Cardano logs $48 mln inflows – Is ADA 26% rally a bull trap?

AmbcryptoPublished on 2025-07-16Last updated on 2025-07-17

Abstract

The press time price sits just $0.03 below the $0.78 cluster, suggesting the move could trigger a classic bull trap and liquidate long traders.

Key Takeaways


Cardano recorded a $48 million liquidity inflow as Open Interest (OI) surged past $1 billion in the past day. However, liquidity cluster data hints that a bull trap may be forming.

Cardano [ADA] has continued its rally, gaining 2.87% in the past 24 hours and bringing its weekly rise to 26.86%.


However, this may not be a straightforward bullish continuation. While analysis shows that ADA has a clear path to new highs, underlying market activity suggests it could be a trap.

Liquidity inflows hit a peak


There’s been a sharp rise in market liquidity over the past 24 hours across both the derivatives and spot markets.


In the derivatives segment, Open Interest—which measures the total value of unsettled Futures contracts—climbed over 3% to $1.21 billion, adding roughly $48 million to the market per CoinGlass.

ADA open interest
ADA open interest

Source: CoinGlass


This marks the third time this year that OI has crossed the $1.2 billion level—previously in March, when ADA traded at $1.17, and for most of January, when price hovered around $1.


These liquidity inflows are typically seen as bullish and align with prior rallies above $1.2 billion, which historically preceded further upward moves.


The spot market also shows a strong bullish stance.

ADA spot exchange netflow
ADA spot exchange netflow

Source: CoinGlass


Data from the Spot Exchange Netflow—which tracks net buying or selling pressure—indicates that over $14 million in ADA was purchased over the past week.


This buying pressure has helped sustain ADA’s uptrend, with the token trading at $0.7522 at press time.


On-chain confirms modest inflow


On-chain metrics also support the bullish trend, albeit on a smaller scale.


Total Value Locked (TVL) in protocols built on Cardano rose slightly over the past day, suggesting increased investor activity.


According to DeFiLlama, Cardano’s TVL has now reached $333 million, reflecting growing confidence in the network and a long-term bullish outlook.

Cardano TVL chart.
Cardano TVL chart.

Source: DeFiLlama


If TVL continues to climb, it could add further support to the ongoing accumulation trend in both spot and derivatives markets, helping ADA maintain its bullish position.


However, AMBCrypto’s analysis suggests this might be a setup—a potential bull trap—especially as ADA has started to move upward.


Bull trap forming for ADA?


Chart data indicates that a bull trap could be forming, based on liquidation cluster zones—key areas where price is likely to gravitate.


A close look at the 24-hour Liquidation Heatmap reveals limited liquidity ahead of ADA’s current price, with clusters only reaching up to $0.78.

Source: CoinGlass


In contrast, a large concentration of unfilled liquidity lies below, stretching down to $0.68.
With ADA still trading in a bullish phase at $0.75, it’s likely to reach for the $0.78 liquidity cluster before reversing sharply to fill lower orders.


The press time price sits just $0.03 below the $0.78 cluster, suggesting the move could trigger a classic bull trap and liquidate long traders.

Trending Cryptos

Related Reads

Anthropic Creates an AI Jailbreak 'Penal Code': Your Requests, Four Ways to Die

Anthropic has publicly detailed its security measures and a new "Cyber Jailbreak Severity" (CJS) framework following the controversial takedown of its Fable 5 model. The incident, triggered by simple user requests like counting letters or stating a profession, highlighted overzealous safety filters. Anthropic classifies cybersecurity-related prompts into four tiers: malicious activities (blocked), high-risk dual-use (like pentesting, with strict limits), low-risk dual-use (often blocked by "safety margin" errors), and harmless tasks (theoretically allowed but still frequently flagged). The company admits its classifiers are tuned for high sensitivity, leading to many false positives. The newly proposed CJS framework aims to objectively score the severity of AI "jailbreaks" (prompts that bypass safety rules) on a 0-10 scale across four dimensions: Capability Gain (does it grant new attack abilities?), Breadth (does it work across multiple attack types?), Weaponization Ease (how hard is it to turn into a real attack?), and Discoverability (how easy is it to find?). The score determines the response, from no action (CJS-0) to a potential model takedown (CJS-4). The score is context-dependent; for example, discovering a major unknown vulnerability today scores high, while asking about a well-known one scores low. The article raises concerns about Anthropic's dual role: it is both creating powerful models (like the restricted Mythos 5) and defining the rules (CJS) for judging their misuse, potentially giving it disproportionate influence. This is set against the backdrop of U.S. export controls, which for the first time directly restricted API access to a model (Fable 5), creating a "tiered" system where public models are heavily filtered and advanced ones are limited to vetted partners. The CJS framework is portrayed as potentially providing regulators with a metric to justify future API shutdowns. For users, the advice is to carefully phrase prompts, watch for signs of being downgraded to a weaker model, and wait indefinitely for promised filter improvements.

marsbit25m ago

Anthropic Creates an AI Jailbreak 'Penal Code': Your Requests, Four Ways to Die

marsbit25m ago

$100M Annual Revenue, Two Berkeley Roommates in Their 20s Build the Most Profitable AI Business

Arena, the AI model ranking platform, has become a $100 million annual revenue business just eight months after launching its commercial service. Originally a UC Berkeley open-source research project called Chatbot Arena, it created a "battle arena" where users blind-test and vote on anonymous AI model responses. This has generated a highly trusted, community-driven leaderboard based on over 10 million user evaluations and 82 million votes. Major AI companies like OpenAI, Google, and Anthropic submit their flagship models to be ranked. The core monetization strategy is its AI Evaluations service, where model developers and large enterprises pay for in-depth performance analysis from Arena's massive user community. This provides real-world feedback on model strengths, weaknesses, and hallucinations—a critical service as models become more complex. The company, spun out from Berkeley in early 2025, quickly raised $100 million in seed funding at a $600 million valuation and later secured a $150 million Series A at a $1.7 billion valuation. The founding team includes CEO Anastasios Angelopoulos, a mathematician focused on rigorous model evaluation; CTO Wei-Lin Chiang, creator of the popular Vicuna chatbot; and co-founder Ion Stoica, a renowned Berkeley professor. Arena is now expanding beyond chat benchmarks into "Agent Mode," evaluating AI agents on complex, multi-step tasks like coding and research. The company's success illustrates the growing value and cost of independent, real-world AI model evaluation as the industry intensifies.

marsbit29m ago

$100M Annual Revenue, Two Berkeley Roommates in Their 20s Build the Most Profitable AI Business

marsbit29m ago

Racking Up 24,000 Stars: With One Command, AI Can Now Find Its Own Skills

Vercel, known for its developer tools like Next.js, has launched 'skills', a package manager for AI coding agents, garnering 24,000 GitHub stars. It allows developers to add specialized capabilities, such as React best practices, to AI assistants like Claude Code or Cursor with a single command: `npx skills add <package>`. Skills are shareable, reusable modules that define an AI agent's behavior for specific tasks, moving beyond one-off prompt engineering towards standardized 'capability engineering'. A key innovation is the 'find-skills' skill, which acts as an internal search engine, allowing an agent to autonomously find and install the right skill for a user's request. This lowers the barrier for non-developers to leverage advanced AI coding assistance. However, this 'npm moment' for AI brings significant security risks. Security audits of thousands of skills on platforms like skills.sh and ClawHub found over 30% contained security flaws, with about 13% classified as severe. Threats include malicious scripts that can access local files and credentials, and prompt injection hidden within skill documentation. Unlike traditional code packages, skills blend instructions, code, and system access, posing a direct risk to user machines and data. Experts advise treating skills like code—reviewing them carefully before installation, especially their scripts, and being wary of excessive permissions. Ultimately, Vercel's initiative represents a major shift towards modular, reusable AI capabilities, but its rapid adoption requires developers to bring the same caution used in managing traditional software dependencies.

marsbit30m ago

Racking Up 24,000 Stars: With One Command, AI Can Now Find Its Own Skills

marsbit30m ago

Claude Engineer Finally Unveils Fable 5's Ultimate Strategy, Teaching You How to Bridge the Information Gap with AI Models

This article, titled "Claude Engineer Finally Releases Fable 5 'Skill-Burning' Guide, Teaching How to Bridge the Information Gap with Models," details a blog post by Claude Code engineer Thariq Shihipar. The core concept is the "information gap" or "unknowns"—the disconnect between a user's instructions (the "map") and the actual task requirements (the "territory"). The article argues that with powerful models like Claude Fable 5, work quality depends on the user's ability to identify and clarify these unknowns. Shihipar categorizes unknowns into four types: Known Knowns (explicit instructions), Known Unknowns (awareness of gaps), Unknown Knowns (implicit, unstated knowledge), and Unknown Unknowns (unforeseen issues). The blog provides a framework for addressing these gaps throughout the workflow: * **Before Implementation:** Techniques include "Blindspot Scanning" to uncover Unknown Unknowns, brainstorming/prototyping for visual or complex tasks, having Claude ask clarifying questions, using reference code/examples, and creating implementation plans. * **During Implementation:** Maintaining an "implementation notes" file for Claude to document deviations and decisions made due to encountered edge cases. * **After Implementation:** Creating summary documents for review and having Claude generate quizzes to ensure the user fully understands the completed changes. The article concludes that as models become more capable, the key to success is systematically discovering and defining these unknowns through low-cost methods like prototyping and planning, allowing for more effective collaboration.

marsbit35m ago

Claude Engineer Finally Unveils Fable 5's Ultimate Strategy, Teaching You How to Bridge the Information Gap with AI Models

marsbit35m ago

Trading

Spot

Hot Articles

How to Buy MLN

Welcome to HTX.com! We've made purchasing Melon (MLN) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy Melon (MLN) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your Melon (MLN)After purchasing your Melon (MLN), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade Melon (MLN)Easily trade Melon (MLN) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

3.7k Total ViewsPublished 2024.03.29Updated 2026.06.02

How to Buy MLN

What is $MELON

Understanding cocomELON, $$melon: A Deep Dive into a Unique Crypto Project Introduction to cocomELON, $$melon In the rapidly evolving landscape of digital currencies and blockchain technology, innovative projects continue to emerge, each attempting to carve their niche within the decentralized ecosystem. One such project is cocomELON, $$melon, which seeks to integrate the engaging aspects of gaming with the lucrative opportunities that cryptocurrency presents. This article aims to explore the intricate details surrounding cocomELON, $$melon, its overarching vision, its creators, backers, unique operations, and timeline of important events within its development. What is cocomELON, $$melon? cocomELON, $$melon is a crypto project that seeks to create a playful and community-driven ecosystem centered around the entertainment aspect of digital assets. While the term 'cocomELON' may evoke imagery of childhood entertainment, in this context, it serves as a representation of a creative and engaging approach to cryptocurrency. The project aims to amalgamate the thrill of gaming with decentralized finance (DeFi), allowing users not just to invest but to actively participate in a platform that incentivizes creativity and user interaction. Users can expect a blend of gamified elements, including non-fungible tokens (NFTs), staking mechanisms, and collaborative community experiences—all designed to enhance user engagement while capitalizing on the expansive potential of web3 technology. Who is the creator of cocomELON, $$melon? The creator of cocomELON, $$melon remains unspecified within the available information. This anonymity can often be a notable feature in the crypto space, aligning with the ethos of decentralization and community-led projects. Despite the lack of visibility regarding the founder, the strategic vision and integration of user participation suggest a team of experienced professionals in both the tech and entertainment sectors is likely driving the initiative. Who are the investors of cocomELON, $$melon? As with many innovative crypto projects, detailed information about the investors backing cocomELON, $$melon is not publicly disclosed. However, the project's potential and outline suggest an interest from a mix of angel investors, venture capitalists, and possibly, strategic partnerships within the tech industry—particularly those involved in web3 attractions, gaming, and digital content creation. Inviting investment from relevant sectors underscores the project's commitment to developing a robust and engaging platform that addresses modern entertainment and financial needs. This ecosystem could be appealing to those looking to diversify their investment portfolios into emerging art and creative technologies. How does cocomELON, $$melon work? The operational model of cocomELON, $$melon is innovative and engaging, designed to attract and retain users within the crypto ecosystem. Here are some factors that contribute to its uniqueness: Gamification of Crypto: By integrating gaming elements into the cryptocurrency experience, cocomELON, $$melon makes the process of investing more accessible and enjoyable for users. Features such as quizzes, rewards for participation, and interactive tasks could make users feel integral to the project's success. Community-driven Development: Emphasizing a community-centric approach encourages user feedback and growth alongside the project. The ecosystem likely promotes social sharing and incentivizes collaborative initiatives, thereby ensuring a continuous flow of creative input from users. NFT Utilization: As a significant trend in digital creativity, NFTs are expected to play a pivotal role within the cocomELON, $$melon ecosystem. Users may be able to create, buy, and sell unique digital assets, providing them with a sense of ownership and expression within the community. Evolving Content: The project is positioned to adapt its offerings based on user engagement and trends, ensuring its longevity and relevance in the fast-paced digital space. Regular updates and varied content will keep users returning for fresh experiences. Timeline of cocomELON, $$melon Understanding the historical context of cocomELON, $$melon helps illustrate its development and evolution within the crypto landscape. Here are some key milestones in its journey: 2021: The conceptualization of cocomELON, $$melon takes place, introducing the blend of gaming and cryptocurrency. 2022: Community engagement strategies are developed, driving initial interest and user base formation. 2023: Pre-launch of the platform occurs with a series of marketing efforts aimed at raising awareness and gathering a community of supporters. 2024: Full launch of the cocomELON, $$melon platform, enabling users to engage with its features, participate in content creation, and commence transactions. Key Points About cocomELON, $$melon Community Engagement: The backbone of cocomELON, $$melon lies in its community-driven initiatives, fostering a strong sense of belonging and collective growth. Diversified Offerings: Incorporating gaming elements along with financial activities, the project strives to cater to a broad audience beyond just traditional investors. Adaptability: The capacity to evolve based on user interaction ensures cocomELON, $$melon remains relevant and attractive within the fast-paced landscape of cryptocurrency. User Empowerment: By promoting user-generated content and collaboration, cocomELON, $$melon aims to empower its community, transforming passive observers into active participants. In conclusion, cocomELON, $$melon presents an innovative approach within the cryptocurrency industry, merging entertainment with investment opportunities. Its focus on community engagement, adaptability, and gamified elements uniquely positions it in a crowded market, offering both existing and new crypto enthusiasts an entertaining way to engage with digital assets. As it continues its development, cocomELON, $$melon looks set to push boundaries, leveraging the creativity and collaboration of its user base, which remains at the heart of its mission.

436 Total ViewsPublished 2024.05.02Updated 2024.12.03

What is $MELON

What is MELON

Melon Dog: A New Contender in the Web3 and DeFi Landscape Introduction In the ever-evolving landscape of cryptocurrency, innovative projects continue to emerge, each with its unique vision and community-driven goals. Among them is Melon Dog ($MELON), a cryptocurrency token that operates within the web3 space and decentralized finance (DeFi) ecosystem. This project distinguishes itself by fostering a playful atmosphere while striving to build a robust community around its offerings. In this article, we explore what Melon Dog is, the factors contributing to its uniqueness, and the vision it encapsulates. What is Melon Dog ($MELON)? Melon Dog is a cryptocurrency token that prioritizes community engagement and aims to deliver a distinctive experience in the DeFi sector. The driving force behind this project is the desire to create a sense of belonging and participation among its users. Melon Dog’s approach involves not only engaging the community with various activities but also involving them in roadmap releases that guide the project's development. The core philosophy of Melon Dog hinges on the cultivation of a “cult-like” community. This strategy aims to harness the passions and interests of its members, ultimately leading to a robust and interactive ecosystem. As the DeFi space continues to develop, Melon Dog distinctly positions itself at the intersection of community-driven initiatives and innovative tokenomics. Who is the Creator of Melon Dog ($MELON)? As intriguing as the project may be, information regarding its creator remains obscured. The team behind Melon Dog has chosen to keep its identity private, which is a notable characteristic of many cryptocurrency projects in recent years. This anonymity adds a layer of mystery, although it also raises questions about accountability and transparency. While the absence of publicly available details about the project’s origins may deter certain investors, others find value in the decentralized ethos of crypto projects that embrace anonymity. In this context, Melon Dog’s creator could very well be a collective of individuals committed to the project’s mission rather than a single identifiable figure. Who are the Investors of Melon Dog ($MELON)? Currently, there is no discernible information about specific investment organizations or foundations that have financed Melon Dog. This lack of detailed investment backing underscores an important consideration: the project appears to thrive on community contribution and organic growth rather than relying on significant venture capital investments. The development of Melon Dog reflects a growing trend within the crypto industry, where community involvement often takes precedence over traditional financial backing. This model invites participation from enthusiastic users who, through their involvement, shape the project’s direction. How Does Melon Dog ($MELON) Work? Melon Dog operates by leveraging principles inherent in the DeFi and web3 spaces, dedicating itself to creating a community-oriented project. The token's functionality stems from its promise to engage users through diverse activities, such as roadmap releases and community-driven events. One of the project's unique aspects is its emphasis on interaction; users are invited not merely to invest but to actively participate in the project’s journey. This approach seeks to empower community members, giving them a sense of ownership and partnership in achieving shared goals. Moreover, the infrastructure that supports Melon Dog is inherently decentralized, which aligns with the fundamental beliefs of both the DeFi and web3 landscapes. By fostering a space where users can partake in governance and propose initiatives, the project not only promotes transparency but also encourages innovation and evolution based on collective community feedback. Timeline of Melon Dog ($MELON) Understanding the key milestones in the development of Melon Dog provides insight into its progress and community engagement efforts. Below is a timeline of important events that have marked the project’s history thus far: November 13, 2024: Melon Dog announces a new strategic roadmap aimed at expanding its community. This announcement signals a significant advancement in the project and emphasizes its commitment to fostering user engagement. While this timeline showcases a singular significant event, it reflects the project’s aspirations moving forward. Future updates and roadmap expansions will undoubtedly contribute to its evolving narrative. Key Points About Melon Dog ($MELON) Community Focus Melon Dog places a strong emphasis on building an active and engaged community. Its design and ongoing initiatives are constructed to cultivate a sense of belonging among users. Operational Framework Situated within DeFi and web3, Melon Dog stands out as a project that invites participation, enabling users to contribute to shaping its future. Roadmap Releases Regularly scheduled roadmap releases serve as touchpoints for community involvement, ensuring that the user base is informed and can actively contribute to upcoming developments. Cult-like Community The project identifies itself as a fun and cult-driven initiative, actively promoting loyalty and commitment amongst its users. Important Considerations The ongoing success of Melon Dog is intricately linked to community engagement and participation. The anonymity of its creators and absence of external funding may raise questions, but these elements also reflect a broader trend towards decentralized models within the crypto industry. Conclusion Melon Dog ($MELON) presents an intriguing case within the realms of DeFi and web3, driven by its community-centric philosophy. While details surrounding its creators and investors remain elusive, the project’s emphasis on user participation and community engagement is noteworthy. As the crypto landscape continues to evolve, Melon Dog’s unique approach may pave the way for innovative community-driven projects that thrive on collective effort and shared enthusiasm. In this playful yet purposeful venture, Melon Dog stands as a testament to the transformative power of community in the crypto ecosystem, showcasing how a united group of advocates can foster a thriving digital environment. As new developments unfold, it will be fascinating to observe how Melon Dog continues to engage its cult-like community and expand its initiatives in the ever-changing world of cryptocurrency.

2.2k Total ViewsPublished 2024.11.11Updated 2024.12.03

What is MELON

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of MLN (MLN) are presented below.

活动图片