# MEME Trading

**Combination of decentralisation and centralisation**

<figure><img src="https://v7djrgk75uf.jp.larksuite.com/space/api/box/stream/download/asynccode/?code=MzE0YmQwNWU0N2VjNGViYTUwZTUzMDI4YjA0MzM4MjFfNnQ2a3JpWWZTUVZMeldnR00yb0JmWXVnYlc1M0JUTHpfVG9rZW46TjczUmJ4ajF1b0dCdGd4cW5VcmozUlhzcE5iXzE3Mzg3NjYyMDg6MTczODc2OTgwOF9WNA" alt=""><figcaption></figcaption></figure>

* **Web2 users (On-chain transactions through a custodial wallet)**
  * Users initiate transactions and ensure their wallet has sufficient assets and gas fees.
  * The custodial wallet deducts the corresponding assets and signs the transaction.
  * The custodial wallet completes the on-chain transaction via OKX OS.
  * Upon transaction completion, the corresponding assets are credited to the user's account.
* **Web3 users (Users independently complete on-chain transactions via external wallets)**
  * Users initiate transactions and ensure their wallet has sufficient assets and gas fees.
  * Confirm the transaction within their external wallet.
  * The front-end calls OKX OS to complete the on-chain transaction.


---

# 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.socrates.com/main/whitepaper/socrates-whitepaper/introduction-to-the-lifecycle-of-a-meme/meme-trading.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.
