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

# Symbiosis Developer Tools

## Overview

Symbiosis Developer Tools provide resources for integrating swaps and other supported operations with the Symbiosis protocol.

The main integration method is the **Symbiosis API**.&#x20;

{% hint style="info" %}
The Symbiosis JS SDK is deprecated. Existing integrations that still use the SDK should migrate to the Symbiosis API.
{% endhint %}

## Available Features

The Symbiosis API provides access to supported cross-chain and on-chain operations:

1. Swaps across 50+ supported chains, including Ethereum, Tron, Solana, Bitcoin, and other networks.
   * **Cross-chain swaps:** Swap supported tokens across supported blockchain networks.
   * **On-chain swaps:** Swap supported token pairs on a supported network.
2. **Interchain communication**

   Transfer tokens to third-party protocols.
3. **Cross-chain zapping**

   Zap supported tokens into a Symbiosis-managed liquidity pool.
4. **Bridging**

   Mint or burn protocol tokens used for transfers between supported chains and the Symbiosis Host Chain. This feature is mainly used for tokens that support Symbiosis cross-chain swap infrastructure. It is not a general-purpose bridge for any token to any chain.

   For more details, see [Symbiosis sTokens and Supported Chains](/main-concepts/wrapped-tokens.md).

   If a custom token needs to be bridged, it requires additional review and setup on the Symbiosis side. This is handled separately from the standard API integration flow.
5. **Cross-chain operation status tracking**

   Retrieve transaction status updates.

**Note:** “Supported tokens” and “supported token pairs” refer to tokens that can be exchanged through available Symbiosis routes and supported liquidity sources.

## Related Links

* [Symbiosis API](/developer-tools/symbiosis-api.md)
* [Symbiosis Core Smart Contracts Overview](/crosschain-liquidity-engine/symbiosis-core-smart-contracts-overview.md)
* [Security Audits](/main-concepts/security-audits.md)
* Cross-chain swap concepts: [Symbiosis: Cross-Chain Swaps](/main-concepts/symbiosis-cross-chain-swaps.md)&#x20;


---

# 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.symbiosis.finance/developer-tools/symbiosis-developer-tools.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.
