> For the complete documentation index, see [llms.txt](https://docs.cswap.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cswap.fi/information/cswap-dex-changelog.md).

# CSWAP DEX Changelog

## v1.0.2 - 2026-03-27

### **🚀 Release Overview**

This release introduces improved discovery tools, enhanced liquidity management workflows, and important UI refinements, along with temporary adjustments to ensure data accuracy.

***

### ✨Enhancements

* Added **Search Bar** for improved navigation across Tokens and Pools pages
* Introduced **basic pool filtering** to help users quickly find relevant liquidity pools
* Enabled **multiple pool support** for expanded liquidity strategies
* Improved **portfolio refetching** to ensure balances update immediately after changes
* Refined **portfolio filtering logic** to correctly handle case sensitivity
* Enhanced **Liquidity Management UI** for better usability and clarity
* Improved order flow by triggering **real-time portfolio updates after order creation**
* Fixed **staking unlock window display on mobile devices**
* Refactored **UI skeleton components** for improved consistency and alignment across pages

***

### 🐞 Bugfixes

* Fixed issue where **staking unlock windows were not displayed correctly on mobile**

***

### 🔧 Other Changes

* Temporarily **hidden Cost Basis and Net Gain/Loss columns** on the Manage page
* Implemented workaround for **data inconsistency between farm values (real-time) and cost basis (15-minute delay)**
* Columns will be restored once data synchronization is resolved

## v1.0.1 - 2025-11-01

### 🚀 Release Overview

***

### ✨Enhancements

* Wallet refresh / balance update functionality is significantly improved. When users swap and/or add liquidity, the balance updates once it is confirmed.
* Improved Eternl wallet implementation - Wallet session now remains intact even when the tab is closed.

***

### 🐞Bugfixes

* Order status (red dot) indicator bug has been fixed.
* Maximum slippage is now capped at 50% in the frontend. Note: this is also consistent with DexHunter's implementation of our order routing.

***

### 🔧 Other Changes

* Charles Mode is no longer enabled by default

## v1.0 – 2025-10-03

<figure><img src="/files/IJoz0LFCHQ7xMFzLfwTT" alt=""><figcaption></figcaption></figure>

🚀 Release Overview\
The official launch of CSWAP DEX v1.0 is now live on [cswap.trade](https://cswap.trade)!\
This version introduces major performance improvements, enhanced user experience features, and new personalization options.

***

### ✨ Key Features

#### 🔄 Hyper Swap

* Orders now can execute within the same block they are submitted.
* Significantly faster trade execution and smoother user experience.

#### ⚡ Faster Updates

* Real-time updates for swap, tokens, token detail, and pool detail pages.
* Prices, liquidity pool data, and other metrics update as soon as they hit the chain.
* Upcoming improvements to Manage, Staking, and Farming refresh will follow shortly after v1.0.

#### 💰 ADA Reward Claim

* Users staking or farming **$CSWAP** now earn ADA rewards alongside CSWAP rewards.
* Rewards can be directly harvested on **Staking** and **Farming** pages.
* Rewards currently come from DEX fees, with future expansion from additional CSWAP products.

#### 📊 Manage Page – Portfolio Overview (Beta)

* New **Portfolio Overview** for tracking LP and staking performance.
* Provides insights into LP/farm/staking gains, losses, and rewards.
* Currently in Beta, with ongoing improvements planned.

***

### 🎨 Settings & Personalization

#### Themes

* Expanded beyond classic **Dark Green**.
* **New Modes**: Light, Dark
* **New Colors**: Green, Blue, Pink
* **Special Theme**: Tron (default)

**Tron Mode**

* Futuristic, cyberpunk-inspired design.
* Includes **video modes** with animated backgrounds:
  * Always On
  * Off
  * Screensaver (after 15s idle)

#### Sounds

* Optional blockchain interaction (submit, success) and error/warning sounds.
* Special **Charles Mode** for Cardano enthusiasts (enabled by default).

***

### 📈 Charting Improvements

* Faster load times and backend enhancements.
* New Features:
  * Candlestick charting
  * Volume history display

***

### 🔧 Other Enhancements

* Improved display of historical data (prices and key info).
* APR calculations smoothed over 7-day trailing average.
* Better data refresh & synchronization.
* Eternl Dapp Store integration.
* Expanded wallet support (Eternl light wallet, NuFi, MetaMask).

***

### &#x20;🐞Known Issues

* Portfolio Overview is in beta, with continuous improvements on the way.
* Cost basis tracking for Liquidity Positions that are not staked in a farm (this is uncommon) is not enabled currently.  However, cost basis tracking is fully functional for farms and staking.
* Real-time synchronization improvements for staking and farming pages are on the roadmap and will follow shortly after launch.
* Multi-address wallet users may need to connect with single-address mode in order to see their farms and stakes.
* Additional real-time data enhancements will be released in the coming weeks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cswap.fi/information/cswap-dex-changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
