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

# Welcome to J Tools

J Tools puts 40+ Solana token tools behind one connected wallet. Create a token, add liquidity, lock its authorities, airdrop to thousands of wallets, and watch your holders, all in one place. Your wallet signs everything. We never touch your keys.

[**Open J Tools →**](https://j.tools/en)

## Browse by category

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🚀 Launch a token</strong></td><td>6 tools to mint and launch, from SPL to Pump.fun.</td><td><a href="/pages/URt32MZDMed5O1p5Xc00">/pages/URt32MZDMed5O1p5Xc00</a></td></tr><tr><td><strong>💧 Add liquidity</strong></td><td>7 tools to open pools and manage positions.</td><td><a href="/pages/4waxOgRTt9DoMF9KInNA">/pages/4waxOgRTt9DoMF9KInNA</a></td></tr><tr><td><strong>🔁 Trade and bundle</strong></td><td>3 tools to swap and run atomic bundles.</td><td><a href="/pages/ftS7gT2ALpTp4aHiFEso">/pages/ftS7gT2ALpTp4aHiFEso</a></td></tr><tr><td><strong>📈 Boost and market</strong></td><td>5 tools to grow holders, volume, and reach.</td><td><a href="/pages/wyOQt6ga7aXIprWAPEqK">/pages/wyOQt6ga7aXIprWAPEqK</a></td></tr><tr><td><strong>🔒 Secure and lock</strong></td><td>7 tools to revoke authorities and lock your token.</td><td><a href="/pages/tdIP6t9QWIWw5lCjdtnn">/pages/tdIP6t9QWIWw5lCjdtnn</a></td></tr><tr><td><strong>👛 Wallets and transfers</strong></td><td>7 tools to generate wallets and move funds.</td><td><a href="/pages/lb6QtPwuebqy5bVgPvCW">/pages/lb6QtPwuebqy5bVgPvCW</a></td></tr><tr><td><strong>🪙 Token tools</strong></td><td>3 tools to mint, burn, and edit metadata.</td><td><a href="/pages/sFHB46Dm1hXvRs8HL02b">/pages/sFHB46Dm1hXvRs8HL02b</a></td></tr><tr><td><strong>🧰 Utilities</strong></td><td>4 tools for snapshots, WSOL, and account cleanup.</td><td><a href="/pages/QiiHJpmoabVTlwyVI5hG">/pages/QiiHJpmoabVTlwyVI5hG</a></td></tr></tbody></table>

{% hint style="success" %}
**New:** concentrated liquidity on [Meteora](/tools/liquidity/meteora-lp.md), [Orca Whirlpool](/tools/liquidity/orca-whirlpool.md), and [Raydium CLMM](/tools/liquidity/raydium-clmm.md).
{% endhint %}

## Most used

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Token Creator</strong></td><td>Mint a standard SPL token.</td><td><a href="/pages/9r2rW9r83CsCoJpYE8gL">/pages/9r2rW9r83CsCoJpYE8gL</a></td></tr><tr><td><strong>Create LP</strong></td><td>Open a liquidity pool so people can trade.</td><td><a href="/pages/QT0nYfDbGpJo4Cm5Tbs6">/pages/QT0nYfDbGpJo4Cm5Tbs6</a></td></tr><tr><td><strong>Multi Sender</strong></td><td>Airdrop a token to many wallets at once.</td><td><a href="/pages/ABVX2mBQDoCv7DEdVmKp">/pages/ABVX2mBQDoCv7DEdVmKp</a></td></tr><tr><td><strong>Swap</strong></td><td>Trade one token for another.</td><td><a href="/pages/wzTSdddfnEFKadxZXdPR">/pages/wzTSdddfnEFKadxZXdPR</a></td></tr><tr><td><strong>Holder Snapshot</strong></td><td>Capture and analyze your holders.</td><td><a href="/pages/IkDuDGRTPYj2wcjtbIre">/pages/IkDuDGRTPYj2wcjtbIre</a></td></tr><tr><td><strong>Make Immutable</strong></td><td>Lock every authority in one transaction.</td><td><a href="/pages/gbx1RbByQOVKZzt0PQkP">/pages/gbx1RbByQOVKZzt0PQkP</a></td></tr></tbody></table>

## You stay in control

{% hint style="success" %}
**J Tools is non-custodial.** We never hold your private keys and never ask for them. Every transaction is built in your browser and signed by your own wallet. If any page ever asks you to paste a private key, stop, close it, and let us know.
{% endhint %}

Read more in [Our security model](/help-and-security/model.md), or [browse the full tool catalog in the app](https://j.tools/en/tools).


---

# 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.j.tools/readme.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.
