> For the complete documentation index, see [llms.txt](https://docs.julswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.julswap.com/julswap-ai-terminal.md).

# JulSwap AI Terminal

It currently supports the following functions:

1. **Transfer**
2. **Trade**
3. **Add Liquidity (LP)**
4. **Mint NFTs**
5. **Deploy Tokens**

**Supported Blockchains**

The JulSwap AI Terminal operates seamlessly on:

* Binance Smart Chain (BSC)
* Sonic Blockchain

**Key Features**

* **EVM Compatibility:** Built for EVM-compatible blockchains.
* **AI Integration:** Connected to the OpenAI system for enhanced functionality and user experience.
* **Private Key Integration:** Requires your private key for secure operations.

**Setup Instructions**

1. **Get Your OpenAI API Key**
   * Obtain your API key from the [OpenAI website](https://platform.openai.com/account/api-keys).
   * Save your API key on the JulSwap AI Terminal page at <https://terminal.julswap.com>
2. **Set Up Your Private Key**
   * Generate a new private key, for example, using MetaMask.
   * Add the private key to the terminal for secure operations. For testing purposes, we recommend creating and using a new private key.
3. **Configure RPC Settings**
   * You can adjust the pre-configured RPC settings directly within the terminal.
4. **Understand Gas Requirements**
   * On Sonic Blockchain, you need **S** as gas.
   * On Binance Smart Chain, you need **BNB** as gas.

**Capabilities**

The JulSwap AI Terminal can perform all essential blockchain functions for you, including:

* Trading
* Sending tokens
* Minting NFTs
* Creating new tokens
* Adding liquidity to pools

**Future Developments**

We’re continually improving the JulSwap AI Terminal. Upcoming features include:

* **DAO Investment Analysis:** Comprehensive token and project analysis.
* **AI-Powered Trading Tools:** Fully powered by AI, enabling you to trade more effectively and independently.

**Special Benefits for JULD Holders**

JULD holders will enjoy exclusive benefits and features as the platform evolves.

Start your journey with the JulSwap AI Terminal and experience the future of blockchain technology today


---

# 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://docs.julswap.com/julswap-ai-terminal.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.
