Nicolò Manni | Pareto

642 posts

Nicolò Manni | Pareto banner
Nicolò Manni | Pareto

Nicolò Manni | Pareto

@NikAndMan

Crypto enthusiast, DeFi lover, HODLer in his spare time but proudly farmer. Web3 developer @paretocredit the rest of the time.. ;)

Treviso, Veneto Katılım Kasım 2009
646 Takip Edilen81 Takipçiler
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
RWA funds usually process deposits and withdrawals on scheduled NAV cycles rather than instantly. That delay can make them difficult to plug directly into DeFi lending markets where positions are opened and closed atomically. Wind/unwind mechanisms bridge that gap with temporary “virtual collateral,” keeping the lending position healthy while the fund shares move through the async subscription or redemption process. Pareto provides the infrastructure that connects the leverage loop to the fund itself, routing capital through the subscription and redemption queues so those RWA positions can be used inside the onchain lending markets. Unlocking capital efficiency for RWAs. Together.
Keyring Research@KeyringResearch

We did an atomic levered loop with @paretocredit , @centrifuge and @eulerfinance ✅ no external OTC liquidity ✅ async redemption ✅ async mint ✅ extendable to every DeFi protocol. Here's how the wind/unwind works: # WIND FLOW: opening a leveraged RWA position 💵 Stage 1: User funds the position The borrower deposits USDC equity and selects target leverage. That USDC transfers to the wind manager, not directly into the final RWA position. A per-request escrow is deployed to isolate this position from every other request, one escrow per request, no commingling. 🌉 Stage 2: Virtual collateral bridges the settlement gap The manager mints a pending settlement token (psToken) to the escrow. That token represents a confirmed dollar-denominated pending subscription and functions as virtual collateral during the settlement window. It bridges the gap between "capital has been committed" and "fund tokens have not arrived yet." 🏦 Stage 3: Temporary CDP opens on Euler The escrow deposits the psToken into a dedicated Euler vault as collateral. The escrow borrows USDC against that virtual collateral and sends the borrowed USDC back to the manager. This creates the temporary CDP: virtual collateral + real debt. 📦 Stage 4: Total capital enters the fund subscription path, fee is collected The manager now holds the borrower's original equity plus the newly borrowed USDC. The Keyring fee is excluded from the total sent to the fund. The total assets (minus fee) are sent through the Pareto adapter into the async subscription queue toward the RWA fund. The Keyring fee is then transferred to a separate fee collector. Multiple requests within the same epoch accumulate into a single batch. 📅 Stage 5: Issuer processes at NAV The fund administrator does not see or care about the psToken. The issuer processes subscriptions at the next NAV strike and determines how many real fund shares the subscribed capital buys. Standard off-chain fund logic, bridged back on-chain through the tokenisation layer. 🧾 Stage 6: Queue settles, shares are allocated Settlement runs opportunistically when users transact (new wind requests or finalisations) and can also be triggered directly via settleQueue. An off-chain operator ensures timely settlement when no user transactions occur. The adapter claims all tranche shares in one shot and streams them pro-rata across pending requests in FIFO order. At this point the request's share allocation is recorded, but the escrow still holds psToken as collateral. 🔁 Stage 7: Finalization swaps virtual collateral for real collateral A separate finalizeWind call is made by the operator. The escrow atomically swaps: psToken withdrawn and burned, real RWA collateral deposited into the Euler position. If any step fails, the entire transaction reverts. 🎯 Stage 8: Borrower holds the final leveraged position The completed CDP, now backed by real RWA collateral, transfers to the borrower's own Euler sub-account. What would normally require multiple looping transactions to build leverage happens in a single atomic action. The user holds the leveraged RWA position directly on the lending market. Wind TLDR - USDC equity to the manager - psToken minted to escrow - temporary CDP opened on Euler - borrowed USDC sent back to manager - total capital (minus fee) sent through Pareto into fund subscription - fee transferred to collector - issuer allocates fund tokens at NAV - queue settles, shares allocated to request - operator calls finalizeWind, psToken burns, real RWA collateral replaces it - final leveraged position transfers to borrower # UNWIND FLOW: closing a leveraged RWA position 🔒 Stage 1: User locks the existing position The borrower starts with a leveraged RWA CDP on Euler: real collateral (deACRDX) and USDC debt. They submit an unwind request. The system checks position health is below liquidation LTV minus a safety buffer. Positions already close to liquidation cannot enter the unwind flow. 🏦 Stage 2: Position moves into the unwind escrow A dedicated unwind escrow is deployed. Collateral shares transfer from the borrower's sub-account to the escrow first. Then the debt relationship is pulled into the escrow. The position is now isolated. 🪄 Stage 3: Virtual collateral replaces real collateral in one atomic step The manager mints psTokens to the escrow. In a single atomic batch, the escrow deposits psToken as Euler collateral and withdraws the real RWA collateral back to the manager. Same bridging logic as wind, running in reverse. The psToken keeps the Euler position healthy while the real asset enters the redemption queue. 📤 Stage 4: Real collateral enters the redemption path The manager sends the real RWA collateral through the Pareto adapter into the fund's redemption queue. The fund processes the redemption according to its normal notice period and dealing cycle. 🎟️ Stage 5: Receipt NFT is minted After all escrow setup, debt pulling, collateral swapping, and adapter submission is complete, the system mints an ERC-721 Receipt NFT to the borrower. An NFT because every exit has unique parameters: size, fee, and path. It tracks the request through its lifecycle. ⏳ Stage 6: Operator settles when proceeds are available Settlement liveness depends on an off-chain operator. When the fund settles and the adapter reports claimable assets, the operator calls settlement. The FIFO queue distributes proceeds in order: first request in gets settled first. Settlement correctness is enforced on-chain, but settlement liveness requires the operator call. 💸 Stage 7: Fees deducted, surplus distributed, debt repaid, virtual collateral removed The NFT holder or operator calls fulfilment. Fees are computed and paid first: Keyring fee to the fee recipient, adapter fee to the adapter's recipient. Any surplus after fees and debt is transferred to the borrower. The repay amount goes to the escrow. The escrow repays the Euler debt, withdraws psToken to the manager (which burns it), and transfers any remaining position to the caller's sub-account. 🚨 Stage 8: What happens if the escrow goes unhealthy during the wait The settlement window can last days to weeks. If debt accrues faster than psToken collateral can sustain, the escrow breaches Euler's liquidation LTV. A liquidation operator deploys a per-liquidation contract that executes Euler's native liquidation: seizes psToken collateral, settles debt, distributes surplus. The request is marked as liquidated and skipped during subsequent queue processing. Wind is configured to avoid this scenario. The unwind system includes a dedicated liquidation path for it. Unwind TLDR - health check passes - collateral to escrow, debt pulled in - psToken minted, real collateral swapped out atomically - real collateral sent through Pareto for redemption - Receipt NFT minted - issuer redeems at next settlement window - operator settles queue when proceeds arrive - fees deducted first - surplus transferred to borrower - escrow repays Euler debt, psToken burns - remaining position to caller's sub-account Why this is an innovation for RWAs The fund never sees the psToken. It settles subscriptions and redemptions the same way it always has. The psToken exists purely at the protocol layer. It keeps the Euler position collateralised while the real asset moves through the fund's settlement cycle. Virtual collateral that bridges DeFi's atomic execution with TradFi's async fund mechanics, then disappears. Winding in uses psTokens that are pegged 1:1 to the debt asset (USDC in this case), whereas unwinding uses psTokens that are pegged 1:1 to the RWA asset (pACRDX in this case). rwa [un]wind is coming.

