
Introduction
Restaking spent most of the last two years as crypto’s dominant infrastructure narrative. The pitch was elegant: Ethereum’s economic security is abundant and idle, and if it could be rented out to secondary networks, the same collateral could underwrite a proliferation of new services. EigenLayer’s launch turned that thesis into a market. A cohort of competitors followed, Symbiotic among them, each proposing variations on how staked ETH — or its liquid derivatives — could be rehypothecated into cryptoeconomic guarantees for other systems.
By 2025 the narrative had frayed. Actively validated services shipped slower than expected. Slashing conditions in production remained conservative or absent. The gap between the theoretical yield stack and realized fee flows widened, and market participants began asking uncomfortable questions about whether restaking had a durable product-market fit or whether it was, at bottom, a leverage vector dressed up as security infrastructure.
Symbiotic’s response, reported by The Block, is a repositioning: Core V2, framed as a pivot from restaking specifically to collateral markets generally. The claim is that the underlying primitive — modular vaults, operator sets, configurable slashing — is not a restaking protocol at all, but a generalized substrate for any application that needs bonded collateral behind economic promises. Insurance underwriting. Credit default protection. Tokenized real-world asset backing. Restaking becomes one use case among many, rather than the product.
This piece examines whether the repositioning is substantive. We work through what Core V2 appears to change mechanically, compare its trust surface against EigenLayer’s AVS model and Babylon’s Bitcoin-collateralized approach, and interrogate the harder claim: that “shared collateral” is a coherent primitive rather than a marketing frame stretched over familiar restaking risks. The public disclosure available to us is limited — the primary source announcing the launch is behind an access wall — so where the technical specification is unverified, we say so and reason from first principles.
What Core V2 Appears to Change

The available public reporting confirms two things: Symbiotic has released a product called Core V2, and it is publicly framing the release as a move into collateral markets. The technical specifics beyond that framing are not fully recoverable from open sources at the time of writing, and readers should treat the mechanism descriptions below as reconstructions from Symbiotic’s earlier public architecture combined with the collateral-markets framing, not verbatim documentation of the V2 contracts.
Vaults as configurable containers
Symbiotic’s v1 architecture already introduced vaults as the unit of collateral aggregation. A vault holds a deposited asset — historically ETH or an LST, though the design admits any ERC-20 — and specifies delegation logic, slashing exposure, and reward distribution. Operators are the entities that borrow the vault’s collateral to secure a downstream network; networks are the consumers of that security.
Core V2’s stated ambition is to make this container more configurable and more decoupled. A vault can, in principle, be configured to back an insurance claim structure, a credit exposure, or a validator set with equal facility, because the contract only cares about three things: what asset it holds, what conditions trigger a loss, and who has authority to declare that condition met. The framing “collateral market” reflects this: the same primitive — bonded capital with programmatic loss triggers — can price a variety of risks.
Whether V2 introduces genuinely new smart contract primitives beyond richer parameterization, or whether it primarily reorganizes existing v1 pieces under a broader thesis, is the central question we cannot fully answer from public disclosure. Symbiotic’s documentation and audit reports are the authoritative source; the honest position is that until those are read against the deployed contracts, the marginal architectural novelty of V2 is a matter of trust in the announcement.
Operator sets
Operators in Symbiotic’s model are not tied to a single network. An operator can register with multiple networks and allocate portions of vault-supplied stake across them. Operator sets — the collection of operators serving a particular network — are the object that networks actually consume: a network defines its security requirement in terms of an operator set, not raw collateral.
This layering is meaningful because it separates three concerns that early restaking designs conflated: who supplies capital (vault depositors), who performs the work (operators), and who defines the loss conditions (networks). Each edge in this triangle can be governed by different parameters, and V2’s framing suggests each is more independently configurable than in v1.
Slashing authority and finality
The most consequential open question in any collateral system is who can burn the collateral, on what evidence, and how quickly. In Symbiotic’s model, slashing authority is delegated to networks — the consumer defines the conditions and, subject to vault parameters, executes the slash. Vaults set caps on maximum slash magnitude and can enforce veto committees or resolvers as intermediate arbiters.
Two properties of this design matter for the collateral-markets thesis. First, slashing is not necessarily instant: delay windows exist to allow disputes, and this delay is a security parameter that use cases will price differently. A validator misbehavior may warrant near-immediate slashing; an insurance claim may require weeks of adjudication. Second, the resolver — the entity empowered to veto or confirm a slash — is a new trust surface. Making a vault safe for insurance underwriting requires trusting that resolver, and the resolver is, in general, not a decentralized primitive but a designated party.
Shared Collateral: Primitive or Repositioning?
The claim that shared collateral is a general primitive is doing significant load-bearing work in Symbiotic’s positioning. It is worth stating it precisely: the same unit of deposited capital can simultaneously back multiple, independent loss conditions, and the aggregate risk exposure is a property of the vault’s configuration rather than the collateral itself.
This is not novel at the level of the balance sheet. Banks have run fractional reserves against multiple contingent liabilities for centuries. Reinsurers pool capital against uncorrelated risks. What is arguably novel is doing it in a programmable, permissionless smart contract environment where the loss triggers are formally specified rather than actuarially estimated.
But novelty at the layer of implementation does not automatically translate into novelty at the layer of security. EigenLayer’s AVS model already permits a single restaked ETH position to secure multiple AVSs concurrently — the collateral is shared across services, and the operator’s slashing exposure is the union of the conditions defined by each AVS. Symbiotic’s argument, insofar as it can be inferred, is that its vault-centric architecture makes the sharing more explicit, more configurable, and more suited to non-validator use cases. The AVS model is optimized for services that look like validation: sign a message, run a computation, attest to a state. Vaults abstract away the “service” concept entirely and expose only the loss condition.
If that abstraction is genuine, it matters. A collateral pool that only speaks the language of validator attestations is a poor fit for an insurance product whose loss trigger is an oracle-reported claim event. A vault that speaks the more general language of arbitrary loss conditions can, in principle, serve both. Whether V2’s contracts actually achieve this generality — versus offering a slightly richer parameter surface over what is fundamentally still a restaking substrate — is where genuine assessment requires reading the code.
Our provisional read: the repositioning is intellectually coherent, and there is a plausible technical basis for it, but the public evidence available at this stage does not conclusively distinguish architectural novelty from a well-articulated re-framing of the v1 primitives. Both interpretations are consistent with what has been disclosed.
Competitive Landscape

Symbiotic sits between two reference points that clarify what its design choices commit to and what they give up.
EigenLayer: the AVS model
EigenLayer’s core abstraction is the actively validated service. An AVS defines a set of tasks — computations, attestations, data availability commitments — and pays operators to perform them, with slashing as the penalty for misbehavior. The AVS is a first-class object in the protocol: it registers, it defines slashing conditions, it consumes operator sets from the shared restaking pool.
Symbiotic’s vault-centric framing dispenses with the AVS as the organizing abstraction and replaces it with the more generic “network.” A network need not look like a service performing tasks; it can be a passive loss condition that fires only when an external claim is validated. In practice, the AVS abstraction can be stretched to accommodate similar use cases — nothing in EigenLayer strictly prevents an AVS from being defined as an insurance claim adjudicator — but the ergonomic center of gravity is different. EigenLayer’s mental model is “services borrowing security”; Symbiotic’s V2 mental model is “loss conditions borrowing collateral.”
The trust surfaces are meaningfully similar. Both systems execute on Ethereum, both accept ETH-denominated collateral, both delegate slashing authority to the consumer of security, both introduce operator middleware between capital and network. A macro-shock that correlates operator failures across services would produce cascading slashing in either system. A governance failure at the contract layer of either would be roughly equally consequential.
Babylon: Bitcoin-collateralized security
Babylon takes a structurally different route. Rather than restaking an EVM-native asset, Babylon uses native Bitcoin — locked in self-custodial UTXO structures on the Bitcoin chain — as collateral for slashable positions on external proof-of-stake networks. There is no smart contract environment on Bitcoin securing the collateral; the constraints are enforced by Bitcoin script primitives and a covenant-like construction that permits conditional spending.
The tradeoff is clear. Babylon inherits Bitcoin’s trust minimization and asset base at the cost of expressiveness: slashing conditions are limited to what Bitcoin script can adjudicate, and complex loss triggers are hard to express directly. Symbiotic and EigenLayer inherit Ethereum’s expressiveness at the cost of an additional trust layer — the EVM contracts themselves — that Babylon avoids.
For validator-style use cases, both approaches are viable. For the more speculative use cases Symbiotic is now targeting — insurance, credit, RWA collateralization — Babylon’s model is a worse fit because the loss conditions in those domains are inherently rich and hard to encode in Bitcoin script. Symbiotic’s expressive advantage is real; the question is whether the additional trust surface it introduces is one that credit and insurance underwriters will accept.
The Bull Case: Insurance, Credit, and RWA

The strongest form of the collateral-markets thesis is that a well-designed vault substrate can underwrite risks that today require dedicated protocols, dedicated capital pools, and dedicated legal wrappers. We take each candidate use case in turn.
Insurance underwriting
DeFi insurance protocols have existed since 2020 and have consistently faced the same problem: their capital pools are subscale relative to the risks they underwrite, and their loss determination is either centralized (a claims committee) or contentious (governance vote). A vault-based approach could, in principle, permit an insurance product to source capital from a general collateral pool rather than requiring a dedicated staker base. The vault holds the bond; the insurance protocol is the network that defines the loss condition; slashing executes when a validated claim fires.
The gap between this picture and a functioning insurance product is large. Insurance requires actuarial pricing — the premium must match expected losses plus a solvency margin — and smart contracts do not price risk actuarially. That work must be done off-chain by underwriters who parameterize the vault. Insurance also requires legal enforceability in most jurisdictions: paying out on a smart contract slash is not necessarily the same as paying out on a legally binding claim, and where regulatory scrutiny applies, the two must align.
Shared collateral solves the capital efficiency problem — the same ETH can back multiple insurance lines simultaneously — but it does not solve the pricing or legal problems. The primitive is necessary; it is far from sufficient.
Credit and default protection
Credit use cases fit the shared collateral model more naturally, because on-chain credit markets already exist and their loss conditions — undercollateralized position liquidation, missed payments — are formally specifiable. A vault could back a lender-of-last-resort obligation, or a subordinated tranche in a structured credit product, with the slashing condition tied to a verifiable default event.
The subtlety is correlation. If a vault backs credit exposures across ten protocols, and those protocols share correlated failure modes — say, all lend against the same collateral asset, or all depend on the same oracle — a single event could trigger simultaneous slashes across the entire vault. The vault operator has taken on tail risk that looks like a single obligation but is in fact ten highly correlated ones. Vault parameters can attempt to cap this, but capping means the vault does not fully back its stated obligations, which weakens the guarantee it was created to provide.
Real-world asset backing
RWA use cases are the most speculative. The premise is that tokenized real-world assets — treasuries, private credit, receivables — could be issued with a shared collateral pool as a subordinated backstop, absorbing losses in the event that the underlying real-world claim fails to pay. This is coherent as long as the slash trigger can be validated: someone must reliably attest that the underlying asset defaulted or was written down.
That someone is an oracle, and oracle risk is the binding constraint. The strength of the RWA backstop is capped by the strength of the oracle that determines whether it fires. A vault can hold billions in collateral, but if the loss condition is triggered by a single custodial attestation, the effective security is that of the custodian and not the collateral.
Systemic Risk: Where the Model Bends

Several risk surfaces deserve explicit examination.
Operator over-commitment and correlated slashing
The most-discussed risk in restaking generally, and one that persists in the collateral-markets framing, is that operators allocate the same collateral across multiple obligations without regard for the correlation between them. If an operator secures ten networks and a common failure mode — a shared dependency, a bug in a widely used client, a coordinated attack — triggers slashing across several simultaneously, the collateral base can be exhausted well before the nominal exposure is fully paid out.
Modular vaults do not eliminate this. They give vault designers tools to cap exposure — per-network slashing limits, sector concentration limits, correlation-aware allocation rules — but the tools must actually be used, and the designers must understand the correlations well enough to price them. In practice, correlation is exactly what analysts underestimate before a stress event; the 2022 credit contagion in centralized crypto lending is a recent reminder.
Vault parameter races
If networks compete for operator capital, and operators route their allocation toward vaults that generate the highest yield, then vaults that impose the strictest slashing terms attract the least capital. There is a plausible dynamic where vaults compete downward on slashing severity to remain attractive, and networks tolerate weaker collateral because the alternative is no operator set at all. This is analogous to underwriting standards eroding during credit booms.
Whether this dynamic materializes depends on how price discovery works in the collateral market. If yields transparently reflect risk — vaults with weaker slashing terms pay higher yields for capital — the race stabilizes at a reasonable equilibrium. If yields do not reflect risk, because loss events are rare and pricing is noisy, the race can run for a long time before a correcting event.
Resolver and governance trust
Slashing that depends on a resolver — a designated party empowered to veto, delay, or confirm — introduces a trust assumption that the marketing surface tends to gloss. A vault configured with a resolver is only as trust-minimized as that resolver. For insurance and credit use cases, this may be tolerable and even necessary: some off-chain judgment is unavoidable. But it should be named. Presenting the vault as a purely cryptoeconomic guarantee when its slashing depends on a designated adjudicator is a category error.
Related is the question of protocol upgrade authority. Symbiotic Core, like most complex DeFi protocols, is implemented as upgradeable contracts, and whoever controls the upgrade keys effectively controls the security guarantees of every vault built on the substrate. This is not unique to Symbiotic — EigenLayer faces the same question, as does Babylon in its own domain — but it is worth naming because “shared collateral primitive” language can suggest a permanence and neutrality that the underlying key management does not necessarily provide.
The reflexivity problem

