GateLive直播圆桌讨论:从Prisma TVL暴涨看LSDfi赛道前景?…
[//]:content-type-MARKDOWN-DONOT-DELETE
GateLive将于11月9日20:00(UTC+8)举办一场圆桌讨论,我们将邀请三位业内资深人士参与其中,共同探讨LSDfi赛道前景。

**直播观看链接:[https://www.gate.io/live/video/3cc55cdcfef44c9cb9c4e34bb944a4a4?type=live](https://www.gate.io/live/video/3cc55cdcfef44c9cb9c4e34bb944a4a4?type=live "https://www.gate.io/live/video/3cc55cdcfef44c9cb9c4e34bb944a4a4?type=live")**
**本期主题:从Prisma TVL暴涨看LSDfi赛道前景?
本期嘉宾:ColinLy(Crypto Researcher)、Jungle(Go2Mars Co-founder)、Sirius(Agilely Operation Manager)
**
此外,观看直播的过程中可以领取红包雨,与嘉宾现场提问互动,便有机会获得10美金Gate.io点卡奖励,赶快预约直播吧!
若您有意愿作为嘉宾参与GateLive的直播活动,分享您对于行业的宝贵意见,请联系Telegram:@GateGrace
节目内容不包含任何投资建议,嘉宾讨论仅代表个人观点。
加密貨幣之門
在Gate.io,安全,快捷,輕鬆交易超過1700種加密貨幣
新用户请点击[注册Gate.io](https://www.gate.tv/signup "注册Gate.io")。老用户[推荐他人注册](https://www.gate.tv/referral "推荐他人注册"),获得40%佣金!
点击立刻[下载iOS/Android版App](https://www.gate.tv/mobileapp?ch=ann28618 "下载iOS/Android版App")
Gate.io社群
Twitter:https://twitter.com/gate_io
GateVIP Twitter:https://twitter.com/GateioVIP
Telegram:https://t.me/gate_zh
API Telegram:https://t.me/gateioapi
Instagram:https://www.instagram.com/gateioglobal/
Medium:https://gateio.medium.com/
Gate.io
2023年11月8日
.snsshare_brand{display: inline-flex;align-items: center;border-radius: 8px;overflow: hidden;}
.snsshare_brand a{text-decoration-line: none;background: var(–color-bg-1);box-sizing: border-box;display: flex;align-items: center;justify-content: center;width: 72px;height: 64px;}
.snsshare_brand a:hover{background: var(–brandColor);}
.snsshare_brand a svg{width: 24px;height: 24px;}
.snsshare_brand a svg path{fill: var(–color-text-1);}
.snsshare_brand a:hover svg path{fill: #FFF;}
share_url="https://www.gateio.ws";
$(function () {
const { inApp, inIos, inAndroid } = getTerminalType()
if(inApp){
$('.snsshare_brand_item').on('click', function (e) {
e.stopPropagation()
e.preventDefault();
let hrefItem = location.href,
textItem = document.title.substring(0,76)
if (inAndroid) {
window.gateio.shareNative(JSON.stringify({ image: '', title: (shareTitle || ''), text: textItem + hrefItem }));
} else if (inIos) {
window.webkit.messageHandlers.shareUrl.postMessage(JSON.stringify({ webUrl: hrefItem, webTitle: (shareTitle || '') }));
}
})
}
})