# Assetux Exchange Update

*March-April updates in Assetux Exchange*

By [Assetux](https://blog.assetux.com) · 2026-04-19

---

Assetux Exchange
================

**The unified multi-chain swap gateway** — buy crypto with a card, swap across 30+ networks, and send to Web3 Name domains in one interface.

🔗 [exchange.assetux.com](https://exchange.assetux.com)

* * *

What's new — April 2026
-----------------------

### Platform update: futuristic landing, custom recipient address & deep-link routing

We shipped a major batch of improvements to Assetux Exchange. Here's everything that landed.

* * *

#### 1\. New landing design

The page below the swap form has been redesigned from the ground up. Instead of plain paragraphs, you now get:

*   **Stats bar** — 30+ networks, 10 000+ tokens, <30 s average swap time, 0% custody risk.
    
*   **Feature grid** — six cards covering multi-chain support, best rates, card payments, non-custodial architecture, Web3 Names, and deep-link routing.
    
*   **How it works** — four numbered steps (choose tokens → enter amount → set recipient → confirm).
    
*   **SEO content** — buy with card, swap via Uniswap/Jupiter/Meteora, send to Web3 Names.
    

The aesthetic is dark futuristic: gradient text, glass-morphism cards, tight typography.

* * *

#### 2\. Custom recipient address (`toAddress`)

Previously swaps always landed in the connected wallet. Now you can toggle **"Set recipient"** in the swap header and type any destination:

*   **Plain EVM address** — validated as `0x…` 40-hex on blur.
    
*   **Plain Solana address** — validated as base58 (32–44 chars).
    
*   **Cross-chain validation** — if you pick BNB as destination chain and paste a Solana address, the widget rejects it immediately with a clear error before you can request a quote.
    
*   **Space ID domains** — type `alice.bnb` or `vitalik.eth` and the widget resolves it to an on-chain address in real time (600 ms debounce). If the domain can't be resolved the swap button stays disabled.
    

The resolved address flows through the entire quote → swap / card-buy pipeline — LI.FI `toAddress` param and the Wert `toWallet` param are both updated.

* * *

#### 3\. URL deep-link routing

Pre-fill the widget from a URL. All params are optional:

    /?fromChain=ETH&toChain=BNB&fromToken=USDC&toToken=BNB&amount=100&toAddress=alice.bnb

Param

Example

Notes

`fromChain`

`ETH`, `SOL`, `56`

Chain name substring or numeric chain ID

`toChain`

`BNB`, `8453`

Same

`fromToken`

`USDC`, `ETH`

Symbol or token address

`toToken`

`SOL`, `BNB`

Symbol or token address

`amount`

`0.5`, `100`

From-amount, pre-filled

`toAddress`

`0x…`, `alice.bnb`

Recipient — opens the custom-recipient panel automatically

This enables sharing a pre-configured swap link — useful for token listing announcements, support links, and partner integrations.

* * *

#### 4\. Space ID — connected wallet name display

When your EVM or Solana wallet is connected, Assetux now does a reverse Space ID lookup and shows your Web3 Name next to the address:

    From: 0xb592…3540  spaceid.bnb
    

Supported via `@web3-name-sdk/core` — checks BNB Chain (`.bnb`), Ethereum (`.eth`), Arbitrum (`.arb`), and more automatically.

---

*Originally published on [Assetux](https://blog.assetux.com/assetux-exchange-update)*
