Paradex Official Statement: Brief System Interruption Fully Resolved, User Funds Always Secure

marsbitPublished on 2026-01-21Last updated on 2026-01-21

Abstract

Paradex has confirmed that a brief platform outage earlier this week did not affect any user funds or asset security. The incident occurred during internal system maintenance and lasted several hours, but has been fully resolved. Throughout the event: - User balances remained intact - All assets remained secure - No fund losses, unusual transfers, or account risks occurred The team responded promptly, providing updates via Discord as the single source of truth to ensure transparent communication. They addressed user inquiries directly and supported individual account checks. Paradex noted that some media coverage appeared coordinated and included inaccuracies or premature reporting, which amplified the event beyond its actual technical impact. Since full restoration, platform metrics have recovered strongly: - Total trading volume exceeds $1.5B - TVL and open interest have returned to pre-incident levels and continue growing - User participation remains stable Paradex emphasizes its commitment to accuracy and transparency, and remains focused on providing a high-performance decentralized trading experience.

Paradex has confirmed that the brief platform interruption that occurred earlier this week did not affect the security of any user funds or assets.

The incident occurred during the deployment of internal system fixes, lasting several hours, and has now been fully resolved with normal operations restored.

The platform emphasized that throughout the process:

  • User balances were not affected in any way
  • All assets remained secure at all times
  • No fund losses, abnormal transfers, or account risks occurred

After the issue was identified, the Paradex team immediately initiated emergency response protocols, providing continuous updates to the community while advancing repair efforts to ensure transparent communication.

Unified Information Release Mechanism Ensures Clear and Transparent Communication

During the system maintenance period, Paradex designated Discord as the sole official information release platform to prevent information fragmentation and the spread of unverified messages.

Users received continuous updates through this channel including:

  • Progress updates on fault investigation and handling
  • Technical repair status explanations
  • Clear guidance on platform restoration timelines

Meanwhile, team members remained online to directly address user concerns and support individual account verification or issue clarification, ensuring user rights remained unaffected.

Observations and Clarifications Regarding Some Media Reports

Paradex noted that following the incident, numerous related reports quickly emerged in the market, including from some media channels that had not previously covered Paradex consistently.

Many articles showed high similarity in publication timing and narrative angles, raising legitimate questions about information amplification or synchronized narrative propagation rather than reporting based on independent technical investigation.

Additionally, some content contained the following issues:

  • Insufficient technical details
  • Certain factual inaccuracies
  • Reports published before official investigation concluded

Related content was subsequently further amplified on social platforms, expanding the incident's impact beyond the scope of the actual technical issue.

Paradex pointed out that similar situations are not uncommon in the crypto industry. Even mature platforms may encounter misinterpretation or overinterpretation during technical upgrades or system maintenance, reflecting the inherent complexity of decentralized trading infrastructure.

Platform Operational Data Fully Restored and Showing Continuous Growth

Since the system's complete recovery, Paradex's core operational metrics have fully stabilized and show a continuing upward trend:

  • Platform cumulative trading volume has exceeded $1.5 billion
  • TVL (Total Value Locked) and open interest have returned to pre-incident levels and continue to grow
  • XP Rewards Season 2 has entered its final two weeks, with XP boost mechanisms remaining open and user participation staying stable

Relevant data indicates that users maintain high trust in Paradex's technical capabilities and platform stability.

Paradex's Position

Paradex stated that in the rapidly developing crypto industry, accepting external attention and scrutiny is normal, but accuracy, professionalism, and objectivity are crucial.

The team remains willing to provide necessary data and technical context to media and the community to support fact-based rational discussion.

About Paradex

Paradex is a decentralized trading platform focused on high performance, transparency, and a user-first experience, serving global crypto traders.

Website: https://paradex.trade/

X (Twitter): https://x.com/paradex

Discord: https://discord.gg/paradex

Contact

Growth Lead

Joshua Nwaelleh

Paradex

[email protected]

Related Questions

QWhat was the nature of the recent issue Paradex experienced and how long did it last?

AParadex experienced a brief platform interruption that lasted for several hours during the deployment of an internal system fix.

QAccording to the official statement, was any user capital or assets affected during the system interruption?

ANo, user balances were not affected at all, all assets remained safe, and there was no loss of funds, unusual transfers, or account risks.

QWhat was the primary official channel Paradex used to communicate updates during the incident?

AParadex designated Discord as its sole official information release channel to ensure clear and transparent communication.

QHow does Paradex describe the media coverage that followed the incident?

AParadex observed that many articles were highly similar in their release timing and narrative angle, suggesting coordinated amplification rather than independent technical reporting, with some containing insufficient technical details and factual inaccuracies.

QWhat key operational metrics does Paradex report have returned to normal and continued to grow after the fix?

AKey metrics such as cumulative trading volume (over $1.5B), Total Value Locked (TVL), and open interest have returned to pre-incident levels and are showing continued growth.

Related Reads

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit4m ago

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit4m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit5m ago

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit5m ago

Trading

Spot
活动图片