Stride 激励性测试网任务6教程

Stride是Cosmos 生态的多链流动质押协议,其近期宣布完成了由投资者North Island VC、Distributed Global 和Pantera Capital 共同牵头的670 万美元种子轮融资。

目前Stride有一个激励性测试网正在进行。该激励性测试网包含面向开发者,验证人和用户的任务。以下为任务列表。

其中任务6为complete the stake, redeem, and claim flow (including 6hr unbonding)

完成质押,redeem和claim流程。

运行验证人节点,完成任务10后,完成以下交易, 并记录以下每笔交易的txhash。

质押

strided tx stakeibc liquid-stake 1000 uatom --from <你的钱包名>  -y --chain-id STRIDE-TESTNET-4

redeem

strided tx stakeibc redeem-stake 1000 GAIA <你的COSMOS测试网地址> --from <你的钱包名> -y --chain-id STRIDE-TESTNET-4

redeem后需要等待6小时以上。

检查能否claim

stride15rdc0pzpr4x88wee3tjlu6f2alknh79ph03y2t 改为你的stride钱包地址。

strided q records list-user-redemption-record --limit 10000 --output json | jq '.UserRedemptionRecord | map(select(.sender == "stride15rdc0pzpr4x88wee3tjlu6f2alknh79ph03y2t"))'

输出:

[
  {
    "id": "GAIA.280.stride15rdc0pzpr4x88wee3tjlu6f2alknh79ph03y2t",
    "sender": "stride15rdc0pzpr4x88wee3tjlu6f2alknh79ph03y2t",
    "receiver": "cosmos15rdc0pzpr4x88wee3tjlu6f2alknh79p5y3c78",
    "amount": "1504870",
    "denom": "uatom",
    "hostZoneId": "GAIA",
    "epochNumber": "280",
    "isClaimable": true
  }
]

如果显示 isClaimable=true。接下来,你可以claim你的代币。

你需要上一步的 hostZoneId, epochNumbersender 。替换<>内的内容并执行以下命令。

strided tx stakeibc claim-undelegated-tokens <hostZoneId> <epochNumber> <sender> stride15rdc0pzpr4x88wee3tjlu6f2alknh79ph03y2t --chain-id STRIDE-TESTNET-4 --from <你的钱包名> -y --chain-id STRIDE-TESTNET-4

填表,表中Include your evidence of completing the task. See the task table for instructions on what evidence to submit. 处填之前保存的所有tx的浏览器链接。

我还会继续更新该测试网的其他任务教程,欢迎关注 https://silentvalidator.com

Subscribe to Silent ⚛| validator
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.