> For the complete documentation index, see [llms.txt](https://docs.oisy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oisy.com/introduction/whats-new.md).

# What's New

## v2.5.2

Release date: July 23, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.5.2>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Added **ICP** and **ckBTC**, **ckUSDC**, and **ckUSDT** to the options to supply/borrow from **Liquidium**.
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* The **Universal Scanner** now also identifies **WalletConnect deep links** (that include the OISY domain) and initiates the connect flow directly.
* Added support to **sign messages** on the **Solana** network through **WalletConnect**, allowing OISY to connect to all Solana dapps that require message signing to sign in.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* The supply modal for BTC on Liquidium now correctly shows the confirmed BTC amount only.
  {% endhint %}

{% hint style="info" icon="book" %}
**Content**

* Added USD1 (World Liberty Financial USD) on Ethreum, BNB, and Solana.
  {% endhint %}

## v2.5.1

Release date: July 10, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.5.1>

{% hint style="warning" icon="heart" %}
**Improvements**

* We translated our deposit and withdraw forms on OISY Trade into all supported languages.
* We removed the consent checkbox for deposits ton OISY Trade.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* The token picker for the "sell" side of a limit order now correctly shows the deposited and free amount instead of the amount in the wallet.
  {% endhint %}

## v2.5.0

Release date: July 9, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.5.0>

{% hint style="success" icon="circle-plus" %}
**New Features**

* **OISY Earn welcomes Liquidium:** Borrow and lend Bitcoin, Ethereum, ICP and USDT directly from your OISY Wallet. True DeFi lending without centralized bridges.
* **OISY Notes:** Store your private notes with the same level of confidence as your digital assets. Encrypted and only readable by you (thanks to vetKeys). Share notes with links that expire after a single view.
* **OISY Trade limit orders:** Buy and sell your digital assets at prices you decide. Set your target price and let the order fill itself when it the price target hits. Live for ICP and ckUSDT, with more pairs coming.
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* We **overhauled the navigation bar** both on desktop and on mobile devices, to now show more options direct from the menu. The mobile nav bar now uses popup submenus to offer multiple options for a category.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fix a bug that could cause a "Gas fee not defined" error after the app went into the backgroup on mobile devices.
  {% endhint %}

## v2.1.2

Release date: June 30, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.1.2>

{% hint style="warning" icon="heart" %}
**Improvements**

* Allow multiple open WalletConnect connections, and allow to close them individually.
* Improved the NFT image loading process to use the collection contract directly as fallback for the metadata, if we don't get them otherwise.
* Improved the activity list to now show swap transaction that are contained in a single transaction to show the send and the receive parts in the 'expected' chronological order.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

*
* Fixed a bug that caused some native coin swaps (ETH, BNB, POL) to fail when routing through the Velora API.
  {% endhint %}

## v2.1.1

Release date: June 17, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.1.1>

{% hint style="warning" icon="heart" %}
**Improvements**

* Language and Currency settings were moved from the user menu to the settings page.
* 1Sec conversions will now execute in the background after the transaction is successfully submitted. A new list of active and finished transactions helps the user to keep track of them.
* Sending an NFT now shows the available NFTs in the same order the user has specified in the main NFT list.
* Allow to filter NFTs and tokens also by their token standard
  {% endhint %}

## v2.1.0

Release date: June 1, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.1.0>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Support for **NFT** collections from the **ICRC-7** standard.
* A new **export feature** allows users to export their token balance or transaction list into a CSV text file:   [Exporting Tokens and Transactions](/using-oisy-wallet/how-tos/exporting-tokens-and-transactions.md)
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* The main token list can now also be filtered by the address of the token contract.
* BTC transaction details now also show the provided fee amount.
* OISY Scan now also allows to initiate a send transaction when scanning an ICP principal, a bitcoin address or a solana address. (EVM to come next)
* When a swap fails with a generic error coming from the provider side, OISY now shows an information element on the swap review page.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed a bug where the OISY scanner went into inactive mode on mobiles after scanning an unsupported QR code.
* Fixed an issue where Velora swaps showed no active state for the first few seconds of the swap.
* Fixed a bug where some error toasts were shown behind the blur layer when a modal is open.
  {% endhint %}

## v2.0.9

Release date: May 22, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.9>

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Upgrading to oisy-wallet-signer v6 to resolve sdk incompatibility issues.
  {% endhint %}

## v2.0.8

Release date: May 13, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.8>

{% hint style="success" icon="circle-plus" %}
**New Features**

* We added a **Transaction filter** that allows users to filter the list of all transactions by token, transaction type, or contact.
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* Improved the UTXO selection algorithm when sending Bitcoin. We now select UTXOs to minimize the transaction costs, while also trying to lock as little BTC as possible.
* We also improved the Bitcoin sending process by allowing multiple simultaneous sends, by verifying the confirmation status of all UTXOs before composing a next transaction.
* <i class="fa-shield-check" style="color:green;">:shield-check:</i> **OISY protects you!** We now show a confirmation box if we can't get both token prices for a swap and can't display the value difference between the paid and the received amount.
* We improved the Swap form to recalculate the possible receive tokens after the user selected the token to pay.
  {% endhint %}

{% hint style="info" icon="book" %}
**Content**

* Added the new NNS Governance app to the App Explorer.
  {% endhint %}

## v2.0.7

Release date: May 8, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.7>

{% hint style="info" icon="book" %}
**Content**

* Support for **USDC.e** token (USD Coin Bridged) on Arbitrum and Polygon
  {% endhint %}

## v2.0.6

Release date: May 4, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.6>

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed an issue where swaps from IC tokens was not properly filtering the allowed target networks.
  {% endhint %}

## v2.0.5

Release date: May 4, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.5>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Integration with [**1sec.to**](https://1sec.to) to offer in-wallet bridging from Internet Computer to Ethereum, Base or Arbitrum for ICP, USDC, USDT, cbBTC, CHAT, GLDT, and BOB.
  {% endhint %}

## v2.0.4

Release date: April 28, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.4>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Users can now **sign up or in** very quickly with their **Google**, **Apple**, or **Microsoft** accounts.
* Newly designed **landing page.**
* A new **filter for small transactions** now hides spam transactions from the user's Activity list.
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* Improved the sorting of networks. Except for the first 3 fixed networks Bitcoin, Ethereum and ICP, the additional ones are sorted alphabetically consistently throughout the application
* Improved the default sorting for tokens. All native coins (ETH, BNB, POL, SOL) now appear first in the list, before all the 'regular' tokens.
  {% endhint %}

## v2.0.3

Release date: April 17, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.3>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Added an improved QR Code **scanner** to OISY, which allows to pay with OISY Pay, establish WalletConnect connections, or scan network addresses during a send transaction.
* Clicking the **WalletConnect connection indicator** does not disconnect the connection directly, but opens a modal that shows a list of open connections, and allows to user disconnect a specific one.
* **NFT** and **NFT Collection pages** now have a **close button** that allow a quick return to the page the user came from.
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* **ICP transactions** that contain the account of a counterparty instead of a principal can still find the matching contact if it has only stored the principal.&#x20;
* The **WalletConnect connection indicator** is now only shown when a connection is active.
* **Inactive tokens** get automatically **activated** after a user **swapped** into them.
* The **warning** about ICRC tokens that don't have an index canister is now **only shown once per token**. Once the user confirmed this, it's not shown again.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed an issue where **swappable Solana tokens** did not show the **Swap button** in their token view.
  {% endhint %}

## v2.0.2

Release date: April 10, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.2>

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed a bug where the application name in the web manifest was not resolved during the build and remained `{{OISY_NAME}}` , which was then used as app name when installed as PWA on Android.
  {% endhint %}

## v2.0.1

Release date: April 10, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.1>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Enable to download OISY as **PWA** on mobile phones and desktops.
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* Temporarily removed the Harvest Autopilot vault for Ethereum USDC.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed the calculation of the "swappable" vs. "convertable" assets in the Earn section.
  {% endhint %}

{% hint style="info" icon="book" %}
**Content**

* Added "Where in the World is Motoko Tokyo" to the app explorer.
  {% endhint %}

## v2.0.0

Release date: April 9, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v2.0.0>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Added a new **Earn** section, which allows to see a list of all available earn opportunities in OISY.
* Integrated **Harvest Autopilot** **Vaults** as new earn opportunity, and allow users to stake or unstake from them.
* Integration with the **NEAR Intents** protocol, allowing to swap tokens across multiple networks.
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* Move the help menu into the user menu to get more space available on the header row.
* Keep the text based token filter when switching between Tokens, NFTs and Earning.
* Use ICPSwap as fallback price source if we don't get a price for an icrc token.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed a bug that caused some icrc tokens to fail loading the latest balance.
  {% endhint %}

## v1.9.15

Release date: April 1, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v1.9.15>

{% hint style="success" icon="circle-plus" %}
**New Features**

* Swap offers that have a value difference larger than -5% now show a confirmation info box on the review page, and the user must check it before the swap can be executed.
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed a bug where a user could get automatically logged-out when using OISY in multiple browser tabs simultaneously.
  {% endhint %}

## v1.9.14

Release date: March 30, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v1.9.14>

{% hint style="warning" icon="heart" %}
**Improvements**

* Enable ckUSDC minting and burning
  {% endhint %}

## v1.9.13

Release date: March 27, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v1.9.13>

{% hint style="warning" icon="heart" %}
**Improvements**

* Improved the hero image for VEUR
* Removed KongSwap as swap provider and from the app explorer
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed some lists where the scrollbars were not properly displayed anymore
* Fixed an issue where token performance indicators were not correctly shown on Android phones
  {% endhint %}

## v1.9.12

Release date: March 26, 2026\
Change log: <https://github.com/dfinity/oisy-wallet/releases/tag/v1.9.12>

{% hint style="success" icon="circle-plus" %}
**New Features**

* OISY PAY now also support additional ICRC tokens, like ckBTC, VCHF and VEUR
* Users can filter fungible tokens by their asset type: Crypto, Stablecoin, Stock, or Commodity
  {% endhint %}

{% hint style="warning" icon="heart" %}
**Improvements**

* Temporarily disable converting ckUSDC from/to USDC and show an info banner
* Allow scrolling in lists when a toast is shown
* Improved the scanner to successfully scan borderless QR codes in dark mode
  {% endhint %}

{% hint style="danger" icon="screwdriver-wrench" %}
**Fixes**

* Fixed a but where a transaction execution modal could not be closed after a successful execution
  {% endhint %}


---

# 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.oisy.com/introduction/whats-new.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.