A subtler risk: if shared collateral becomes widely used, the value of the collateral asset itself becomes reflexively linked to the health of the systems it backs. Consider a scenario where a large fraction of ETH is vaulted, and a slashing event on a major consumer network fires. The slash burns ETH; the market interprets this as a signal of system distress; ETH price falls; vaults holding ETH become undercollateralized relative to nominal obligations; more slashing conditions are approached; a feedback loop develops.
This is not hypothetical to crypto — it is the same mechanism that made the Terra collapse rapid and the DeFi credit contagion of 2022 hard to contain. The strength of the shared collateral thesis is capital efficiency; the shadow of that strength is that a large enough shock propagates faster through a shared pool than through segregated ones.
What to Watch
The Core V2 announcement is a positioning statement more than a settled architecture. What determines whether the collateral-markets thesis holds up will not be the launch itself but the operational reality of what gets built on top of it. A short watch list:
- Whether Symbiotic publishes a formal security model quantifying collateral reuse risk across correlated operator sets, or whether the risk framing stays qualitative.
- Which specific insurance, credit, or RWA protocols commit to Core V2 as collateral infrastructure in production, on what parameters, and whether their slashing conditions are meaningfully more expressive than what a standard AVS could encode.
- How resolvers and vault curators are selected, disclosed, and constrained — particularly for vaults marketed as backing non-validator use cases.
- Whether slashing actually fires in a live loss event, on what evidence, and how the dispute process functions in practice rather than in specification.
- How Symbiotic’s TVL and network integrations evolve relative to EigenLayer’s, and whether the collateral-markets framing attracts capital from outside the restaking-native cohort or primarily reallocates capital already committed to the sector.
Our provisional assessment is that shared collateral is a coherent framing, technically plausible on top of Symbiotic’s existing architecture, and directionally the right response to the market’s growing skepticism of undifferentiated restaking. Whether it is a durable primitive or a well-articulated repositioning of familiar risks depends on evidence that does not yet exist: real use cases in production, real loss events resolved credibly, and real capital allocated by parties whose diligence extends beyond narrative. Until then, the honest position is that the thesis is worth taking seriously and worth withholding conclusions on. The distinction between a new primitive and a new frame is decided by what breaks under stress, and Core V2 has not yet been stressed.

서론
리스테이킹은 지난 2년간 크립토 인프라 내러티브의 중심을 차지했다. 논리는 단순하고 매력적이었다. 이더리움의 경제적 보안은 충분하지만 유휴 상태에 있으며, 이를 외부 네트워크에 임대할 수 있다면 동일한 담보로 새로운 서비스들을 무더기로 보증할 수 있다는 것이었다. 아이겐레이어의 출시는 그 테제를 시장으로 구현했다. 심비오틱을 포함한 경쟁자들이 뒤따라 등장했고, 각각 스테이킹된 ETH — 혹은 그 유동성 파생물 — 을 재담보화(rehypothecate)하여 다른 시스템에 크립토경제적 보증을 제공하는 방식의 변형들을 제안했다.
2025년에 이르러 내러티브는 균열을 보이기 시작했다. 적극적 검증 서비스(Actively Validated Services)는 예상보다 느리게 출시되었다. 프로덕션 환경에서의 슬래싱 조건은 보수적으로 유지되거나 아예 부재했다. 이론적 수익률 스택과 실제 수수료 흐름 사이의 간극이 벌어졌고, 시장 참여자들은 리스테이킹이 지속 가능한 제품-시장 적합성을 갖추고 있는지, 아니면 결국 보안 인프라로 포장된 레버리지 수단에 불과한지를 불편하게 묻기 시작했다.
The Block이 보도한 심비오틱의 대응은 재포지셔닝이다. Core V2는 리스테이킹에서 담보 시장 전반으로의 피벗으로 제시된다. 핵심 주장은 모듈형 볼트, 오퍼레이터 세트, 설정 가능한 슬래싱이라는 기본 프리미티브가 리스테이킹 프로토콜이 아니라, 경제적 약속 뒤에 본딩된 담보가 필요한 모든 애플리케이션을 위한 범용 기반이라는 것이다. 보험 인수, 신용 부도 보호, 토큰화된 실물자산 (RWA) 뒷받침 등이 그 예다. 리스테이킹은 제품 자체가 아니라 여러 활용 사례 중 하나가 된다.
이 글에서는 해당 재포지셔닝이 실질적인지를 검토한다. Core V2가 메커니즘적으로 어떤 변화를 가져오는지 살펴보고, 아이겐레이어의 AVS 모델 및 바빌론의 비트코인 담보 방식과 신뢰 표면을 비교하며, 더 근본적인 주장을 따져본다. “공유 담보(shared collateral)“가 익숙한 리스테이킹 리스크 위에 씌운 마케팅 프레임이 아닌 일관성 있는 프리미티브인가 하는 질문이다. 현재 공개된 자료는 제한적이다. 출시를 발표한 1차 자료는 접근이 제한된 상태이므로, 기술적 명세가 검증되지 않은 부분에서는 그 사실을 명시하고 기본 원칙에서 추론한다.
Core V2가 변화시키는 것들

공개된 보도에서 확인할 수 있는 사실은 두 가지다. 심비오틱이 Core V2라는 제품을 출시했으며, 이를 담보 시장 진출로 공식 포지셔닝하고 있다는 점이다. 이 프레임을 넘어선 기술적 세부 사항은 작성 시점 기준 오픈 소스에서 완전히 확인되지 않으며, 아래의 메커니즘 설명은 V2 컨트랙트의 직접 문서화가 아니라 심비오틱의 기존 공개 아키텍처와 담보 시장 프레임을 결합한 재구성임을 밝혀 둔다.
설정 가능한 컨테이너로서의 볼트
심비오틱의 v1 아키텍처는 이미 볼트를 담보 집약의 단위로 도입했다. 볼트는 예치된 자산 — 기존에는 ETH 또는 LST였으나, 설계상 모든 ERC-20을 허용한다 — 을 보유하고, 위임 로직, 슬래싱 노출, 리워드 분배를 명시한다. 오퍼레이터는 볼트의 담보를 빌려 하위 네트워크를 보증하는 주체이며, 네트워크는 그 보안을 소비하는 측이다.
Core V2의 공언된 목표는 이 컨테이너를 더 설정 가능하고 더 분리된 형태로 만드는 것이다. 원칙적으로 볼트는 보험 클레임 구조, 신용 익스포저, 혹은 밸리데이터 세트를 동등하게 뒷받침하도록 구성할 수 있다. 컨트랙트가 신경 쓰는 것은 세 가지뿐이기 때문이다. 어떤 자산을 보유하는지, 어떤 조건이 손실을 촉발하는지, 그리고 그 조건이 충족됐다고 선언할 권한이 누구에게 있는지다. “담보 시장”이라는 프레임은 이를 반영한다. 프로그래밍 가능한 손실 트리거를 갖춘 본딩된 자본이라는 동일한 프리미티브가 다양한 리스크를 가격화할 수 있다는 것이다.
V2가 더 풍부한 파라미터화를 넘어서는 진정으로 새로운 스마트 컨트랙트 프리미티브를 도입하는지, 아니면 기존 v1 구성 요소들을 더 넓은 테제 아래 재편하는 데 그치는지는 공개된 자료만으로 완전히 답할 수 없는 핵심 질문이다. 심비오틱의 문서와 감사 보고서가 최종 근거이며, 배포된 컨트랙트와 대조해 읽기 전까지는 V2의 아키텍처적 신규성 정도를 발표에 대한 신뢰의 문제로 남겨 둘 수밖에 없다.
오퍼레이터 세트
심비오틱 모델에서 오퍼레이터는 단일 네트워크에 묶이지 않는다. 오퍼레이터는 여러 네트워크에 등록하고 볼트가 공급한 스테이크를 각 네트워크에 배분할 수 있다. 오퍼레이터 세트 — 특정 네트워크를 담당하는 오퍼레이터 집합 — 는 네트워크가 실제로 소비하는 대상이다. 네트워크는 자신의 보안 요건을 원시 담보가 아닌 오퍼레이터 세트의 형태로 정의한다.
이 레이어링은 의미 있다. 초기 리스테이킹 설계들이 하나로 뭉쳤던 세 가지 역할을 분리하기 때문이다. 누가 자본을 공급하는지(볼트 예치자), 누가 작업을 수행하는지(오퍼레이터), 그리고 누가 손실 조건을 정의하는지(네트워크)다. 이 삼각형의 각 변은 서로 다른 파라미터로 거버넌스될 수 있으며, V2 프레임은 v1에 비해 각각이 더 독립적으로 설정 가능하다고 시사한다.
슬래싱 권한과 최종성
어떤 담보 시스템에서든 가장 결정적인 미해결 질문은 누가, 어떤 근거로, 얼마나 빨리 담보를 소각할 수 있는가다. 심비오틱 모델에서 슬래싱 권한은 네트워크에 위임된다. 소비자가 조건을 정의하고, 볼트 파라미터의 범위 안에서 슬래싱을 실행한다. 볼트는 최대 슬래시 규모에 상한을 두고, 거부권 위원회나 리졸버(resolver)를 중간 중재자로 설정할 수 있다.
이 설계에서 담보 시장 테제와 관련해 중요한 두 가지 속성이 있다. 첫째, 슬래싱은 즉각적일 필요가 없다. 분쟁을 허용하기 위한 지연 창(delay window)이 존재하며, 이 지연은 활용 사례마다 다르게 가격화될 보안 파라미터다. 밸리데이터 부정행위는 거의 즉각적인 슬래싱이 타당할 수 있지만, 보험 클레임은 몇 주의 심사를 필요로 할 수 있다. 둘째, 슬래시를 거부하거나 확인할 권한을 가진 주체인 리졸버는 새로운 신뢰 표면이다. 볼트를 보험 인수에 안전하게 만들려면 리졸버를 신뢰해야 하는데, 리졸버는 일반적으로 탈중앙화된 프리미티브가 아니라 지정된 당사자다.
공유 담보: 프리미티브인가, 재포지셔닝인가?
공유 담보가 범용 프리미티브라는 주장은 심비오틱의 포지셔닝에서 상당한 무게를 짊어지고 있다. 이를 명확히 표현해 보면 이렇다. 동일한 예치 자본 단위가 복수의 독립적인 손실 조건을 동시에 뒷받침할 수 있으며, 총 리스크 익스포저는 담보 자체가 아닌 볼트 구성의 속성이라는 것이다.
이는 대차대조표 수준에서는 새롭지 않다. 은행은 수백 년간 복수의 우발 부채를 상대로 부분 지급준비금을 운용해 왔다. 재보험사는 비상관 리스크에 대해 자본을 풀링한다. 프로그래밍 가능한 퍼미션리스 스마트 컨트랙트 환경에서 — 손실 트리거가 보험계리적으로 추정되는 것이 아니라 형식적으로 명시되는 방식으로 — 이를 구현한다는 점이 어느 정도 새롭다고 할 수 있다.
그러나 구현 레이어에서의 신규성이 자동으로 보안 레이어에서의 신규성으로 전환되지는 않는다. 아이겐레이어의 AVS 모델은 이미 단일 리스테이킹 ETH 포지션이 복수의 AVS를 동시에 보증하도록 허용한다. 담보는 서비스 간에 공유되고, 오퍼레이터의 슬래싱 익스포저는 각 AVS가 정의한 조건들의 합집합이다. 심비오틱의 주장은, 추론하는 범위에서, 볼트 중심 아키텍처가 이 공유를 더 명시적이고, 더 설정 가능하며, 비밸리데이터 활용 사례에 더 적합하게 만든다는 것이다. AVS 모델은 검증과 유사한 서비스에 최적화되어 있다. 메시지에 서명하고, 연산을 실행하고, 상태를 증명한다. 볼트는 “서비스” 개념을 완전히 추상화하고 손실 조건만을 노출한다.
그 추상화가 실질적이라면 의미가 있다. 밸리데이터 증명의 언어만 구사하는 담보 풀은 오라클이 보고한 클레임 이벤트를 손실 트리거로 삼는 보험 상품에는 맞지 않는다. 임의의 손실 조건이라는 더 범용적인 언어를 구사하는 볼트는 원칙적으로 둘 다 지원할 수 있다. V2의 컨트랙트가 이 범용성을 실제로 달성하는지 — 아니면 근본적으로 여전히 리스테이킹 기반인 것에 더 풍부한 파라미터 표면을 제공하는 데 그치는지 — 는 코드를 직접 읽어야만 제대로 평가할 수 있다.
우리의 잠정적 판단은 이렇다. 재포지셔닝은 지적으로 일관성이 있으며, 심비오틱의 기존 아키텍처 위에서 기술적으로 타당한 근거가 있다. 그러나 현 단계에서 공개된 근거만으로는 아키텍처적 신규성과 v1 프리미티브의 잘 정리된 재프레이밍을 명확히 구별하기 어렵다. 공개된 내용과는 두 가지 해석 모두 부합한다.
경쟁 환경

