# Technology & AI Capabilities

#### How does the AI interface work? Do I need to code?

No coding is required. Axon utilizes a Natural Language Processing (NLP) engine. You interact with the protocol via a chat interface similar to ChatGPT.

* Example Command: "Move 50% of my USDT holdings into low-risk ETH staking strategies on Arbitrum."\
  The AI parses this intent, calculates the best route, and executes the transaction.

#### What is the Abstracted Liquidity Layer?

This feature removes the need for manual cross-chain bridging. In a traditional workflow, moving assets from Ethereum to Solana requires finding a bridge, wrapping tokens, paying gas on both sides, and waiting. Axon handles this backend complexity instantly using cross-chain messaging protocols (like LayerZero or CCIP). To the user, it feels like a single, fluid liquidity pool.

#### Can the AI predict market crashes?

While no system can predict the future with 100% accuracy, Axon’s Machine Learning models analyze on-chain data (whale movements, liquidity drains) and off-chain data (macro sentiments). This allows the system to identify probability curves for volatility. If the probability of a downturn exceeds a safety threshold, the Guardian Protocol proactively shifts funds to stablecoins/stable assets.


---

# 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.axontoken.vip/7.frequently-asked-questions/technology-and-ai-capabilities.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.