English
14
3
11
1.1K
Nicolò Manni | Pareto
Nicolò Manni | Pareto@NikAndMan·
Everyone chasing narratives. Meanwhile the real unlock is simple: connect DeFi rails to TradFi demand. That’s where the scale comes from.
DeFi Andree@DeFi_Andree

Morpho’s vault data is quietly telling an interesting story. Over $10.5B in deposits, but the structure looks very different from traditional lending markets. Instead of one giant pool, you see multiple vaults curated by professional risk managers like @gauntlet_xyz, @SteakhouseFi, @SentoraHQ, and @SkyEcosystem. Each vault has its own risk profile, collateral exposure, and yield. This is a subtle but important shift. Protocols like Aave built lending with shared liquidity pools. @Morpho is turning lending into a marketplace of curated credit strategies. Stablecoins dominate the flows: $USDC, $USDT, $PYUSD, $USDS. And yields are mostly 3–6%, which increasingly looks like an on-chain version of money markets rather than yield farming. The interesting part is liquidity utilization. Some vaults hold hundreds of millions in deposits while a large share remains idle, meaning supply of stablecoin capital is already there. The real constraint now is borrow demand. In other words, DeFi doesn’t lack capital anymore. It lacks enough real credit demand to absorb it. That may be the real bottleneck now. The next winner in DeFi lending will likely be the protocol that turns idle stablecoin supply into durable borrowing demand.

English
0
0
2
44
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
Calculation agents Paying agents Facility agents PDFs Spreadsheets Wire instructions Slow & expensive - this is how billions in TradFi still move This is why private credit needs onchain efficiency This is why private credit needs Pareto galaxy.com/insights/persp… @Maven11Capital @galaxyhq
English
3
6
18
765
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
This is what institutional DeFi looks like when the pieces actually connect. @gauntlet_xyz x @Morpho x @FalconXGlobal x @M11Credit x @paretocredit x @KeyringNetwork
Gauntlet@gauntlet_xyz