심비오틱은 두 가지 참조점 사이에 위치하며, 이를 통해 심비오틱의 설계 선택이 무엇을 내포하고 무엇을 포기하는지가 드러난다.
아이겐레이어: AVS 모델
아이겐레이어의 핵심 추상화는 적극적 검증 서비스(AVS)다. AVS는 연산, 증명, 데이터 가용성 약속 등의 태스크 집합을 정의하고, 오퍼레이터에게 이를 수행하도록 보수를 지불하며, 부정행위에 대한 페널티로 슬래싱을 부과한다. AVS는 프로토콜 내 일급 객체(first-class object)로, 등록하고, 슬래싱 조건을 정의하며, 공유 리스테이킹 풀에서 오퍼레이터 세트를 소비한다.
심비오틱의 볼트 중심 프레임은 AVS를 조직 추상화로서 폐기하고, 더 일반적인 “네트워크”로 대체한다. 네트워크는 태스크를 수행하는 서비스처럼 보일 필요가 없다. 외부 클레임이 검증될 때만 작동하는 수동적 손실 조건일 수도 있다. 실제로 AVS 추상화도 유사한 활용 사례를 수용하도록 확장될 수 있다. 아이겐레이어에서 AVS를 보험 클레임 심사자로 정의하는 것을 명시적으로 금지하는 규정은 없다. 그러나 설계의 인력 중심(ergonomic center of gravity)은 다르다. 아이겐레이어의 멘탈 모델은 “서비스가 보안을 빌린다”이고, 심비오틱 V2의 멘탈 모델은 “손실 조건이 담보를 빌린다”다.
신뢰 표면은 의미 있게 유사하다. 두 시스템 모두 이더리움 위에서 실행되고, ETH 기반 담보를 받으며, 보안 소비자에게 슬래싱 권한을 위임하고, 자본과 네트워크 사이에 오퍼레이터 미들웨어를 도입한다. 서비스 전반에 걸쳐 오퍼레이터 장애를 상관시키는 거시 충격은 두 시스템 모두에서 연쇄 슬래싱을 유발할 것이다. 두 시스템 중 하나의 컨트랙트 레이어에서 거버넌스 실패가 발생한다면 그 결과는 대략 동등하게 심각할 것이다.
바빌론: 비트코인 담보 보안
바빌론은 구조적으로 다른 경로를 택한다. EVM 네이티브 자산을 리스테이킹하는 대신, 비트코인 체인의 자기 수탁 UTXO 구조에 잠긴 네이티브 비트코인을 외부 지분증명 네트워크의 슬래싱 가능한 포지션의 담보로 활용한다. 담보를 보증하는 비트코인 상의 스마트 컨트랙트 환경은 없으며, 제약은 비트코인 스크립트 프리미티브와 조건부 지출을 허용하는 코버넌트 유사 구조로 강제된다.
트레이드오프는 명확하다. 바빌론은 표현력을 희생하고 비트코인의 신뢰 최소화와 자산 기반을 상속한다. 슬래싱 조건은 비트코인 스크립트가 심사할 수 있는 것에 한정되며, 복잡한 손실 트리거는 직접 표현하기 어렵다. 심비오틱과 아이겐레이어는 이더리움의 표현력을 상속하되, 바빌론이 회피하는 추가 신뢰 레이어 — EVM 컨트랙트 자체 — 를 대가로 치른다.
밸리데이터 유형의 활용 사례에서는 두 접근 방식 모두 실행 가능하다. 심비오틱이 이제 겨냥하는 보다 투기적인 활용 사례 — 보험, 신용, RWA 담보화 — 에서는 바빌론 모델이 더 맞지 않는다. 해당 영역의 손실 조건은 본질적으로 풍부하고 비트코인 스크립트로 인코딩하기 어렵기 때문이다. 심비오틱의 표현력 우위는 실재한다. 문제는 심비오틱이 도입하는 추가 신뢰 표면을 신용 및 보험 인수자들이 받아들일 것인가다.
강세 시나리오: 보험, 신용, RWA

담보 시장 테제의 가장 강력한 형태는, 잘 설계된 볼트 기반이 오늘날 전용 프로토콜, 전용 자본 풀, 전용 법적 래퍼를 필요로 하는 리스크들을 인수할 수 있다는 것이다. 각 후보 활용 사례를 차례로 살펴본다.
보험 인수
DeFi 보험 프로토콜은 2020년부터 존재해 왔으나 일관된 문제에 직면해 왔다. 자본 풀이 인수하는 리스크 대비 규모가 작고, 손실 판정이 중앙화(클레임 위원회)되거나 분쟁의 소지가 있다(거버넌스 투표)는 점이다. 볼트 기반 접근 방식은 원칙적으로 보험 상품이 전용 스테이커 기반을 요구하는 대신 일반 담보 풀에서 자본을 조달할 수 있게 한다. 볼트가 채권을 보유하고, 보험 프로토콜이 손실 조건을 정의하는 네트워크가 되며, 검증된 클레임이 발동되면 슬래싱이 실행된다.
이 그림과 실제로 작동하는 보험 상품 사이의 간극은 크다. 보험은 보험계리적 가격 산정을 요구한다. 보험료는 예상 손실에 지급여력 마진을 더한 값과 일치해야 하는데, 스마트 컨트랙트는 리스크를 보험계리적으로 가격화하지 못한다. 그 작업은 볼트를 파라미터화하는 인수자들이 오프체인에서 수행해야 한다. 보험은 또한 대부분의 관할권에서 법적 집행 가능성을 요구한다. 스마트 컨트랙트 슬래시에 따른 지급이 법적 구속력 있는 클레임에 따른 지급과 반드시 동일하지는 않으며, 규제 당국의 검토가 적용되는 경우 두 가지가 일치해야 한다.
공유 담보는 자본 효율 문제를 해결한다. 동일한 ETH가 여러 보험 라인을 동시에 뒷받침할 수 있다. 그러나 가격 산정이나 법적 문제는 해결하지 못한다. 이 프리미티브는 필요하지만 결코 충분하지 않다.
신용 및 부도 보호
신용 활용 사례는 공유 담보 모델에 더 자연스럽게 맞는다. 온체인 신용 시장이 이미 존재하고, 손실 조건 — 과소담보 포지션 청산, 미납 — 이 형식적으로 명세 가능하기 때문이다. 볼트는 최후의 대여자(lender-of-last-resort) 의무나 구조화 신용 상품의 후순위 트랜치를 뒷받침할 수 있으며, 슬래싱 조건은 검증 가능한 부도 이벤트에 연동된다.
미묘한 점은 상관관계다. 볼트가 열 개 프로토콜의 신용 익스포저를 뒷받침하고, 그 프로토콜들이 상관된 실패 방식을 공유한다면 — 이를테면 모두 동일한 담보 자산을 대출하거나 동일한 오라클에 의존한다면 — 단일 이벤트가 볼트 전체에 걸쳐 동시 슬래싱을 촉발할 수 있다. 볼트 오퍼레이터는 단일 의무처럼 보이지만 실제로는 고도로 상관된 열 개의 의무를 떠안은 꼬리 리스크를 감수하게 된다. 볼트 파라미터로 이를 한도 설정할 수 있지만, 한도를 두면 볼트가 명시한 의무를 완전히 이행하지 못하게 되어 그 보증이 약화된다.
실물자산 뒷받침
RWA 활용 사례는 가장 투기적이다. 전제는 토큰화된 실물자산 — 국채, 사모 신용, 매출채권 — 이 공유 담보 풀을 후순위 백스톱으로 삼아 발행될 수 있다는 것이다. 기초 실물 클레임이 지급에 실패하는 경우 손실을 흡수하는 구조다. 슬래시 트리거를 검증할 수 있는 한 이는 논리적으로 일관성이 있다. 누군가가 기초 자산이 부도났거나 상각됐다는 사실을 신뢰성 있게 증명해야 한다.
그 누군가가 바로 오라클이며, 오라클 리스크가 결정적 제약이다. RWA 백스톱의 강도는 그 발동 여부를 결정하는 오라클의 강도에 의해 상한이 정해진다. 볼트가 수십억 달러의 담보를 보유하더라도, 손실 조건이 단일 수탁자의 증명에 의해 트리거된다면 실효 보안성은 담보가 아니라 수탁자의 수준에 달려 있다.
시스템 리스크: 모델이 휘어지는 지점

몇 가지 리스크 표면은 명시적으로 검토할 필요가 있다.
오퍼레이터 과잉 약정과 상관 슬래싱
리스테이킹 전반에서 가장 많이 논의된 리스크이자 담보 시장 프레임에서도 지속되는 문제는, 오퍼레이터들이 상관관계를 고려하지 않고 동일한 담보를 복수의 의무에 배분한다는 것이다. 오퍼레이터가 열 개 네트워크를 보증하고 공통 실패 방식 — 공유 의존성, 널리 사용되는 클라이언트의 버그, 조직적 공격 — 이 여러 네트워크의 슬래싱을 동시에 촉발한다면, 명목 익스포저가 완전히 지급되기 전에 담보 기반이 소진될 수 있다.
모듈형 볼트는 이를 제거하지 못한다. 볼트 설계자에게 익스포저 한도 설정 도구를 제공한다. 네트워크별 슬래싱 한도, 섹터 집중도 한도, 상관관계 인식 배분 규칙이 그 예다. 그러나 이 도구들은 실제로 사용되어야 하며, 설계자들은 상관관계를 충분히 이해하고 가격화할 수 있어야 한다. 실제로 상관관계는 스트레스 이벤트 직전에 분석가들이 가장 과소평가하는 요소다. 중앙화된 크립토 대출에서의 2022년 신용 전염이 최근의 교훈이다.
볼트 파라미터 경쟁
네트워크들이 오퍼레이터 자본 유치를 위해 경쟁하고, 오퍼레이터들이 가장 높은 수익률을 생성하는 볼트로 배분을 집중한다면, 가장 엄격한 슬래싱 조건을 부과하는 볼트는 자본을 덜 유치하게 된다. 볼트들이 매력을 유지하기 위해 슬래싱 강도를 낮추는 방향으로 경쟁하고, 네트워크들이 대안이 없다는 이유로 더 약한 담보를 용인하는 역학이 나타날 수 있다. 이는 신용 호황기에 인수 기준이 완화되는 현상과 유사하다.
이 역학이 실현되는지는 담보 시장에서 가격 발견이 어떻게 작동하는지에 달려 있다. 수익률이 리스크를 투명하게 반영한다면 — 슬래싱 조건이 약한 볼트가 자본 조달을 위해 더 높은 수익률을 지급한다면 — 경쟁은 합리적인 균형에서 안정화된다. 수익률이 리스크를 반영하지 않는다면, 손실 이벤트가 드물고 가격 산정이 불분명하기 때문에, 수정 이벤트가 발생하기 전까지 오랫동안 경쟁이 지속될 수 있다.
리졸버와 거버넌스 신뢰
리졸버 — 슬래시를 거부, 지연, 또는 확인할 권한을 부여받은 지정 당사자 — 에 의존하는 슬래싱은 마케팅 표면이 대개 얼버무리는 신뢰 가정을 도입한다. 리졸버가 설정된 볼트는 그 리졸버만큼만 신뢰 최소화되어 있다. 보험 및 신용 활용 사례에서는 이것이 허용 가능하고 심지어 필요할 수 있다. 일부 오프체인 판단은 불가피하다. 그러나 명시되어야 한다. 슬래싱이 지정된 심사자에 의존하는 볼트를 순수한 크립토경제적 보증으로 제시하는 것은 범주 오류다.
관련된 질문은 프로토콜 업그레이드 권한이다. 심비오틱 Core는 대부분의 복잡한 DeFi 프로토콜처럼 업그레이드 가능한 컨트랙트로 구현되어 있으며, 업그레이드 키를 통제하는 자가 사실상 그 위에 구축된 모든 볼트의 보안 보증을 통제한다. 이는 심비오틱만의 문제가 아니다. 아이겐레이어도 같은 질문에 직면하며, 바빌론도 자신의 영역에서 마찬가지다. 그러나 명시할 필요가 있다. “공유 담보 프리미티브”라는 언어는 기저의 키 관리가 반드시 제공하지 않는 영속성과 중립성을 암시할 수 있기 때문이다.
재귀성 문제

