Solv Docs 中文版
by DocsZH
  • 欢迎来到 Solv Protocol
    • Solv 协议介绍
    • 比特币生态现状
  • 质押抽象层 (SAL)
    • 比特币质押的挑战
    • 什么是 SAL?
    • SAL 生态阐述
      • 质押协议
      • LST 发行人
      • 质押监护人
      • 收益分配者
    • SAL 技术架构
      • 质押参数矩阵 (SPM)
      • LST 发行服务
      • 质押验证服务
      • 交易生成服务
      • 收益分配服务
    • 通过 SAL 获得多重收益
  • SolvBTC: 适合所有人的比特币储备货币
    • 背景阐述
    • 核心储备资产和创新储备资产
    • SolvBTC 介绍
    • 储备证明系统
    • 跨链机制
    • SolvBTC 桥接指南
  • SolvBTC 的流动性质押代币
    • SolvBTC.LSTs 介绍
      • SolvBTC.BBN
      • SolvBTC.CORE
      • SolvBTC.ENA
      • SolvBTC.JUP (试运行阶段)
    • 价格预言机
    • 跨链机制
    • Yield 合约地址
  • 协议技术文档
    • 质押抽象层 (SAL)
    • 智能合约
      • 合约架构
      • 资产储存与展示
      • LST 预言机机制
      • 多链资产合约库
    • 协议接口服务
      • SolvBTC 和 SolvBTC.LST
      • 协议数据索引
        • SolvBTC/SolvBTC.LSTs 存储池
        • 用户资产
    • 代码库
  • 协议安全机制
    • Solv Guard
    • 智能合约治理
    • 协议安全审计
  • 协议合规条款
    • 用户使用条款
    • 用户隐私条款
    • Cookie 政策
    • 免责声明
由 GitBook 提供支持
在本页
  • 查询SolvBTC存储池列表
  • 查询SolvBTC.LSTs存储池列表
  • 查询流动性池信息
  • 存储池列表
  • SolvBTC
  • SolvBTC.LSTs
  1. 协议技术文档
  2. 协议接口服务
  3. 协议数据索引

SolvBTC/SolvBTC.LSTs 存储池

上一页协议数据索引下一页用户资产

最后更新于6个月前

查询SolvBTC存储池列表

支持的链:

方法: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存储池列表

方法: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

Support:

Babylon

Ethena

Core

Jupiter

示例

{
  "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"
          }
        ]
      },
…
        ]
      }
    ]
  }
}

查询流动性池信息

方法: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

示例

{
  "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

Chain
Pool ID
Currency

Ethereum

0x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d

FBTC

Ethereum

0xdc0937dd33c4af08a08724da23bc45b33b43fbb23f365e7b50a536ce45f447ef

cbBTC

Ethereum

0x716db7dc196abe78d5349c7166896f674ab978af26ada3e5b3ea74c5a1b48307

WBTC

BNB Chain

0xafb1107b43875eb79f72e3e896933d4f96707451c3d5c32741e8e05410b321d8

BTCB

Arbitrum

0x488def4a346b409d5d57985a160cd216d29d4f555e1b716df4e04e2374d2d9f6

WBTC

Avalanche

0xf5ae38da3319d22b4628e635f6fa60bf966de13c5334b6845eba764d6321e16b

BTC.b

Merlin

0xdb76947333de76435723149d54aefc7c0eeea3c2ca8b763b315f4298aef33c37

M-BTC

Mantle

0x5fb3c44123fbc670235d925a21f34b75bc33a7d48bee64341dc75aadda58988d

FBTC

BOB

0x5664520240a46b4b3e9655c20cc3f9e08496a9b746a478e476ae3e04d6c8fc31

WBTC

Base

0x0d85d41382f6f2effeaa41a46855870ec8b1577c6c59cf16d72856a22988e3f5

cbBTC

AILayer

0xceb9b1f66795e1f73acf4f99fddf540e0ecc6f9f4103c56f8dd2fb8034caf5cb

ABTC

SolvBTC.LSTs

  • SolvBTC.BBN (Babylon)

Chain
Pool ID

Ethereum

0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df93

BNB Chain

0x6fe7f2753798616f555389f971dae58b32e181fab8b1d60d35e5ddafbb6bb5b7

Arbitrum

0xa1a41164e490bee159f8629380d0f52d82d852ba58c35528a0cc8779049416e8

Avalanche

0xfe32d4edc14725d9178a3dd19d5f17c94e33945adc6e0091dc67c126bdf30182

Merlin

0x903f661146b7de3d3b1b1e68f22ba295baa8f558a79e7ba1ee91d590b06890ec

BOB

0x6899a7e13b655fa367208cb27c6eaa2410370d1565dc1f5f11853a1e8cbef033

Base

0xb20032ac848893cf4820a7b3259020ffd5057d49f537c2adc5f74a337cc56ddc

Mantle

0xbaa315531846ef9d6bddfc9e551c2b90e478a0efcabfef701e62a7268873d5ad

  • SolvBTC.CORE (Core)

Chain
Pool ID

Core

0x846fcb6b2ff6c5e805cbd8a3f78a4ae5e52d46bafa49695370b3c1ba7411d6ee

  • SolvBTC.ENA (Ethena)

Chain
Pool ID

Ethereum

0x5bd198d0d81b1055dc9f6828678e5ec6edfe49b858a86624ee99adf755f6c39d

BNB Chain

0x4d4a6c1ec2386c5149c520a3c278dec0044bdac5798cfbb63ce224227b9899c5

Arbitrum

0x0e11a7249a1ca69c4ed42b0bfcc0e3d8f45de5e510c0d866132fdf078f3849df

Merlin

0x261e2b89e92a5baab8df45f04b58c280bba7f3d4d0cf49b6a9f72f026327a058

  • SolvBTC.JUP (Jupiter)

Chain
Pool ID

BNB Chain

0x08fc00105d8daadd85946ab00e1d3e2f20b04008a00fbe6e0fac7c956cd5846f

收益池支持的链:

网址:

https://sft-api.com/graphql
https://sft-api.com/graphql
https://sft-api.com/graphql