At over 13% APY since inception, our Levered @FalconXGlobal strategy has built up the largest RWA market on @Morpho. $51M in levered collateral. $26M in borrows. $25M in net TVL. $40M in liquidity supply from Gauntlet-curated vaults. Built on Aera and launched in August 2025, it is powered by @Morpho's vaults and market infrastructure, with automated leverage optimization by Gauntlet. The model for scalable RWA yield, made possible with our partners @FalconXGlobal @M11Credit and @paretocredit

English
4
14
27
1.6K
Nicolò Manni | Pareto retweetledi
Token Terminal 📊
Token Terminal 📊@tokenterminal·
💳🦋 The use of AA_FalconXUSDC as collateral on @Morpho is at an all-time high of $74.2M, up over 100% YTD. The asset is a tokenized private credit instrument that's accessible via @paretocredit's marketplace. A chart & development to follow 👇
Token Terminal 📊 tweet media
English
9
13
58
18.8K
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
DeFi, Tokenized Assets, and Bitcoin featured alongside AI Infrastructure, Robotics, and Autonomous Mobility in @ARKInvest “Big Ideas 2026” report. This cycle hits different. Full report: research.ark-invest.com/hubfs/1_Downlo…
Pareto tweet media
English
2
12
18
528
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
December 2025: $3,7m withdrawals requested, $3,7m withdrawals processed + $13,7m new deposits January 2026: 611k withdrawals requested, $611k withdrawals processed + $35,8m new deposits February 2026 (to-date): $1m withdrawals requested, $1m withdrawals processed + $18k new deposits Just ‘boring’ finance doing its job Graph by @DefiLlama
Pareto tweet media
English
4
12
18
836
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
Private credit became a key segment in global capital markets, but some parts are still constrained by legacy infrastructure: → Liquidity (secondary markets) - traditional private credit was built to be held, not reused or transferred → Efficiency - layered legacy processes and intermediaries slow capital deployment → Transparency - offchain reporting struggles to keep up with market developments This is exactly why institutions need onchain rails - to address such issues and scale effectively. Source article by @ClearyGottlieb content.clearygottlieb.com/corporate/capi…
English
0
13
11
448
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
Glad to have taken part in the "Bringing Institutional Funds On-Chain" panel at @DAF_Global in London. Thanks to the organizers and panelists! Onchain finance is no longer a side conversation for institutions.
Pareto tweet media
English
0
14
15
468
Nicolò Manni | Pareto retweetledi
Pareto
Pareto@paretocredit·
Today at 4:35pm GMT: "Bringing Institutional Funds On-Chain" panel at @DAF_Global with @InvescoEMEA, @members_cap, @EYnews, @TheFCA, Liechtensteinische Landesverwaltung (LLV), and @paretocredit If you're on site, join us!
Pareto@paretocredit

Pareto is heading to @DAF_Global 🛫 Our Co-founder & CEO @pan_teo_ will join an outstanding group of speakers for the panel “Bringing Institutional Funds On-Chain”. Panel speakers: - Heinz Konzett - Senior Legal Counsel, Liechtensteinische Landesverwaltung (LLV) - David Reed - Director, Emerging Technology Innovation, @InvescoEMEA - Matteo Pandolfi - Co-founder & CEO, @paretocredit - Patrick Barrett - Founder & Partner, @members_cap - Amarjit Singh - UK&I Digital Assets Leader, @EYnews - David Burrows - Chief Product Officer, @TheFCA Friday, February 6 at 4:35pm GMT. Cardano Main Stage. See you in London!

English
0
13
12
761
Nicolò Manni | Pareto
Nicolò Manni | Pareto@NikAndMan·
Institutions on-chain isn’t a meme anymore. Catch us at @DAF_Global talking real rails, real structure, real adoption. London bound ✈️
Pareto@paretocredit

Pareto is heading to @DAF_Global 🛫 Our Co-founder & CEO @pan_teo_ will join an outstanding group of speakers for the panel “Bringing Institutional Funds On-Chain”. Panel speakers: - Heinz Konzett - Senior Legal Counsel, Liechtensteinische Landesverwaltung (LLV) - David Reed - Director, Emerging Technology Innovation, @InvescoEMEA - Matteo Pandolfi - Co-founder & CEO, @paretocredit - Patrick Barrett - Founder & Partner, @members_cap - Amarjit Singh - UK&I Digital Assets Leader, @EYnews - David Burrows - Chief Product Officer, @TheFCA Friday, February 6 at 4:35pm GMT. Cardano Main Stage. See you in London!

English
0
0
4
83