더 미묘한 리스크가 있다. 공유 담보가 널리 사용될 경우, 담보 자산 자체의 가치가 그것이 뒷받침하는 시스템들의 건전성과 재귀적으로 연결된다. 상당량의 ETH가 볼트에 예치되고, 주요 소비자 네트워크에서 슬래싱 이벤트가 발동하는 시나리오를 생각해 보자. 슬래시가 ETH를 소각하면, 시장은 이를 시스템 위기의 신호로 해석한다. ETH 가격이 하락하면, ETH를 보유한 볼트가 명목 의무 대비 과소담보 상태가 된다. 더 많은 슬래싱 조건이 임박해지면, 피드백 루프가 발생한다.
이는 크립토에서 가상의 시나리오가 아니다. 테라 붕괴를 급격하게 만들고 2022년 DeFi 신용 전염을 억제하기 어렵게 만든 바로 그 메커니즘이다. 공유 담보 테제의 강점은 자본 효율이다. 그 강점의 이면은, 충분히 큰 충격이 분리된 풀보다 공유 풀을 통해 더 빠르게 전파된다는 것이다.
주목해야 할 것들
Core V2 발표는 확정된 아키텍처라기보다 포지셔닝 선언에 가깝다. 담보 시장 테제가 유효한지를 결정하는 것은 출시 자체가 아니라 그 위에 실제로 무엇이 구축되는지의 운영적 현실이다. 간략한 관찰 목록은 다음과 같다.
- 심비오틱이 상관된 오퍼레이터 세트 전반의 담보 재사용 리스크를 정량화하는 공식 보안 모델을 발표하는지, 아니면 리스크 프레임이 정성적 수준에 머무르는지.
- 어떤 보험, 신용, RWA 프로토콜이 어떤 파라미터로 Core V2를 프로덕션 담보 인프라로 채택하는지, 그리고 그 슬래싱 조건이 표준 AVS가 인코딩할 수 있는 것보다 의미 있게 풍부한지.
- 특히 비밸리데이터 활용 사례를 뒷받침하는 것으로 마케팅되는 볼트의 경우, 리졸버와 볼트 큐레이터가 어떻게 선정되고, 공개되며, 제약되는지.
- 실제 손실 이벤트에서 슬래싱이 실제로 발동되는지, 어떤 근거로, 그리고 분쟁 프로세스가 명세가 아닌 실제로 어떻게 작동하는지.
- 심비오틱의 TVL과 네트워크 통합이 아이겐레이어 대비 어떻게 진화하는지, 그리고 담보 시장 프레임이 리스테이킹 네이티브 코호트 외부에서 자본을 끌어오는지 아니면 이미 섹터에 투입된 자본을 주로 재배분하는지.
우리의 잠정적 평가는 이렇다. 공유 담보는 일관성 있는 프레임이며, 심비오틱의 기존 아키텍처 위에서 기술적으로 타당하고, 미분화된 리스테이킹에 대한 시장의 커지는 회의론에 대한 방향적으로 올바른 대응이다. 이것이 지속 가능한 프리미티브인지 아니면 익숙한 리스크의 잘 정리된 재포지셔닝인지는 아직 존재하지 않는 근거에 달려 있다. 실제 프로덕션의 활용 사례, 신뢰성 있게 해결된 실제 손실 이벤트, 그리고 내러티브를 넘어선 실사를 수행하는 당사자들이 배분한 실제 자본. 그때까지 정직한 입장은, 이 테제를 진지하게 받아들이되 결론을 유보하는 것이다. 새로운 프리미티브와 새로운 프레임의 차이는 스트레스 하에서 무엇이 부러지는가에 의해 판가름 나며, Core V2는 아직 스트레스를 받지 않았다.

はじめに
リステーキングは過去2年間、暗号資産インフラの支配的なナラティブとして君臨してきた。そのピッチは洗練されていた——イーサリアムの経済的セキュリティは豊富に存在しながら活用されておらず、それをセカンダリーネットワークに貸し出せるなら、同一の担保で新しいサービスの増殖を支えられる、というものだ。EigenLayerの登場はそのテーゼを市場へと変えた。後に競合が続出し、Symbioticもその一角として、ステークされたETH——あるいはその流動性デリバティブ——を他のシステムの暗号経済的保証として再担保化する方法の変奏を提案した。
2025年になるとナラティブは綻びを見せ始めた。Actively Validated Service(以下AVS)は想定より遅れて出荷され、本番環境でのスラッシング条件は保守的なまま、あるいは存在すら不確かだった。理論上の利回りスタックと実際の手数料収入との乖離は広がり、市場参加者はリステーキングが持続的なプロダクト・マーケット・フィットを有するのか、それとも結局のところセキュリティインフラを装ったレバレッジの手段に過ぎないのかという、居心地の悪い問いを発し始めた。
The Blockが報じたSymbioticの回答は再ポジショニングである。Core V2——リステーキングというカテゴリから、より広い担保市場全般へのピボットとして位置づけられた。主張の核心は、基盤となるプリミティブ——モジュラーボールト、オペレータセット、設定可能なスラッシング——はそもそもリステーキングプロトコルではなく、経済的約束の背後にbondedな担保を必要とするあらゆるアプリケーションに対応する汎用的な基盤である、というものだ。保険引受、クレジット・デフォルト保護、トークン化された実世界資産 (RWA)のバッキング。リステーキングはプロダクトではなく、多数のユースケースのひとつに過ぎなくなる。
本稿では、この再ポジショニングが実質的なものかどうかを検証する。Core V2が仕組みとして何を変えるのかを分析し、EigenLayerのAVSモデルおよびビットコイン担保型のバビロンと信頼面を比較したうえで、より踏み込んだ問いを問う——「shared collateral(共有担保)」は整合性のあるプリミティブなのか、それとも見慣れたリステーキングリスクの上に貼られたマーケティングフレームに過ぎないのか。現時点では公開情報に限りがある——ローンチを告知する一次ソースはアクセス制限の背後にある——ため、技術仕様が未確認の箇所ではその旨を明示し、ファーストプリンシプルから推論する。
Core V2が変えるもの

公開されている報道から確認できることは二点だ。SymbioticがCore V2という製品をリリースしたこと、そしてそのリリースを担保市場への進出として公式に位置づけていること。それ以上の技術的詳細は、本稿執筆時点でオープンソースからは完全に復元できない。以下の仕組みの説明は、Symbioticの既存のパブリックアーキテクチャと担保市場というフレーミングを組み合わせた再構成であり、V2コントラクトのドキュメントをそのまま引用したものではない点を、読者は念頭に置いてほしい。
設定可能なコンテナとしてのボールト
Symbioticのv1アーキテクチャは、担保集約の単位としてのボールトをすでに導入していた。ボールトは入金された資産——歴史的にはETHまたはLSTだが、設計上は任意のERC-20を受け入れる——を保持し、委任ロジック、スラッシング・エクスポージャー、報酬分配を規定する。オペレータとは、ボールトの担保を借り受けてダウンストリームネットワークをセキュアにするエンティティであり、ネットワークはそのセキュリティの消費者である。
Core V2の表明された野心は、このコンテナをより設定可能かつより疎結合にすることだ。原理的には、ボールトは保険クレーム構造、クレジット・エクスポージャー、あるいはバリデータセットを同等の柔軟さでバックできる。なぜならコントラクトが気にするのは三つのことだけだからだ——何の資産を保持するか、どの条件が損失を引き起こすか、そしてその条件が満たされたと宣言する権限を誰が持つか。「担保市場」というフレーミングはここに由来する。bondedな資本とプログラマティックな損失トリガーという同一のプリミティブで、多様なリスクを値付けできる。
V2が既存v1のパーツをより豊富なパラメータ設定のもとに再編成したに過ぎないのか、それとも本質的に新しいスマートコントラクトプリミティブを導入しているのか——これが公開情報では完全に答えられない中心的な問いだ。SymbioticのドキュメントとAuditレポートが権威ある情報源であり、それらをデプロイ済みコントラクトと照合するまでは、V2のアーキテクチャ上の新規性はアナウンスメントへの信頼の問題にとどまる。
オペレータセット
Symbioticのモデルでは、オペレータは単一のネットワークに縛られない。オペレータは複数のネットワークに登録し、ボールトが供給したステークの一部をそれぞれに配分できる。オペレータセット——特定のネットワークにサービスを提供するオペレータの集合——こそが、ネットワークが実際に消費するオブジェクトだ。ネットワークはセキュリティ要件を生の担保量ではなくオペレータセットとして定義する。
この階層化は意味がある。初期のリステーキング設計が混在させていた三つの関心事を分離するからだ——資本を供給するのは誰か(ボールト預金者)、作業を実行するのは誰か(オペレータ)、損失条件を定義するのは誰か(ネットワーク)。この三角形の各辺は異なるパラメータで管理でき、V2のフレーミングはそれぞれがv1より独立して設定可能であることを示唆している。
スラッシング権限とファイナリティ
いかなる担保システムでも最も重要な未解決の問いは、誰が担保を焼却できるか、どのような証拠に基づくか、そしてどれほど速くか、である。Symbioticのモデルでは、スラッシング権限はネットワークに委任される——消費者が条件を定義し、ボールトパラメータに従ってスラッシングを実行する。ボールトはスラッシング上限を設定でき、中間の調停者として拒否権委員会やリゾルバを設けることができる。
担保市場のテーゼにとって、この設計の二つの特性が重要だ。第一に、スラッシングは必ずしも即座ではない——紛争を解決するための遅延ウィンドウが存在し、この遅延はユースケースによって異なる価格付けがなされるセキュリティパラメータだ。バリデータの不正行為はほぼ即時のスラッシングを要するかもしれないが、保険クレームには数週間の審査が必要かもしれない。第二に、リゾルバ——スラッシングの拒否または確認を行う権限を持つエンティティ——は新たな信頼面だ。ボールトを保険引受に安全なものにするにはそのリゾルバへの信頼が必要であり、リゾルバは一般に分散型のプリミティブではなく、指定された当事者だ。
Shared Collateral:プリミティブか再ポジショニングか
Shared collateral(共有担保)が汎用プリミティブであるという主張は、Symbioticのポジショニングにおいて大きな荷重を担っている。それを正確に述べると次のようになる——入金された資本の同一単位が、複数の独立した損失条件を同時にバックできる、そして集計されたリスク・エクスポージャーは担保そのものではなくボールトの設定の属性である。
これはバランスシートのレベルでは新しくない。銀行は何世紀もの間、複数の偶発負債に対して部分準備を運用してきた。再保険業者は無相関なリスクに対して資本をプールする。おそらく新しいのは、損失トリガーが保険数理的に推定されるのではなく正式に指定された、プログラマブルでパーミッションレスなスマートコントラクト環境でこれを行う点だ。
しかし、実装レイヤーでの新規性がセキュリティのレイヤーでの新規性に自動的に転換するわけではない。EigenLayerのAVSモデルはすでに、リステークされた単一のETHポジションが複数のAVSを同時にセキュアにすることを許可している——担保はサービス間で共有され、オペレータのスラッシング・エクスポージャーは各AVSが定義した条件の和集合だ。Symbioticの主張は、推察するに、ボールト中心のアーキテクチャが共有をより明示的に、より設定可能に、そして非バリデータのユースケースにより適したものにする、というものだ。AVSモデルはバリデーションに似たサービス——メッセージへの署名、計算の実行、状態の証明——に最適化されている。ボールトは「サービス」という概念を完全に抽象化し、損失条件のみを露出させる。
その抽象化が本物であれば、重要だ。バリデータの証明という言語しか話せない担保プールは、損失トリガーがオラクルで報告されたクレームイベントである保険商品には不向きだ。より汎用的な損失条件という言語を話すボールトは、原理的に双方に対応できる。V2のコントラクトがこの汎用性を実際に達成しているのか——それとも本質的にはやはりリステーキング基盤の上にやや豊富なパラメータ面を提供しているに過ぎないのか——は、コードを読まないと真に評価できないところだ。
暫定的な読みとしては、再ポジショニングは知的に整合性があり、技術的な根拠も理にかなっており、市場がリステーキングへの懐疑を強める中での方向性としては適切な応答だと言える。しかし、それが持続的なプリミティブなのか既存リスクを巧みに再フレーミングしたものなのかは、現時点では存在しないエビデンスにかかっている。本番稼働する実際のユースケース、信頼性をもって解決された実際の損失イベント、そして十分なデューデリジェンスを経た当事者が実際に配分した資本。公開情報と整合する解釈はどちらも両立する。
競合環境

