> For the complete documentation index, see [llms.txt](https://white-basics-2.gitbook.io/white-basics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://white-basics-2.gitbook.io/white-basics-docs/publish-your-docs-2.md).

# Integrations and API

**Integration with DEX and CEX**

White Basics provides deep integration with decentralized (DEX) and centralized (CEX) exchanges to increase liquidity and availability of memecoins. At the DEX level, the platform plans to connect to Serum DEX on Solana, which guarantees high liquidity and low commissions. Additionally, through cross-chain bridges, integration with Uniswap and PancakeSwap will be implemented, opening access to Ethereum and Binance Smart Chain ecosystems. For new memecoins, liquidity pools are automatically created on DEXs, providing them with a quick start.

In the CEX sphere, White Basics plans to establish API integration with leading exchanges such as Binance, Coinbase, and Kraken. This allows automating the listing process of popular memecoins on CEXs and provides users with a unified interface for trading on various centralized platforms directly from the White Basics platform.

**API for Developers**

White Basics provides a powerful and flexible API for developers, opening up opportunities for creating their own applications and services based on the platform. The API includes a full set of RESTful endpoints for access to all functions, WebSocket API for real-time data retrieval, and GraphQL API for flexible and efficient data querying.

API security is ensured by OAuth 2.0 authentication, and detailed documentation with interactive examples and SDKs for popular programming languages is provided for developers' convenience. A sandbox allows testing the API without using real data, and a system of quotas and tariff plans ensures control over API load.

**Integration with Payment Systems**

White Basics provides extensive opportunities for depositing and withdrawing funds, supporting both cryptocurrency and fiat payments. In the cryptocurrency sphere, the platform is directly integrated with the Solana blockchain for fast and cheap transactions, and also supports major cryptocurrencies through cross-chain bridges. Integration with multi-currency wallets such as MetaMask and Trust Wallet simplifies crypto asset management.

For fiat payments, White Basics integrates with Stripe and PayPal payment gateways, enabling acceptance of bank cards and electronic payments. Support for bank transfers via SWIFT and SEPA allows for large transactions, while integration with local payment systems expands coverage in key regions.

White Basics' payment system features automatic conversion between fiat and cryptocurrencies, an advanced machine learning-based fraud protection system, and strict compliance with KYC/AML norms. Instant internal transfers between platform users complement the functionality, making financial operations on White Basics convenient and secure.


---

# 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://white-basics-2.gitbook.io/white-basics-docs/publish-your-docs-2.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.
