> For the complete documentation index, see [llms.txt](https://www.docszh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.docszh.com/solv-docs/technical-docs/interfaces-of-services/data-services/solvbtc-solvbtc.lsts-storage-pools.md).

# SolvBTC/SolvBTC.LSTs 存储池

### 查询SolvBTC存储池列表

支持的链：<https://sft-api.com/graphql>

方法：POST

#### Header

| Name          | Type   | Mandatory | Description |
| ------------- | ------ | --------- | ----------- |
| Authorization | string | Yes       | use “test”  |

#### GraphQL查询

```
query SupportedChainsM
{
  supportedChainsM {
    chainId
    idAndCurrency {
      poolSlotInfoId
      currencySymbol 
    }
  }
}
```

#### 响应示例

```
{
  "data": {
    "supportedChainsM": [
      {
        "chainId": 1,
        "idAndCurrency": [
          {
            "poolSlotInfoId": 136,
            "currencySymbol": "FBTC"
          },
          {
            "poolSlotInfoId": 224,
            "currencySymbol": "cbBTC"
          },
          {
            "poolSlotInfoId": 186,
            "currencySymbol": "WBTC"
          }
        ]
      },
      {
        "chainId": 56,
        "idAndCurrency": [
          {
            "poolSlotInfoId": 102,
            "currencySymbol": "BTCB"
          }
        ]
      },
…
          ]
  }
}
```

### 查询SolvBTC.LSTs存储池列表

收益池支持的链：<https://sft-api.com/graphql>

方法：POST

#### Header

| Name          | Type   | Mandatory | Description |
| ------------- | ------ | --------- | ----------- |
| Authorization | string | Yes       | use “test”  |

#### GraphQL查询

```
query YieldPoolSupportedChains($yieldType:String)
{
  yieldPoolSupportedChains(yieldType: $yieldType) {
    chainId
    poolSlotInfoId
    yieldType
  }
}
```

#### 变量

| No. | Name      | Mandatory | Type   | Description                                                         |
| --- | --------- | --------- | ------ | ------------------------------------------------------------------- |
| 1   | yieldType | Yes       | string | <p>Support：</p><p>Babylon</p><p>Ethena</p><p>Core</p><p>Jupiter</p> |

#### 示例

```
{
  "yieldType":"Babylon"
}
```

#### 响应示例

```
{
  "data": {
    "supportedChainsM": [
      {
        "chainId": 1,
        "idAndCurrency": [
          {
            "poolSlotInfoId": 136,
            "currencySymbol": "FBTC"
          },
          {
            "poolSlotInfoId": 224,
            "currencySymbol": "cbBTC"
          },
          {
            "poolSlotInfoId": 186,
            "currencySymbol": "WBTC"
          }
        ]
      },
      {
        "chainId": 56,
        "idAndCurrency": [
          {
            "poolSlotInfoId": 102,
            "currencySymbol": "BTCB"
          }
        ]
      },
…
        ]
      }
    ]
  }
}
```

### 查询流动性池信息

网址：<https://sft-api.com/graphql>

方法：POST

#### Header

| Name          | Type   | Mandatory | Description |
| ------------- | ------ | --------- | ----------- |
| Authorization | string | Yes       | use “test”  |

#### GraphQL查询

```
query BTCPoolInfo($filter:PoolFilter)
{
  btcPoolInfo(filter: $filter) {
    poolInfo {
      id
      nav
      productInfo{
        slot
        name
        description
      }
      poolOrderInfo{
        poolId
      }
    }
  }
}

```

#### 变量

| No. | Name           | Mandatory | Type   | Description |
| --- | -------------- | --------- | ------ | ----------- |
| 1   | filter         | Yes       | object |             |
| 1.1 | poolSlotInfoId | Yes       | number | <p><br></p> |

#### 示例

```
{
  "filter":{
  	"poolSlotInfoId":200
  }
}
```

#### 响应示例

```
{
  "data": {
    "btcPoolInfo": {
      "poolInfo": {
        "id": 200,
        "productInfo": {
          "slot": "88468361214282768022888996948490661551803884394452793264507689010931000556751",
          "name": "SolvBTC",
          "description": "SolvBTC is a universal Bitcoin Reserve token that unifies fragmented Bitcoin liquidity across different blockchain networks. It provides a 1:1 backed Bitcoin reserve with transparent proof of reserves, giving Bitcoin holders access to DeFi ecosystems and yield opportunities across chains.\n\n### Key Highlights:\n- Unify fragmented liquidity of Bitcoin assets across various chains.\n- Unlock Bitcoin-powered DeFi on every chain.\n- Transparent proof of reserves ensures 1:1 backing of SolvBTC.\n- Access to Bitcoin Liquid Staking Tokens (LSTs) for additional yield without sacrificing liquidity."
        },
        "poolOrderInfo": {
          "poolId": "0x0d85d41382f6f2effeaa41a46855870ec8b1577c6c59cf16d72856a22988e3f5"
        }
      }
    }
  }
}
```

### 存储池列表

### SolvBTC

<table><thead><tr><th width="144">Chain</th><th width="498">Pool ID</th><th>Currency</th></tr></thead><tbody><tr><td>Ethereum</td><td>0x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d</td><td>FBTC</td></tr><tr><td>Ethereum</td><td>0xdc0937dd33c4af08a08724da23bc45b33b43fbb23f365e7b50a536ce45f447ef</td><td>cbBTC</td></tr><tr><td>Ethereum</td><td>0x716db7dc196abe78d5349c7166896f674ab978af26ada3e5b3ea74c5a1b48307</td><td>WBTC</td></tr><tr><td>BNB Chain</td><td>0xafb1107b43875eb79f72e3e896933d4f96707451c3d5c32741e8e05410b321d8</td><td>BTCB</td></tr><tr><td>Arbitrum</td><td>0x488def4a346b409d5d57985a160cd216d29d4f555e1b716df4e04e2374d2d9f6</td><td>WBTC</td></tr><tr><td>Avalanche</td><td>0xf5ae38da3319d22b4628e635f6fa60bf966de13c5334b6845eba764d6321e16b</td><td>BTC.b</td></tr><tr><td>Merlin</td><td>0xdb76947333de76435723149d54aefc7c0eeea3c2ca8b763b315f4298aef33c37</td><td>M-BTC</td></tr><tr><td>Mantle</td><td>0x5fb3c44123fbc670235d925a21f34b75bc33a7d48bee64341dc75aadda58988d</td><td>FBTC</td></tr><tr><td>BOB</td><td>0x5664520240a46b4b3e9655c20cc3f9e08496a9b746a478e476ae3e04d6c8fc31</td><td>WBTC</td></tr><tr><td>Base</td><td>0x0d85d41382f6f2effeaa41a46855870ec8b1577c6c59cf16d72856a22988e3f5</td><td>cbBTC</td></tr><tr><td>AILayer</td><td>0xceb9b1f66795e1f73acf4f99fddf540e0ecc6f9f4103c56f8dd2fb8034caf5cb</td><td>ABTC</td></tr></tbody></table>

### SolvBTC.LSTs <a href="#solvbtc.lsts" id="solvbtc.lsts"></a>

* **SolvBTC.BBN (Babylon)**

<table><thead><tr><th width="148">Chain</th><th>Pool ID</th></tr></thead><tbody><tr><td>Ethereum</td><td>0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df93</td></tr><tr><td>BNB Chain</td><td>0x6fe7f2753798616f555389f971dae58b32e181fab8b1d60d35e5ddafbb6bb5b7</td></tr><tr><td>Arbitrum</td><td>0xa1a41164e490bee159f8629380d0f52d82d852ba58c35528a0cc8779049416e8</td></tr><tr><td>Avalanche</td><td>0xfe32d4edc14725d9178a3dd19d5f17c94e33945adc6e0091dc67c126bdf30182</td></tr><tr><td>Merlin</td><td>0x903f661146b7de3d3b1b1e68f22ba295baa8f558a79e7ba1ee91d590b06890ec</td></tr><tr><td>BOB</td><td>0x6899a7e13b655fa367208cb27c6eaa2410370d1565dc1f5f11853a1e8cbef033</td></tr><tr><td>Base</td><td>0xb20032ac848893cf4820a7b3259020ffd5057d49f537c2adc5f74a337cc56ddc</td></tr><tr><td>Mantle</td><td>0xbaa315531846ef9d6bddfc9e551c2b90e478a0efcabfef701e62a7268873d5ad</td></tr></tbody></table>

* **SolvBTC.CORE (Core)**

<table><thead><tr><th width="150">Chain</th><th>Pool ID</th></tr></thead><tbody><tr><td>Core</td><td>0x846fcb6b2ff6c5e805cbd8a3f78a4ae5e52d46bafa49695370b3c1ba7411d6ee</td></tr></tbody></table>

* **SolvBTC.ENA (Ethena)**

<table><thead><tr><th width="153">Chain</th><th>Pool ID</th></tr></thead><tbody><tr><td>Ethereum</td><td>0x5bd198d0d81b1055dc9f6828678e5ec6edfe49b858a86624ee99adf755f6c39d</td></tr><tr><td>BNB Chain</td><td>0x4d4a6c1ec2386c5149c520a3c278dec0044bdac5798cfbb63ce224227b9899c5</td></tr><tr><td>Arbitrum</td><td>0x0e11a7249a1ca69c4ed42b0bfcc0e3d8f45de5e510c0d866132fdf078f3849df</td></tr><tr><td>Merlin</td><td>0x261e2b89e92a5baab8df45f04b58c280bba7f3d4d0cf49b6a9f72f026327a058</td></tr></tbody></table>

* **SolvBTC.JUP (Jupiter)**

<table><thead><tr><th width="154">Chain</th><th>Pool ID</th></tr></thead><tbody><tr><td>BNB Chain</td><td>0x08fc00105d8daadd85946ab00e1d3e2f20b04008a00fbe6e0fac7c956cd5846f</td></tr></tbody></table>


---

# 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://www.docszh.com/solv-docs/technical-docs/interfaces-of-services/data-services/solvbtc-solvbtc.lsts-storage-pools.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.