Symbioticは二つの参照点の間に位置しており、その設計上の選択が何にコミットし何を諦めているかを明確にする。
EigenLayer:AVSモデル
EigenLayerの中核的な抽象化はactively validated serviceだ。AVSはタスクのセット——計算、証明、データ可用性のコミットメント——を定義し、それを実行するオペレータに報酬を支払い、不正行為へのペナルティとしてスラッシングを設ける。AVSはプロトコルにおいてファーストクラスのオブジェクトだ——登録し、スラッシング条件を定義し、共有リステーキングプールからオペレータセットを消費する。
Symbioticのボールト中心のフレーミングは、AVSを組織化の抽象化として廃し、より汎用的な「ネットワーク」に置き換える。ネットワークはタスクを実行するサービスのように見える必要はない——外部のクレームが検証されたときにのみ発火するパッシブな損失条件でもよい。実際のところ、AVSの抽象化は類似のユースケースに合わせて伸長できる——EigenLayerが保険クレームの審判をAVSとして定義することを厳密に妨げるものは何もない——しかし、エルゴノミクスの重心は異なる。EigenLayerの思考モデルは「セキュリティを借りるサービス」であり、SymbioticのV2の思考モデルは「担保を借りる損失条件」だ。
信頼面は意味のある程度に類似している。どちらのシステムもイーサリアム上で動作し、どちらもETH建ての担保を受け入れ、どちらもスラッシング権限をセキュリティの消費者に委任し、どちらも資本とネットワークの間にオペレータのミドルウェアを介在させる。オペレータの障害がサービス全体に相関するマクロショックは、どちらのシステムでも連鎖的なスラッシングを引き起こす。どちらかのコントラクトレイヤーでガバナンス障害が発生すれば、結果はほぼ同程度に深刻だ。
バビロン:ビットコイン担保型セキュリティ
バビロンは構造的に異なる経路をとる。EVMネイティブな資産をリステークするのではなく、ビットコインチェーン上の自己管理型のUTXO構造にロックされたネイティブビットコインを、外部のプルーフ・オブ・ステークネットワーク上のスラッシャブルポジションの担保として使用する。担保を保護するスマートコントラクト環境はビットコイン上には存在しない——制約はビットコインのスクリプトプリミティブと条件付き送金を可能にするcovenantライクな構造によって強制される。
このトレードオフは明確だ。バビロンはビットコインのトラストミニマイゼーションと資産基盤を継承する代わりに表現力を犠牲にする——スラッシング条件はビットコインスクリプトが審判できる範囲に限定され、複雑な損失トリガーを直接表現することは難しい。SymbioticとEigenLayerはイーサリアムの表現力を継承する代わりに、バビロンが回避する追加の信頼レイヤー——EVMコントラクトそのもの——を引き受ける。
バリデータスタイルのユースケースでは、どちらのアプローチも有効だ。しかし、Symbioticが現在ターゲットにしているより投機的なユースケース——保険、クレジット、RWA担保化——に対しては、バビロンのモデルは不向きだ。なぜならこれらのドメインの損失条件は本質的にリッチでありビットコインスクリプトに落とし込みにくいからだ。Symbioticの表現力の優位は本物であり、問いはその優位が導入する追加の信頼面をクレジットおよび保険の引受業者が受け入れるかどうかだ。
ブルケース:保険、クレジット、RWA

担保市場のテーゼの最も強い形は、十分に設計されたボールト基盤が、今日は専用プロトコル、専用資本プール、専用の法的ラッパーを必要とするリスクを引き受けられる、というものだ。それぞれの候補ユースケースを順に見ていく。
保険引受
DeFi保険プロトコルは2020年から存在してきたが、一貫して同じ問題に直面してきた——資本プールが引き受けるリスクに対して規模が小さすぎること、そして損失の決定が中央集権的(クレームス委員会)か紛争的(ガバナンス投票)かのいずれかであること。ボールトベースのアプローチは、保険商品が専用のステーカーベースを必要とせず、汎用の担保プールから資本を調達できるようにする可能性がある。ボールトがボンドを保持し、保険プロトコルが損失条件を定義するネットワークとなり、検証されたクレームが発火したときにスラッシングが実行される。
この絵と機能する保険商品の間のギャップは大きい。保険には保険数理的なプライシングが必要だ——プレミアムは期待損失に支払能力マージンを加えたものに見合わなければならない——しかしスマートコントラクトはリスクを保険数理的に値付けしない。その作業は、ボールトをパラメータ化するアンダーライターがオフチェーンで行わなければならない。また保険は多くの法域で法的執行可能性を必要とする——スマートコントラクトのスラッシングでの支払いは、法的拘束力のあるクレームでの支払いと必ずしも同じではなく、規制上の精査が適用される場合には両者が一致しなければならない。
Shared collateralは資本効率の問題を解決する——同一のETHが複数の保険ラインを同時にバックできる——しかしプライシングや法律の問題は解決しない。このプリミティブは必要条件だが、十分条件からはほど遠い。
クレジットとデフォルト保護
クレジットのユースケースはshared collateralモデルにより自然に適合する。オンチェーンのクレジット市場がすでに存在し、その損失条件——担保不足ポジションの清算、返済の不履行——は正式に指定可能だからだ。ボールトは、最後の貸し手義務や、ストラクチャード・クレジット商品のサブオーディネートトランシェをバックすることができ、スラッシング条件を検証可能なデフォルトイベントに紐づけることができる。
微妙なのは相関だ。ボールトが十のプロトコルにまたがるクレジット・エクスポージャーをバックしており、それらのプロトコルが相関した障害モードを共有している場合——例えば全て同じ担保資産に対して融資しているか、同じオラクルに依存しているなら——単一のイベントがボールト全体で同時スラッシングを引き起こし得る。ボールトオペレータは、単一の義務のように見えて実は高度に相関した十の義務であるテールリスクを引き受けている。ボールトパラメータでこれをキャップしようとすることはできるが、キャップするということはボールトが表明した義務を完全にバックしないことを意味し、提供しようとした保証を弱める。
実世界資産のバッキング
RWAのユースケースは最も投機的だ。前提は、トークン化された実世界資産——国債、プライベートクレジット、売掛金——をシェアード担保プールをサブオーディネートなバックストップとして発行できる、というものだ。原資産の実世界クレームが支払えない場合に損失を吸収する。スラッシングトリガーが検証できる限り、これは整合性がある——原資産がデフォルトまたは評価減となったことを誰かが信頼性をもって証明しなければならない。
その誰かがオラクルであり、オラクルリスクが拘束的な制約だ。RWAバックストップの強度はそれを発火させる条件を決定するオラクルの強度に上限を定められる。ボールトが何十億もの担保を保持していても、損失条件が単一のカストディアルの証明によって引き起こされるなら、実効的なセキュリティはカストディアンのものであって担保のものではない。
システミックリスク:モデルが曲がる場所

いくつかのリスク面は明示的に検討に値する。
オペレータの過剰コミットと相関スラッシング
リステーキング全般で最もよく議論されるリスク——担保市場のフレーミングでも持続する——は、オペレータが複数の義務間の相関を考慮せずに同一の担保を配分することだ。オペレータが十のネットワークをセキュアにしており、共通の障害モード——共有依存関係、広く使われているクライアントのバグ、協調攻撃——が複数で同時にスラッシングを引き起こすなら、名目上のエクスポージャーが全て支払われる前に担保基盤が枯渇し得る。
モジュラーボールトはこれを排除しない。ボールト設計者に対してエクスポージャーをキャップするツール——ネットワーク別のスラッシング上限、セクター集中制限、相関を意識した配分ルール——を与えるが、それらのツールは実際に使われなければならず、設計者はそれらを適切に値付けするだけ相関を理解していなければならない。実際のところ、相関はストレスイベントの前にアナリストが最も過小評価するものだ——2022年の中央集権型暗号資産レンディングにおけるクレジット伝染は記憶に新しい。
ボールトパラメータのレース
ネットワークがオペレータ資本を争い、オペレータが最も高い利回りを生むボールトに配分を向けるなら、最も厳格なスラッシング条件を課すボールトは最も少ない資本しか集めない。ボールトがスラッシングの厳格さを競い下げて魅力を維持し、ネットワークはオペレータセットが全くないよりはましと弱い担保を許容するという動態が生じる可能性がある。これは信用ブームにおける引受基準の侵食に似ている。
この動態が顕在化するかどうかは、担保市場での価格発見がどう機能するかにかかっている。利回りがリスクを透明に反映するなら——スラッシング条件が弱いボールトは資本に対してより高い利回りを支払う——レースは合理的な均衡で安定する。利回りがリスクを反映しないなら——損失イベントがまれでプライシングがノイジーだから——修正イベントが来るまでレースは長く続き得る。
リゾルバとガバナンスの信頼
リゾルバ——拒否権、遅延、または確認を行う権限を持つ指定当事者——に依存するスラッシングは、マーケティング面が見落としがちな信頼の前提を導入する。リゾルバが設定されたボールトのトラストミニマイゼーションは、そのリゾルバのそれと同程度に過ぎない。保険やクレジットのユースケースでは、これは許容可能であり必要ですらあるかもしれない——何らかのオフチェーンの判断は避けられない。しかしそれは明示されるべきだ。スラッシングが指定された審判者に依存しているにもかかわらず、ボールトを純粋に暗号経済的な保証として提示することはカテゴリーエラーだ。
関連して、プロトコルのアップグレード権限の問題がある。Symbiotic Coreは複雑なDeFiプロトコルの多くと同様にアップグレード可能なコントラクトとして実装されており、アップグレードキーを管理する者は事実上その基盤の上に構築された全てのボールトのセキュリティ保証を管理している。これはSymbiotic固有の問題ではない——EigenLayerも同じ問いに直面しており、バビロンも独自のドメインで同様だ——しかし「shared collateralプリミティブ」という言語が示唆するような永続性と中立性を、基盤のキー管理が必ずしも提供しないのでそれを明示する価値がある。
再帰性の問題

より微妙なリスク——shared collateralが広く使われるようになると、担保資産そのものの価値がそれがバックするシステムの健全性と再帰的に連動する。大量のETHがボールト化され、主要な消費ネットワークでスラッシングイベントが発火したシナリオを考えてほしい。スラッシングがETHを焼却し、市場はこれをシステム的な危機のシグナルと解釈し、ETHの価格が下落し、ETHを保有するボールトが名目上の義務に対して担保不足に陥り、さらなるスラッシング条件が接近し、フィードバックループが形成される。
これは暗号資産において仮定の話ではない——Terraの崩壊を急速なものにし、2022年のDeFiクレジット伝染を封じ込めにくくしたのと同じメカニズムだ。shared collateralのテーゼの強みは資本効率だが、その強みの影は十分に大きなショックが分離されたプールよりも共有プールを通じてより速く伝播するという事実だ。
注目点
Core V2のアナウンスメントは確定したアーキテクチャ以上にポジショニング上のステートメントだ。担保市場のテーゼが持ちこたえるかどうかを決めるのはローンチそのものではなく、その上に何が構築されるかという運用上の現実だ。短い注目リストを挙げる。
- Symbioticが相関したオペレータセット全体にわたる担保再利用リスクを定量化した正式なセキュリティモデルを公開するかどうか、それともリスクフレームは定性的なままに留まるか。
- 具体的にどの保険、クレジット、またはRWAプロトコルがCore V2を本番の担保インフラとして採用し、どのパラメータを使い、そのスラッシング条件が標準的なAVSにエンコードできるものより意味のある程度に表現力があるかどうか。
- リゾルバとボールトキュレーターがどのように選定、開示、制約されるか——特に非バリデータのユースケースをバックするとして販売されるボールトにおいて。
- 実際の損失イベントでスラッシングが発火するかどうか、どのような証拠に基づくか、そして紛争プロセスが仕様上ではなく実際にどう機能するか。
- SymbioticのTVLとネットワーク統合がEigenLayerに対してどのように推移するか、そして担保市場のフレーミングがリステーキングネイティブのコホート以外から資本を引き付けるのか、あるいは主にすでにこのセクターにコミットされた資本を再配分するだけなのか。
暫定的な評価として、shared collateralは整合性のあるフレーミングであり、Symbioticの既存アーキテクチャの上で技術的にも成立する可能性があり、市場が無差別化されたリステーキングへの懐疑を強める中での方向性としても正しい。それが持続的なプリミティブなのか親しみあるリスクのよく語られた再ポジショニングなのかは、まだ存在しないエビデンス次第だ——本番稼働する実際のユースケース、信頼性をもって解決された実際の損失イベント、そしてナラティブを超えたデューデリジェンスを行った当事者が実際に配分した資本。それまでは、このテーゼを真剣に受け止めつつも結論を保留するのが誠実な立場だ。新しいプリミティブか新しいフレームかの区別は、ストレス下で何が壊れるかによって決まり、Core V2はまだストレスを受けていない。

引言
在过去两年的大部分时间里,再质押一直是加密货币基础设施叙事的主角。其逻辑简洁而有力:以太坊的经济安全资源丰富却处于闲置状态,若能将其”出租”给二级网络,同一份抵押品便可为大量新服务提供担保。EigenLayer 的上线将这一论点转化为真实市场,随后一批竞争者相继涌现,Symbiotic 便是其中之一,各自就如何将已质押的 ETH——或其流动性衍生品——再度抵押以为其他系统提供加密经济保证,提出了各种变体方案。
到 2025 年,这一叙事已开始出现裂痕。主动验证服务的落地速度慢于预期;生产环境中的罚没条件依然保守,甚至付之阙如;理论收益层级与实际费用流入之间的差距不断扩大,市场参与者开始提出令人不安的问题:再质押究竟是否具备持久的产品市场契合度,抑或本质上不过是一个披着安全基础设施外衣的杠杆工具?
据 The Block 报道,Symbiotic 的回应是一次重新定位:推出 Core V2,将其定位为从再质押向更广泛的抵押品市场的战略转型。该项目声称,其底层原语——模块化金库、运营者集合、可配置罚没机制——根本不是一个再质押协议,而是一个通用底层框架,适用于任何需要以锁定抵押品支撑经济承诺的应用场景:保险承销、信用违约保护、代币化真实世界资产 (RWA) 背书。再质押由此从核心产品降格为众多用例之一。
本文旨在检验这次重新定位是否具有实质内容。我们将逐一梳理 Core V2 在机制层面似乎带来的变化,将其信任面与 EigenLayer 的 AVS 模型以及 Babylon 的比特币抵押方案进行对比,并深入追问那个更难回答的问题:「共享抵押品」究竟是一个自洽的原语,还是不过是一套被拉伸套在熟悉的再质押风险之上的营销框架?目前可供我们参考的公开披露有限——宣布此次发布的主要资料来源设有访问门槛——因此,凡技术规范尚未经核实之处,我们均会明确说明,并从第一原则出发进行推理。
Core V2 似乎带来的变化

