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

# Deployed Contracts

### SparkleX Earn Smart Contract

**Ethereum**

* spETH (SparkleX ETH Vault):

  [0xef8629d568adca04d0ac52c7388d5377872d7f61](https://etherscan.io/address/0xef8629d568adca04d0ac52c7388d5377872d7f61)

### SparkleX Farm Smart Contracts

Below are the strategy and manager contracts deployed on each supported chain.

#### 🔗 BSC

> Strategy smart contracts for the BNB Chain.

```yaml
Manager:                      0xb80e22b884E64B4DCEe7Cd53bc4d332A8d7cEceb
StrategyAddBaseTokenOnly:     0x36b3bED8EB898B14ebb59E782e5FB7B496Cb1334
StrategyAddLiquidity:         0x8Ae431833d43e98b6a00FADBD88b9E0319F3C71C
StrategyCollect:              0xbEEf81B368C4837222a4c86Fb97c27FB6b21B170
StrategyDecreaseLiquidity:    0xAADFeF02BD6524a71CBAB1FaB81eC9dB7d6752d4
StrategyZapMintED6:           0xB1439c4bB1aE50a55982b2F442983ED6DF890180
```

#### 🔗 Ethereum Contracts

> Strategy smart contracts for  Ethereum.

```yaml
Manager:                    0x29528Ea9E96c25322e531DF940d81CD9Bfc40a28
StrategyAddBaseTokenOnly:  0x491cC5dc8b66db1458B10241350BFD1783Cb94af
StrategyAddLiquidity:      0x72C339914Ae39FB068C696230757a9022654d2Cf
StrategyCollect:           0xEF2612De4f6AC1144841fbCA094628a4faFB30ab
StrategyDecreaseLiquidity: 0x85b52F9505f4aF63f541b4F9fB21779777E24b32
StrategyZapMint:           0x47274797A5640Ca35Ab7c6899d07D9D6D22B1534
```

#### 🔗 Base Contracts

> Strategy smart contracts for Base.

```yaml
Manager:                    0xb80e22b884E64B4DCEe7Cd53bc4d332A8d7cEceb
StrategyAddBaseTokenOnly:  0x36b3bED8EB898B14ebb59E782e5FB7B496Cb1334
StrategyAddLiquidity:      0x8Ae431833d43e98b6a00FADBD88b9E0319F3C71C
StrategyCollect:           0xbEEf81B368C4837222a4c86Fb97c27FB6b21B170
StrategyDecreaseLiquidity: 0xAADFeF02BD6524a71CBAB1FaB81eC9dB7d6752d4
StrategyZapMint:           0xB1439c4bB1aE50a55982b2F442983ED6DF890180
```


---

# 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://sparklexai.gitbook.io/docs/developer-docs/deployed-contracts.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.
