# Bridging Stablecoins to MemeCore

MemeCore now supports stablecoins bridging via [Meson Finance](https://meson.fi).\
This enables seamless cross-chain transfer of stable assets into the MemeCore ecosystem.

***

## Supported Bridge

* **Meson Finance**
  * A fast and efficient cross-chain bridge using HTLC-based atomic swaps
  * Audited and integrated with multiple major chains

***

## Supported Assets (Inbound)

You can bridge the following **stablecoins** to MemeCore via Meson:

* **USDC**
* **USDT**

These assets are supported on **all chains** where Meson is live.

***

## Bridged Asset Format on MemeCore

Regardless of which stablecoin you bridge into MemeCore (`USDT` or`USDC`),\
it will be received as:

> **`USDC.e`** on MemeCore

This unified format simplifies liquidity management and dApp integration across the ecosystem.

***

## ⚠️ Important Notes

* `USDC.e` follows Circle's contract standard for bridged USDC tokens. Its value is backed by bridges' locking mechanisms on the source chain.
* Ensure you're using the **official Meson interface** to avoid phishing or loss of funds.
* MemeCore does not control Meson contracts or bridging operations. Please use at your own discretion.

***

## 📘 Getting Started

1. Visit <https://meson.fi>
2. Connect your wallet and select the source chain and asset (`USDT` or`USDC`)
3. Set the destination chain as **MemeCore**
4. Confirm the swap and wait for the asset to arrive as `USDC.e`


---

# Agent Instructions: 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:

```
GET https://docs.memecore.com/guides/bridging-stablecoins-to-memecore.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