现有公开报道可确认两点:Symbiotic 发布了名为 Core V2 的产品,并公开将此次发布定性为进军抵押品市场的举措。超出这一定位框架之外的技术细节,在撰写本文时尚无法从公开来源中完整还原。读者应将下文对机制的描述理解为一种重构——基于 Symbiotic 早期的公开架构,结合抵押品市场定位框架加以推断——而非 V2 合约的逐字文档。
金库作为可配置容器
Symbiotic v1 架构已将金库引入为抵押品聚合的基本单位。金库持有存入的资产——历史上以 ETH 或 LST 为主,但设计上允许任意 ERC-20——并规定委托逻辑、罚没敞口和奖励分配。运营者是从金库借用抵押品以保障下游网络安全的实体;网络则是这种安全性的消费方。
Core V2 的既定目标是让这一容器更具可配置性,并实现更高程度的解耦。原则上,一个金库可以同等便利地为保险索赔结构、信用敞口或验证者集合提供支撑,因为合约只关心三件事:它持有什么资产、什么条件触发损失,以及谁有权宣布该条件已成立。「抵押品市场」的定位框架正是源于此:同一原语——附有程序化损失触发机制的锁定资本——可以为多种风险定价。
V2 究竟引入了超越参数丰富化之外的全新智能合约原语,还是主要在一个更宏大的论题下对现有 v1 模块进行重新编排,这是我们从公开披露中无法完全回答的核心问题。Symbiotic 的文档和审计报告才是权威来源;在这些内容未经与已部署合约对照核实之前,诚实的立场是:V2 边际架构创新程度,仍是一个需要信任公告本身的问题。
运营者集合
在 Symbiotic 的模型中,运营者并不绑定于单一网络。运营者可以向多个网络注册,并将金库提供的质押量分配到各个网络。运营者集合——服务于特定网络的运营者集合体——才是网络真正消费的对象:网络以运营者集合而非原始抵押品来定义其安全需求。
这种分层设计意义重大,因为它将早期再质押设计中混为一谈的三个关切分离开来:谁提供资本(金库存款人)、谁执行工作(运营者)、谁定义损失条件(网络)。这三角关系的每条边都可以由不同参数治理,而 V2 的定位框架表明,每条边的独立可配置性都比 v1 更强。
罚没权限与终局性
在任何抵押品系统中,最关键的开放性问题是:谁能销毁抵押品,依据什么证据,以及以多快的速度。在 Symbiotic 的模型中,罚没权限被委托给网络——消费方定义条件,并在金库参数约束下执行罚没。金库设定罚没量的上限,并可设置否决委员会或仲裁方作为中间裁决者。
这一设计有两个属性对抵押品市场论题至关重要。第一,罚没不一定即时发生:存在延迟窗口以允许争议,而这一延迟是不同用例定价时会区别对待的安全参数——验证者不当行为可能需要近乎即时的罚没,而保险索赔可能需要数周的裁决。第二,仲裁方——有权否决或确认罚没的实体——是一个新的信任面。要让金库安全地用于保险承销,就必须信任该仲裁方,而仲裁方通常并非去中心化的原语,而是一个指定当事方。
共享抵押品:原语还是重新定位?
「共享抵押品是通用原语」这一主张在 Symbiotic 的定位中承载着举足轻重的分量。有必要将其精确表述:同一单位的存入资本可以同时支撑多个相互独立的损失条件,而总风险敞口是金库配置的属性,而非抵押品本身的属性。
在资产负债表层面,这并不新鲜。银行几个世纪以来一直以部分准备金应对多种或有负债;再保险公司汇聚资本以对冲不相关风险。真正具备一定新颖性的,或许在于在可编程、无需许可的智能合约环境中实现这一点——损失触发条件是形式化规定的,而非精算估计的。
然而,实现层面的新颖性并不自动转化为安全层面的新颖性。EigenLayer 的 AVS 模型已经允许单个再质押 ETH 仓位同时为多个 AVS 提供安全保障——抵押品在服务之间共享,而运营者的罚没敞口是每个 AVS 所定义条件的并集。就目前可以推断的而言,Symbiotic 的论点在于:其以金库为中心的架构使共享更加显式、更具可配置性,也更适合非验证者用例。AVS 模型针对验证类服务进行了优化:签署消息、运行计算、证明状态。金库则将「服务」概念完全抽象掉,仅暴露损失条件本身。
如果这种抽象是真实的,则意义重大。一个只能用验证者证明语言表达的抵押品池,与一个损失触发条件是预言机上报的索赔事件的保险产品之间,契合度极差。而一个能以更通用的任意损失条件语言表达的金库,原则上可以同时服务于两者。V2 的合约是否真正实现了这种通用性——而非仅在本质上仍是再质押底层上提供了略为丰富的参数界面——是真正评估所需阅读代码才能回答的问题。
我们的初步判断是:这次重新定位在逻辑上是自洽的,在技术上具有合理的基础,但现阶段可获取的公开证据,尚不足以conclusively区分架构创新与对 v1 原语的精心重新表述。两种解读均与已披露内容相符。
竞争格局

Symbiotic 处于两个参照点之间,这两个参照点有助于厘清其设计选择究竟承诺了什么、又放弃了什么。
EigenLayer:AVS 模型
EigenLayer 的核心抽象是主动验证服务。AVS 定义一组任务——计算、证明、数据可用性承诺——并向运营者支付报酬以执行这些任务,以罚没作为不当行为的惩罚。AVS 在协议中是一等公民:它注册、定义罚没条件,并从共享再质押池中消费运营者集合。
Symbiotic 以金库为中心的定位框架摒弃了 AVS 作为组织抽象的地位,以更通用的「网络」取而代之。网络无需看起来像是执行任务的服务;它可以是一个被动的损失条件,仅在外部索赔经验证后才触发。实践中,AVS 抽象可以被拉伸以容纳类似的用例——EigenLayer 并未严格禁止将 AVS 定义为保险索赔裁决者——但人机工程学的重心不同。EigenLayer 的心智模型是「服务借用安全性」;Symbiotic V2 的心智模型是「损失条件借用抵押品」。
两者的信任面在实质上颇为相似:均在以太坊上执行,均接受以 ETH 计价的抵押品,均将罚没权限委托给安全消费方,均在资本与网络之间引入了运营者中间件。一个使运营者跨服务失败相关联的宏观冲击,在任一系统中都会引发连锁罚没;任一系统合约层面的治理失败,后果的严重性也大体相当。
Babylon:比特币抵押的安全性
Babylon 走的是一条结构上截然不同的路径。它并非再质押 EVM 原生资产,而是将原生比特币——锁定在比特币链上的自托管 UTXO 结构中——用作外部权益证明网络可罚没仓位的抵押品。比特币链上没有保护抵押品的智能合约环境;约束由比特币脚本原语和一种类似契约的构造来执行,该构造允许条件性花费。
这一权衡显而易见:Babylon 以表达能力为代价,继承了比特币的信任最小化和资产基础——罚没条件受限于比特币脚本能够裁决的范围,复杂的损失触发条件难以直接表达。Symbiotic 和 EigenLayer 则以引入额外信任层为代价,继承了以太坊的表达能力——而这个额外的信任层,即 EVM 合约本身,正是 Babylon 所规避的。
对于验证者类用例,两种方案均可行。但对于 Symbiotic 现在瞄准的更具投机性的用例——保险、信用、RWA 抵押——Babylon 的模型契合度更差,因为这些领域的损失条件本质上是丰富的,难以在比特币脚本中编码。Symbiotic 的表达能力优势是真实存在的;问题在于,其所引入的额外信任面,是否会被信用和保险承销方所接受。
牛市逻辑:保险、信用与 RWA

抵押品市场论题最有力的形式是:一个设计良好的金库底层,可以为如今需要专用协议、专用资本池和专用法律框架的风险提供承保。我们逐一审视各候选用例。
保险承销
DeFi 保险协议自 2020 年起已存在,并持续面临同一问题:其资本池相对于所承保的风险规模过小,而损失认定要么是中心化的(索赔委员会),要么存在争议(治理投票)。基于金库的方式原则上可以允许保险产品从通用抵押品池中获取资本,而无需专门的质押者群体。金库持有保证金;保险协议是定义损失条件的网络;当经验证的索赔触发时,罚没执行。
然而,从这幅图景到一个可运作的保险产品之间,差距巨大。保险需要精算定价——保费必须与预期损失加上偿付能力保证金相匹配——而智能合约并不能进行精算定价,这项工作必须由对金库进行参数化的承销商在链外完成。保险在大多数司法管辖区还需要法律可执行性:智能合约罚没所产生的赔付,不一定等同于具有法律约束力的索赔赔付,在受监管审查的场景下,两者必须对齐。
共享抵押品解决了资本效率问题——同一份 ETH 可以同时为多条保险线提供支撑——但它解决不了定价问题和法律问题。这一原语是必要条件,但远非充分条件。
信用与违约保护
信用用例与共享抵押品模型的契合度更为自然,因为链上信用市场已然存在,其损失条件——抵押不足仓位的清算、逾期还款——是可以形式化规定的。金库可以为最后贷款人义务或结构化信用产品中的次级档提供支撑,以罚没条件与可验证的违约事件挂钩。
微妙之处在于相关性。若一个金库为十个协议的信用敞口提供支撑,而这些协议具有相关联的失败模式——例如,都以同一抵押资产进行借贷,或都依赖同一预言机——单一事件可能触发整个金库的同步罚没。金库运营者承担的尾部风险,看似是单一义务,实则是十个高度相关的义务。金库参数可以尝试设置上限,但设置上限意味着金库无法完全覆盖其名义义务,从而削弱了其本应提供的保证。
真实世界资产背书
RWA 用例最具投机性。其前提是:代币化真实世界资产——国债、私募信贷、应收账款——可以以共享抵押品池作为次级兜底,在基础真实世界债权无法兑付时吸收损失。只要罚没触发条件可被验证,这在逻辑上是自洽的:某一方必须可靠地证明基础资产发生了违约或被减记。
这「某一方」就是预言机,而预言机风险是约束性瓶颈。RWA 兜底的强度受制于决定其是否触发的预言机的强度。金库可以持有数十亿美元的抵押品,但如果损失条件由单一托管方的证明来触发,则实际安全性取决于该托管方,而非抵押品本身。
系统性风险:模型的薄弱之处

以下几个风险面值得专门审视。
运营者过度承诺与相关性罚没
再质押领域讨论最多的风险——在抵押品市场框架下依然存在——是运营者在不考虑各义务间相关性的情况下,将同一份抵押品分配给多个义务。若一名运营者为十个网络提供安全保障,而一个共同失败模式——共享依赖项、广泛使用的客户端漏洞、协调攻击——同时触发多个网络的罚没,则抵押品基础在名义敞口被完全覆盖之前便已耗尽。
模块化金库并不能消除这一问题。它给了金库设计者限制敞口的工具——按网络的罚没上限、行业集中度限制、考虑相关性的分配规则——但这些工具必须被实际使用,而且设计者必须充分理解相关性才能正确定价。实践中,相关性恰恰是分析师在压力事件发生前最容易低估的因素;2022 年中心化加密借贷的信用蔓延就是近在眼前的警示。
金库参数竞次
若网络竞相争夺运营者资本,运营者将其分配导向收益最高的金库,则设置最严格罚没条款的金库吸引的资本最少。存在这样一种合理的动态:金库在罚没严重程度上竞相降低以保持吸引力,而网络容忍更弱的抵押品,因为替代方案是根本没有运营者集合。这类似于信用繁荣期间承销标准的侵蚀。
这一动态是否会成真,取决于抵押品市场的价格发现机制如何运作。若收益率透明地反映风险——罚没条款越弱的金库需支付更高的资本收益率——则竞次会在合理均衡处趋于稳定。若收益率无法反映风险,原因在于损失事件罕见、定价嘈杂,则这场竞次可能持续很长时间,直到一个纠偏事件的到来。
仲裁方与治理信任
依赖仲裁方——一个被授权否决、延迟或确认罚没的指定方——的罚没机制,引入了一种信任假设,而营销层面往往对此轻描淡写。配置了仲裁方的金库,其信任最小化程度取决于该仲裁方本身。对于保险和信用用例,这或许是可接受的,甚至是必要的:某种程度的链外判断不可避免。但这一点应当被明确说明。若将金库呈现为纯粹的加密经济保证,而其罚没实际上依赖于一名指定裁决者,则是一种概念错误。
与此相关的是协议升级权限问题。Symbiotic Core 与大多数复杂的 DeFi 协议一样,以可升级合约的形式实现,而控制升级密钥者实际上控制着构建在该底层之上的每一个金库的安全保证。这并非 Symbiotic 独有的问题——EigenLayer 面临同样的问题,Babylon 在其自身领域亦然——但值得明确指出,因为「共享抵押品原语」的表述可能暗示一种永久性和中立性,而底层密钥管理并不必然提供这些属性。
反身性问题

还有一个更为隐性的风险:若共享抵押品被广泛采用,抵押资产本身的价值便与其所支撑系统的健康状况产生反身性关联。设想这样一个场景:大量 ETH 被存入金库,某主要消费网络的罚没事件触发,罚没销毁了 ETH,市场将其解读为系统困境的信号,ETH 价格下跌,持有 ETH 的金库相对于名义义务变得抵押不足,更多罚没条件被逼近,反馈循环由此形成。
这在加密货币领域并非假设——它正是 Terra 崩盘如此迅速、2022 年 DeFi 信用蔓延如此难以遏制的同一机制。共享抵押品论题的优势在于资本效率;这一优势的阴影则在于,足够大的冲击在共享池中的传播速度,将远快于在隔离池中的传播。
值得关注的指标
Core V2 的发布公告更多是一份定位声明,而非一套已成熟的架构。抵押品市场论题是否能够成立,决定性因素不在于发布本身,而在于其上所构建内容的运营现实。以下是一份简要观察清单:
- Symbiotic 是否会发布正式的安全模型,量化相关运营者集合间的抵押品复用风险,还是风险表述将停留于定性层面。
- 哪些具体的保险、信用或 RWA 协议会在生产环境中将 Core V2 作为抵押品基础设施,参数如何设置,其罚没条件是否真正比标准 AVS 所能编码的更具表达力。
- 仲裁方和金库策展方如何被选定、披露和约束——尤其是对于以支撑非验证者用例为卖点的金库而言。
- 罚没在真实损失事件中是否真正触发,依据何种证据,争议流程在实际运行中(而非规范文档中)如何运作。
- Symbiotic 的 TVL 和网络集成相对于 EigenLayer 的演变趋势,以及抵押品市场的定位框架是否能从再质押原生群体之外吸引资本,还是主要只是在已承诺于该赛道的资本之间完成再分配。
我们的初步评估是:共享抵押品是一个逻辑自洽的框架,在技术上基于 Symbiotic 现有架构具备可行性,在方向上也是对市场日益增长的再质押同质化质疑的正确回应。它究竟是一个持久原语还是一次对熟悉风险的精心重新表述,取决于尚不存在的证据:真实用例的生产落地、真实损失事件的可信解决,以及由尽调能力超越叙事层面的参与方所分配的真实资本。在此之前,诚实的立场是:这一论题值得认真对待,同时也值得暂缓定论。新原语与新框架之间的区别,由压力之下的表现来裁决——而 Core V2 尚未经历压力的检验。

Introducción
El restaking ocupó la mayor parte de los últimos dos años como la narrativa de infraestructura dominante en el mundo cripto. La propuesta era elegante: la seguridad económica de Ethereum es abundante y está ociosa, y si pudiera arrendarse a redes secundarias, el mismo colateral podría respaldar una proliferación de nuevos servicios. El lanzamiento de EigenLayer convirtió esa tesis en un mercado. Le siguió una generación de competidores, entre ellos Symbiotic, cada uno con sus propias variaciones sobre cómo el ETH en staking —o sus derivados líquidos— podía rehipotecarse para ofrecer garantías criptoeconómicas a otros sistemas.
Para 2025, la narrativa había comenzado a deshilacharse. Los servicios validados activamente tardaron más de lo esperado en desplegarse. Las condiciones de slashing en producción se mantuvieron conservadoras o directamente ausentes. La brecha entre el stack de rendimiento teórico y los flujos de comisiones reales se fue ampliando, y los participantes del mercado empezaron a hacerse preguntas incómodas: ¿tiene el restaking un encaje real con el mercado, o es, en el fondo, un vector de apalancamiento disfrazado de infraestructura de seguridad?
La respuesta de Symbiotic, según reportó The Block, es un reposicionamiento: Core V2, presentado como un giro desde el restaking específicamente hacia los mercados de colateral en términos generales. La afirmación es que el primitivo subyacente —vaults modulares, conjuntos de operadores, slashing configurable— no es un protocolo de restaking en absoluto, sino un sustrato generalizado para cualquier aplicación que necesite colateral vinculado detrás de promesas económicas. Suscripción de seguros. Protección ante impagos de crédito. Respaldo de activos del mundo real (RWA) tokenizados. El restaking pasa a ser un caso de uso más entre muchos, en lugar de ser el producto en sí.
Este artículo examina si el reposicionamiento es sustantivo. Analizamos qué parece cambiar mecánicamente en Core V2, comparamos su superficie de confianza con el modelo AVS de EigenLayer y el enfoque colateralizado en Bitcoin de Babylon, y ponemos a prueba la afirmación más ambiciosa: que el “colateral compartido” es un primitivo coherente y no un marco de marketing estirado sobre riesgos de restaking ya conocidos. La información pública disponible es limitada —la fuente principal que anuncia el lanzamiento está detrás de un muro de acceso— por lo que, donde la especificación técnica no ha sido verificada, lo indicamos explícitamente y razonamos desde primeros principios.
Qué Parece Cambiar en Core V2

Los reportes públicos disponibles confirman dos cosas: Symbiotic ha lanzado un producto llamado Core V2, y lo está enmarcando públicamente como una incursión en los mercados de colateral. Los detalles técnicos que van más allá de ese encuadre no son totalmente recuperables de fuentes abiertas al momento de escribir este análisis; por ello, los lectores deben considerar las descripciones de mecanismos a continuación como reconstrucciones basadas en la arquitectura pública anterior de Symbiotic combinada con el enfoque de mercados de colateral, y no como documentación textual de los contratos de V2.
Vaults como contenedores configurables
La arquitectura v1 de Symbiotic ya introdujo los vaults como la unidad de agregación de colateral. Un vault almacena un activo depositado —históricamente ETH o un LST, aunque el diseño admite cualquier ERC-20— y especifica la lógica de delegación, la exposición al slashing y la distribución de recompensas. Los operadores son las entidades que toman prestado el colateral del vault para asegurar una red posterior; las redes son las consumidoras de esa seguridad.
La ambición declarada de Core V2 es hacer este contenedor más configurable y más desacoplado. Un vault puede, en principio, configurarse para respaldar una estructura de reclamaciones de seguros, una exposición crediticia o un conjunto de validadores con igual facilidad, porque el contrato solo le importan tres cosas: qué activo aloja, qué condiciones desencadenan una pérdida y quién tiene autoridad para declarar que esa condición se ha cumplido. El encuadre de “mercado de colateral” refleja esto: el mismo primitivo —capital vinculado con disparadores de pérdida programables— puede valorar una variedad de riesgos.
Si V2 introduce primitivos de contrato inteligente genuinamente nuevos más allá de una parametrización más rica, o si principalmente reorganiza las piezas existentes de v1 bajo una tesis más amplia, es la pregunta central que no podemos responder completamente con la información pública disponible. La documentación y los informes de auditoría de Symbiotic son la fuente autorizada; la posición honesta es que, hasta que estos se lean junto con los contratos desplegados, la novedad arquitectónica marginal de V2 es una cuestión de confianza en el anuncio.
Conjuntos de operadores
Los operadores en el modelo de Symbiotic no están ligados a una sola red. Un operador puede registrarse con múltiples redes y asignar porciones del stake provisto por los vaults entre ellas. Los conjuntos de operadores —la colección de operadores que sirven a una red determinada— son el objeto que las redes efectivamente consumen: una red define su requisito de seguridad en términos de un conjunto de operadores, no de colateral bruto.
Esta estructura en capas es significativa porque separa tres preocupaciones que los primeros diseños de restaking conflaban: quién aporta el capital (depositantes del vault), quién realiza el trabajo (operadores) y quién define las condiciones de pérdida (redes). Cada arista de este triángulo puede gobernarse con parámetros distintos, y el encuadre de V2 sugiere que cada una es más independientemente configurable que en v1.
Autoridad de slashing y finalidad
La pregunta más consecuente en cualquier sistema de colateral es quién puede quemar el colateral, con qué evidencia y con qué rapidez. En el modelo de Symbiotic, la autoridad de slashing se delega en las redes —el consumidor define las condiciones y, sujeto a los parámetros del vault, ejecuta el slash. Los vaults establecen límites máximos en la magnitud del slash y pueden imponer comités de veto o resolutores como árbitros intermedios.
Dos propiedades de este diseño importan para la tesis de los mercados de colateral. Primero, el slashing no es necesariamente instantáneo: existen ventanas de retraso para permitir disputas, y este retraso es un parámetro de seguridad que los distintos casos de uso valorarán de forma diferente. El comportamiento indebido de un validador puede justificar un slashing casi inmediato; una reclamación de seguros puede requerir semanas de adjudicación. Segundo, el resolutor —la entidad facultada para vetar o confirmar un slash— es una nueva superficie de confianza. Hacer que un vault sea seguro para la suscripción de seguros requiere confiar en ese resolutor, y el resolutor, en general, no es un primitivo descentralizado sino una parte designada.
Colateral Compartido: ¿Primitivo o Reposicionamiento?
La afirmación de que el colateral compartido es un primitivo general está cargando un peso sustancial en el posicionamiento de Symbiotic. Vale la pena enunciarla con precisión: la misma unidad de capital depositado puede respaldar simultáneamente múltiples condiciones de pérdida independientes, y la exposición de riesgo agregada es una propiedad de la configuración del vault y no del colateral en sí mismo.
Esto no es novedoso a nivel del balance. Los bancos han operado reservas fraccionarias frente a múltiples pasivos contingentes durante siglos. Los reaseguradores agrupan capital contra riesgos no correlacionados. Lo que es argumentablemente novedoso es hacerlo en un entorno de contrato inteligente programable y permisionless, donde los disparadores de pérdida están especificados formalmente en lugar de estimados actuarialmente.
Pero la novedad en la capa de implementación no se traduce automáticamente en novedad en la capa de seguridad. El modelo AVS de EigenLayer ya permite que una posición de ETH en restaking asegure múltiples AVSs de forma concurrente —el colateral se comparte entre servicios, y la exposición al slashing del operador es la unión de las condiciones definidas por cada AVS. El argumento de Symbiotic, en la medida en que puede inferirse, es que su arquitectura centrada en vaults hace el intercambio más explícito, más configurable y más adecuado para casos de uso no relacionados con validadores. El modelo AVS está optimizado para servicios que se parecen a la validación: firmar un mensaje, ejecutar un cómputo, atestar un estado. Los vaults abstraen completamente el concepto de “servicio” y exponen únicamente la condición de pérdida.
Si esa abstracción es genuina, importa. Un pool de colateral que solo habla el lenguaje de las atestaciones de validadores es un mal candidato para un producto de seguros cuyo disparador de pérdida es un evento de reclamación reportado por un oráculo. Un vault que habla el lenguaje más general de condiciones de pérdida arbitrarias puede, en principio, servir a ambos. Si los contratos de V2 logran realmente esta generalidad —en lugar de ofrecer una superficie de parámetros ligeramente más rica sobre lo que sigue siendo fundamentalmente un sustrato de restaking— es donde una evaluación genuina requiere leer el código.
Nuestra lectura provisional: el reposicionamiento es intelectualmente coherente, y existe una base técnica plausible para él, pero la evidencia pública disponible en esta etapa no distingue de forma concluyente entre novedad arquitectónica y una reformulación bien articulada de los primitivos de v1. Ambas interpretaciones son consistentes con lo que ha sido divulgado.
Panorama Competitivo

Symbiotic se sitúa entre dos puntos de referencia que aclaran qué comprometen sus decisiones de diseño y a qué renuncian.
EigenLayer: el modelo AVS
La abstracción central de EigenLayer es el servicio validado activamente. Un AVS define un conjunto de tareas —cómputos, atestaciones, compromisos de disponibilidad de datos— y paga a los operadores para ejecutarlas, con slashing como penalización por comportamiento indebido. El AVS es un objeto de primera clase en el protocolo: se registra, define las condiciones de slashing y consume conjuntos de operadores del pool compartido de restaking.
El encuadre centrado en vaults de Symbiotic prescinde del AVS como abstracción organizativa y lo reemplaza con la más genérica “red”. Una red no necesita parecerse a un servicio que ejecuta tareas; puede ser una condición de pérdida pasiva que se activa solo cuando se valida una reclamación externa. En la práctica, la abstracción AVS puede extenderse para acomodar casos de uso similares —nada en EigenLayer impide estrictamente que un AVS se defina como un adjudicador de reclamaciones de seguros— pero el centro de gravedad ergonómico es diferente. El modelo mental de EigenLayer es “servicios que toman prestada seguridad”; el modelo mental de V2 de Symbiotic es “condiciones de pérdida que toman prestado colateral.”
Las superficies de confianza son significativamente similares. Ambos sistemas se ejecutan en Ethereum, ambos aceptan colateral denominado en ETH, ambos delegan la autoridad de slashing al consumidor de seguridad, ambos introducen middleware de operadores entre el capital y la red. Un shock macroeconómico que correlacione fallas de operadores entre servicios produciría slashing en cascada en cualquiera de los dos sistemas. Un fallo de gobernanza en la capa de contratos de cualquiera de ellos sería igualmente consecuente.
Babylon: seguridad colateralizada en Bitcoin
Babylon toma una ruta estructuralmente diferente. En lugar de hacer restaking de un activo nativo de EVM, Babylon utiliza Bitcoin nativo —bloqueado en estructuras UTXO de autocustodia en la cadena de Bitcoin— como colateral para posiciones sometidas a slashing en redes externas de prueba de participación. No existe un entorno de contratos inteligentes en Bitcoin que asegure el colateral; las restricciones se aplican mediante primitivos de script de Bitcoin y una construcción similar a un covenant que permite el gasto condicional.
El tradeoff es claro. Babylon hereda la minimización de confianza y la base de activos de Bitcoin al costo de la expresividad: las condiciones de slashing están limitadas a lo que el script de Bitcoin puede adjudicar, y los disparadores de pérdida complejos son difíciles de expresar directamente. Symbiotic y EigenLayer heredan la expresividad de Ethereum al costo de una capa de confianza adicional —los propios contratos EVM— que Babylon evita.
Para casos de uso al estilo validador, ambos enfoques son viables. Para los casos de uso más especulativos que Symbiotic está apuntando ahora —seguros, crédito, colateralización de RWA— el modelo de Babylon es una peor opción porque las condiciones de pérdida en esos dominios son inherentemente ricas y difíciles de codificar en script de Bitcoin. La ventaja expresiva de Symbiotic es real; la pregunta es si la superficie de confianza adicional que introduce es una que los suscriptores de crédito y seguros estarán dispuestos a aceptar.
El Caso Optimista: Seguros, Crédito y RWA

La forma más sólida de la tesis de los mercados de colateral es que un sustrato de vaults bien diseñado puede suscribir riesgos que hoy requieren protocolos dedicados, pools de capital dedicados y estructuras legales dedicadas. Examinamos cada caso de uso candidato por separado.
Suscripción de seguros
Los protocolos de seguros en DeFi existen desde 2020 y han enfrentado consistentemente el mismo problema: sus pools de capital son insuficientes en relación con los riesgos que suscriben, y la determinación de pérdidas es o bien centralizada (un comité de reclamaciones) o bien contenciosa (votación de gobernanza). Un enfoque basado en vaults podría, en principio, permitir que un producto de seguros obtenga capital de un pool de colateral general en lugar de requerir una base de stakers dedicada. El vault mantiene el bono; el protocolo de seguros es la red que define la condición de pérdida; el slashing se ejecuta cuando se activa una reclamación validada.
La brecha entre este panorama y un producto de seguros funcional es amplia. Los seguros requieren valoración actuarial —la prima debe corresponder a las pérdidas esperadas más un margen de solvencia— y los contratos inteligentes no valoran el riesgo actuarialmente. Ese trabajo debe realizarse fuera de la cadena por suscriptores que parametrizan el vault. Los seguros también requieren ejecutabilidad legal en la mayoría de las jurisdicciones: el pago por un slash de contrato inteligente no es necesariamente equivalente al pago por una reclamación legalmente vinculante, y donde aplica el escrutinio regulatorio, ambos deben estar alineados.
El colateral compartido resuelve el problema de eficiencia de capital —el mismo ETH puede respaldar múltiples líneas de seguros simultáneamente— pero no resuelve los problemas de valoración ni los legales. El primitivo es necesario; está lejos de ser suficiente.
Crédito y protección ante impagos
Los casos de uso crediticio encajan más naturalmente en el modelo de colateral compartido, porque los mercados de crédito en cadena ya existen y sus condiciones de pérdida —liquidación de posición sub-colateralizada, pagos incumplidos— son formalmente especificables. Un vault podría respaldar una obligación de prestamista de última instancia, o un tramo subordinado en un producto de crédito estructurado, con la condición de slashing vinculada a un evento de impago verificable.
La sutileza está en la correlación. Si un vault respalda exposiciones crediticias en diez protocolos, y esos protocolos comparten modos de falla correlacionados —por ejemplo, todos prestan contra el mismo activo colateral, o todos dependen del mismo oráculo— un único evento podría desencadenar slashings simultáneos en todo el vault. El operador del vault ha asumido un riesgo de cola que parece una obligación única pero es en realidad diez altamente correlacionadas. Los parámetros del vault pueden intentar limitar esto, pero limitar implica que el vault no respalda completamente sus obligaciones declaradas, lo que debilita la garantía que fue creado para proveer.
Respaldo de activos del mundo real
Los casos de uso de RWA son los más especulativos. La premisa es que los activos del mundo real tokenizados —bonos del tesoro, crédito privado, cuentas por cobrar— podrían emitirse con un pool de colateral compartido como respaldo subordinado, absorbiendo pérdidas en caso de que la reclamación subyacente del mundo real no pague. Esto es coherente siempre que el disparador del slash pueda validarse: alguien debe atestar de forma confiable que el activo subyacente incumplió o fue dado de baja.
Ese alguien es un oráculo, y el riesgo del oráculo es la restricción vinculante. La solidez del respaldo de RWA está limitada por la solidez del oráculo que determina si se activa. Un vault puede contener miles de millones en colateral, pero si la condición de pérdida es desencadenada por una única atestación custodial, la seguridad efectiva es la del custodio y no la del colateral.
Riesgo Sistémico: Dónde el Modelo Cede

Varias superficies de riesgo merecen un examen explícito.
Sobre-compromiso del operador y slashing correlacionado
El riesgo más discutido en el restaking en general, y que persiste en el encuadre de los mercados de colateral, es que los operadores asignan el mismo colateral a múltiples obligaciones sin considerar la correlación entre ellas. Si un operador asegura diez redes y un modo de falla común —una dependencia compartida, un bug en un cliente ampliamente utilizado, un ataque coordinado— desencadena slashing en varias simultáneamente, la base de colateral puede agotarse mucho antes de que la exposición nominal sea completamente cubierta.
Los vaults modulares no eliminan esto. Ofrecen a los diseñadores de vaults herramientas para limitar la exposición —límites de slashing por red, límites de concentración sectorial, reglas de asignación conscientes de la correlación— pero esas herramientas deben utilizarse efectivamente, y los diseñadores deben comprender las correlaciones lo suficientemente bien como para valorarlas. En la práctica, la correlación es exactamente lo que los analistas subestiman antes de un evento de estrés; el contagio crediticio de 2022 en el crédito cripto centralizado es un recordatorio reciente.
Carreras a la baja en parámetros de vault
Si las redes compiten por el capital de los operadores, y los operadores dirigen su asignación hacia los vaults que generan el mayor rendimiento, entonces los vaults que imponen las condiciones de slashing más estrictas atraen menos capital. Existe una dinámica plausible en la que los vaults compiten a la baja en la severidad del slashing para mantenerse atractivos, y las redes toleran un colateral más débil porque la alternativa es no tener ningún conjunto de operadores. Esto es análogo al deterioro de los estándares de suscripción durante los auges crediticios.
Si esta dinámica se materializa depende de cómo funciona el descubrimiento de precios en el mercado de colateral. Si los rendimientos reflejan de forma transparente el riesgo —los vaults con condiciones de slashing más débiles pagan rendimientos más altos por el capital— la carrera se estabiliza en un equilibrio razonable. Si los rendimientos no reflejan el riesgo, porque los eventos de pérdida son raros y la valoración es ruidosa, la carrera puede extenderse durante mucho tiempo antes de que ocurra un evento correctivo.
Confianza en el resolutor y en la gobernanza
El slashing que depende de un resolutor —una parte designada con poder de veto, retraso o confirmación— introduce un supuesto de confianza que la superficie de marketing tiende a pasar por alto. Un vault configurado con un resolutor solo es tan minimizado en confianza como ese resolutor. Para los casos de uso de seguros y crédito, esto puede ser tolerable e incluso necesario: algún juicio fuera de la cadena es inevitable. Pero debe nombrarse. Presentar el vault como una garantía puramente criptoeconómica cuando su slashing depende de un árbitro designado es un error categorial.
Relacionada con esto está la cuestión de la autoridad de actualización del protocolo. Symbiotic Core, como la mayoría de los protocolos DeFi complejos, está implementado como contratos actualizables, y quien controla las claves de actualización controla efectivamente las garantías de seguridad de cada vault construido sobre el sustrato. Esto no es exclusivo de Symbiotic —EigenLayer enfrenta la misma pregunta, al igual que Babylon en su propio dominio— pero vale la pena nombrarlo porque el lenguaje de “primitivo de colateral compartido” puede sugerir una permanencia y neutralidad que la gestión de claves subyacente no necesariamente provee.
El problema de la reflexividad

Un riesgo más sutil: si el colateral compartido llega a ser ampliamente utilizado, el valor del activo colateral en sí mismo queda reflexivamente vinculado a la salud de los sistemas que respalda. Consideremos un escenario donde una gran fracción del ETH está en vaults, y se activa un evento de slashing en una red consumidora importante. El slash quema ETH; el mercado interpreta esto como una señal de estrés del sistema; el precio del ETH cae; los vaults que contienen ETH quedan sub-colateralizados respecto a sus obligaciones nominales; más condiciones de slashing se aproximan; se desarrolla un bucle de retroalimentación.
Esto no es hipotético para el mundo cripto —es el mismo mecanismo que hizo que el colapso de Terra fuera rápido y que el contagio crediticio DeFi de 2022 fuera difícil de contener. La fortaleza de la tesis del colateral compartido es la eficiencia de capital; la sombra de esa fortaleza es que un shock suficientemente grande se propaga más rápido a través de un pool compartido que a través de pools segregados.
Qué Observar
El anuncio de Core V2 es más una declaración de posicionamiento que una arquitectura definitiva. Lo que determinará si la tesis de los mercados de colateral se sostiene no será el lanzamiento en sí, sino la realidad operativa de lo que se construya sobre él. Una lista breve de indicadores clave:
- Si Symbiotic publica un modelo de seguridad formal que cuantifique el riesgo de reutilización de colateral entre conjuntos de operadores correlacionados, o si el encuadre del riesgo permanece cualitativo.
- Qué protocolos específicos de seguros, crédito o RWA se comprometen a usar Core V2 como infraestructura de colateral en producción, con qué parámetros, y si sus condiciones de slashing son significativamente más expresivas que lo que un AVS estándar podría codificar.
- Cómo se seleccionan, divulgan y restringen los resolutores y los curadores de vaults —particularmente para los vaults comercializados como respaldo para casos de uso no relacionados con validadores.
- Si el slashing efectivamente se activa en un evento de pérdida real, con qué evidencia, y cómo funciona el proceso de disputa en la práctica y no solo en la especificación.
- Cómo evolucionan el TVL y las integraciones de red de Symbiotic en relación con los de EigenLayer, y si el encuadre de mercados de colateral atrae capital de fuera de la cohorte nativa de restaking o principalmente reasigna capital ya comprometido en el sector.
Nuestra evaluación provisional es que el colateral compartido es un encuadre coherente, técnicamente plausible sobre la arquitectura existente de Symbiotic, y en la dirección correcta como respuesta al creciente escepticismo del mercado hacia un restaking indiferenciado. Si es un primitivo duradero o un reposicionamiento bien articulado de riesgos familiares depende de evidencia que aún no existe: casos de uso reales en producción, eventos de pérdida reales resueltos de forma creíble, y capital real asignado por partes cuya diligencia va más allá de la narrativa. Hasta entonces, la posición honesta es que la tesis merece tomarse en serio y que las conclusiones merecen suspenderse. La distinción entre un nuevo primitivo y un nuevo marco la deciden los quiebres bajo estrés, y Core V2 todavía no ha sido sometido a estrés alguno.
Read next다음으로 읽기次に読む继续阅读Leer a continuación

HIP-3 and the Limits of Permissionless RWA Perps
A mechanism deep-dive into Hyperliquid's HIP-3: how permissionless RWA perp listings work, what SPCX revealed, and why Ventuals shut down.

The FX Layer: Spark, Uniswap v4, and Stablecoin Liquidity
A mechanism analysis of the Spark-Uniswap v4 FX Layer, the $150M USDS migration, and what hooks change for stablecoin pairs that Curve has long dominated.

Futures or Swaps? Perpetuals Meet US Regulators
Kalshi's listing of crypto perpetuals has forced a long-deferred question: under US law, are perps futures, swaps, or something the CEA never anticipated?
Follow the next market structure breakdown 다음 시장 구조 분석 받기 次の市場構造分析をフォロー 关注下一篇市场结构分析 Sigue el próximo análisis de estructura de mercado
New Steadyrain research is published several times a week across DeFi risk, BTCFi, stablecoins, and RWA. Steadyrain은 DeFi 리스크, BTCFi, 스테이블코인, RWA 분석을 매주 여러 차례 발행합니다. SteadyrainはDeFiリスク、BTCFi、ステーブルコイン、RWAの分析を毎週公開しています。 Steadyrain 每周发布 DeFi 风险、BTCFi、稳定币和 RWA 研究。 Steadyrain publica análisis sobre riesgo DeFi, BTCFi, stablecoins y RWA varias veces por semana.