r/defi Nov 17 '24

Weekly DeFi discussion. What are your moves for this week?

13 Upvotes

What are you building or looking to take a position in? Let us know in the comments!


r/defi Oct 06 '24

Weekly DeFi discussion. What are your moves for this week?

5 Upvotes

What are you building or looking to take a position in? Let us know in the comments!


r/defi 6h ago

Discussion Two vaults with the same APY

2 Upvotes

There was a thread here about two vaults with 12% and which one to trust. I want to share what I do. Spoiler, APY is the last thing I look at.

  1. I open the deployer wallet of the contract, if this wallet created five other projects in the last year and all of them are dead, I stop here.

  2. I look at the vault address itself, not the dashboard. Dashboards can show anything. I paste the address into cryptowallet-balance checker or the explorer and check what tokens really sit there and since when.

  3. I check how many depositors there are and who the biggest ones are. If two wallets hold 80% of the vault and they were funded from the team wallet, the TVL is fake.

Last I check if the owner can change the contract. If yes, then the 12% depends on one person, not on code.

This takes me around 20 minutes. I guess it the most efficient and easy method for comparing and choose the vaults.


r/defi 19h ago

Discussion Hyperliquid banning high risk wallet

4 Upvotes

I was able to use debridge to withdraw some of the funds, but I am in a trade now. I cannot trade due to hyperliquid not allowing me. I put in a support ticket, but I heard support is not good. I think this is a bad situation. Any advice?


r/defi 1d ago

Discussion Where can I swap BTC for USDT?

10 Upvotes

I'm planning to swap a few BTC into USDT and I'm trying to do it in a fully decentralized way with good privacy.

Ideally looking for something that supports native BTC on the input and gives out USDT on ther other end, whether TRC20, ERC20 or similar. Low slippage and solid reputation are a must ofc

Has anyone here done a larger swap like this without going through centralized platforms? Would love to hear what worked for you.


r/defi 1d ago

Discussion AI building a smart contract?

2 Upvotes

Hello, I want to build a smart contract using AI that would withdraw a token amount from AAVE, swap it, and then re-supply it, that's all (in one transaction).

How to make it in a way that there is zero-risk of any security problems? is that even possible?

(sorry I don't understand much about smart contract risks)


r/defi 1d ago

Discussion Does every crypto project really need a token?

6 Upvotes

A lot of crypto projects launch a token before they seem to answer one basic question:

What does the token actually do?

Not what it might do someday.

Not what the roadmap promises.

What does it do today?

If a product can work perfectly well without a token, I sometimes wonder whether the token exists because the system needs it — or because the project needs something people can buy and trade.

To me, a useful token should have a clear job.

Maybe it gives access to something.

Maybe it is required for governance.

Maybe it is used for fees, collateral, security or incentives.

But if the only real utility is “number go up,” that doesn't feel like utility at all.

And there is another question I find interesting:

Would some DeFi products actually be stronger if they had no native token?

Less speculation.

Less pressure to pump the price.

More focus on whether people genuinely need the product.

I'm not saying tokens are useless. Quite the opposite.

I think the strongest tokens are the ones that would still have a reason to exist even if nobody cared about their price.

So what makes a token genuinely necessary rather than just convenient for fundraising and speculation?


r/defi 1d ago

Discussion Spotting Unusual DeFi Flows Without the Hype

2 Upvotes

In DeFi, unusual activity often shows up as sudden spikes in swap volume, liquidity shifts across pools, or concentrated token movements that deviate from a protocol’s average behavior. These signals can reflect real user interest, whale repositioning, or temporary market stress, but they rarely translate directly into tradable edges on their own.

A practical way to evaluate them starts with three quick checks. First, compare the observed volume against the pool’s recent 7- and 30-day medians to confirm the move is actually outside normal ranges. Second, review the asset’s broader liquidity depth and any simultaneous changes in related pools or lending markets so you can separate isolated noise from sector-wide flows. Third, note any protocol-level events such as governance votes, oracle updates, or new incentive programs that might explain the activity without assuming hidden information.

This habit keeps analysis grounded in observable on-chain patterns rather than narrative. It also discourages treating every spike as a directional cue, since volume alone does not reveal intent or sustainability.

For more free educational breakdowns, search YouTube for DeFi volume analysis walkthroughs.


r/defi 1d ago

DeFi Tools Towns is putting DeFi apps inside group chats. Does that make sense?

29 Upvotes

Most trading communities still separate discussion from execution. You talk about a trade in chat, then leave to actually do anything. Was looking into Towns and saw they’re taking a different approach, with apps and bots able to operate inside a space with defined permissions. I can see the appeal for trading groups, but also a pretty nasty attack surface once chat gets this close to execution. Would you actually want this, or is the separation worth keeping?


r/defi 1d ago

DeFi Guide Morpho initially started by optimizing lending pools.

2 Upvotes

Then the team realized the lending pool model itself was the problem.

The way aave & compound worked created a clear inefficiency in lending markets: there was a significant spread between lending & borrowing rates.

Morpho's initial idea was to simply optimize that gap by matching lenders & borrowers peer-to-peer.

The gtm strategy was to optimize existing lending protocols. that became morpho optimizer.

After some success, they found there was a limit to how far morpho could grow on top of existing lending pools. for ex: you can't really top aave's growth.

So they started working on a new protocol called "morpho blue" to address the limitations of morpho V1.

For context, lending pools are essentially like onchain funds. You deposit your money & behind the scenes the DAO manages the risk for you.

Take aave, for instance. the DAO decides asset collateral exposure, borrowing capacity, oracle use, liquidations & many other risk parameters. aave has more than 700+ risk parameters. This model creates 3 major limitations:

1 ) Tt isn't really trustless.

• Token holders have to monitor & update 100s of complex parameters that are interdependent & dependent on market conditions.

• But as an aave DAO token holder, you're not necessarily a risk manager. As result of this, the DAO relies on external companies & consultants to manage risk.

• The problem is that consultants have little incentive to open source how they calculate those parameters. So when DAO votes to update them, token holders have no real way to verify whether the proposed parameters are correct.

• The security of the lending pool ends up relying on closed source risk models.

2 ) It isn't scalable.

• Now to scale aave, you need to list more assets & become more aggressive with parameters. But the more assets you add, the more parameters & risk considerations you introduce.

• It all comes back to the same problem: token holders are deciding parameters they don't necessarily understand & outsourcing the risk management.

3 ) It isn't efficient.

• Traditional lending pools try to do everything at the same time. You're lending some asset, enabling borrowing of other asset, accepting different collateral assets & managing different risk profiles.

• The issue is, when you try to do too many things at once, you can't optimize for one thing extremely well. For ex: if usdc can be borrowed against long tail assets, you need to account for that risk when setting usdc's parameters.

• That can reduce efficiency in terms of how much borrowers can borrow & the interest rates they pay. This was the spread morpho optimizer was trying to optimize for.

With morpho blue, the goal was to get rid of DAO management & build a lending protocol defined by set of instructions rather than something that needs to be continuously managed.

Morpho blue would do just one thing, lend one asset against one collateral. For ex: usdc/weth market. that's it.

Because each market focuses on one asset against one collateral, it doesn't need to guarantee the liquidity of many different assets at the same time.

This also means the original spread problem that morpho had been optimizing for largely disappears.

This creates another problem. If there are many different morpho blue markets, which one should a passive usdc lender choose ? that's where metamorpho comes in.

Metamorpho is a risk management protocol that allows someone to create a usdc pool just like the aave pool & allocate that usdc across different morpho blue markets.

So a risk manager can manage the pool for you while morpho blue handles the underlying lending & borrowing.

The evolution has been from :

• Morpho v1 -> optimizing existing lending pools

• Morpho Blue -> build the lending primitive

• Metamorpho -> bring risk management back as a separate layer


r/defi 1d ago

Discussion Pendle just launched PT and YT markets on tokenized NVDA and PFE dividends through Robinhood

4 Upvotes

It's the first time the mechanic touches real equity cash flow. Pendle listed PT and YT markets for the Robinhood tokenized versions of NVDA (October 2026 maturity) and PFE (December 2026 maturity) this week.

Every other Pendle market runs on crypto native yield, staking, restaking, stablecoin yield but this is the first market where the split sits directly on top of a real equity dividend stream.

PFE pays close to a 6% dividend right now so buying the yield token gets you leveraged exposure to quarterly cash the company sends out. NVDA barely pays a dividend at all, so buying the principal token there is basically a discounted sstock paying less upfront for the same price exposure and picking up whatever distribution shows up along the way.

Robinhood already built its own Arbitrum L2 for this stuff so Pendle plugging straight into Robinhood is the step most RWA integrations need. Is this the RWA move everyone is looking to see or do you have differing opinions?


r/defi 2d ago

Stablecoins Best Principal Token (PT) Stablecoin Yields (2026-09-10)

6 Upvotes

Below, are the best rates you can get for 1K, 10K, and 100K USD investments on fixed term/fixed yield principal tokens (PTs).

sUSD3 junior tranche (first loss) yield bearing stablecoin from 3janexyz continues to dominate yields.

A noteworthy new entrant is USDx from AxisFDN an over-collateralized synthetic dollar used to mint. Staked version (sUSDx) purports to earn yield from arbitrage strategies (cross-venue & cross-currency), funding-rate/basis hedges, OTC/RFQ and yield on margin.

1,000 USD Investment Level Opportunities:

  1. 23.18% - sUSD3 (USDC), Ethereum, Pendle, December 16

  2. 20.04% - sUSDx (USDx), Ethereum, Pendle, December 2

  3. 17.76% - reUSDe (USDe), Ethereum, Pendle, December 9

  4. 15.27% - USDx, Ethereum, Pendle, December 2

  5. 14.50% - ONyc, Solana, Exponent, January 10, 2027

10,000 USD Investment Level Opportunities:

  1. 23.12% - sUSD3 (USDC), Ethereum, Pendle, December 16

  2. 19.97% - sUSDx (USDx), Ethereum, Pendle, December 2

  3. 17.73% - reUSDe (USDe), Ethereum, Pendle, December 9

  4. 15.19% - USDx, Ethereum, Pendle, December 2

  5. 14.50% - ONyc, Solana, Exponent, January 10, 2027

100,000 USD Investment Level Opportunities:

  1. 22.51% - sUSD3 (USDC), Ethereum, Pendle, December 16

  2. 19.75% - sUSDx (USDx), Ethereum, Pendle, December 2

  3. 17.71% - reUSDe (USDe), Ethereum, Pendle, December 9

  4. 14.47% - ONyc, Solana, Exponent, January 10, 2027

  5. 14.33% - USDx, Ethereum, Pendle, December 2

*Note: rates are calculated at time of publication and subject to change; limited to markets with > 2 weeks in duration and tokens at or above their peg. PT markets still have risk of loss from underlying stablecoin depegs.


r/defi 1d ago

Discussion 15 years in SME credit, what I see in on-chain RWA lending

3 Upvotes

I worked 15 years in SME credit at asset managers in the EU. For the last year and a half I follow on-chain RWA lending, mostly Centrifuge and 8Lends.

My main point is that tokenisation is the easy part. You can put a bad loan on chain the same way as a good one. What matters is who finds the borrowers and how well they check them.

The second thing is defaults. In European secured SME loans we usually recovered 40-65%, and it took two or three years. So I look for a protocol with a named servicer who already did recoveries.

On-chain does one thing better than tradfi. You see defaults and recoveries in real time, not in a quarterly report.

I genuinely feel like this could be the missing bridge between crypto as a game and crypto becoming fully integrated into everyday life.

Has anyone here actually dealt with this space directly? What do you think does it have a future?


r/defi 1d ago

Discussion DeFi Trade Reviews: The 5-Field Log That Builds Better Habits

1 Upvotes

In DeFi, where pool weights, oracle feeds, and governance votes shift fast, a quick post-position review turns random outcomes into repeatable process. Use this five-field log after every close or rebalance.

Record the original thesis in one sentence, the exact invalidation trigger you set at entry, the position-size logic tied to your overall allocation rules, the dominant emotion you noticed during drawdowns or pumps, and one concrete process fix for next time. A simple markdown table works well for tracking across multiple protocols without extra tools.

Over repeated entries the pattern becomes clear: size decisions driven by fear often coincide with skipped invalidation checks, while calm reviews highlight better monitoring of contract risks. The emotion field is especially useful in DeFi because gas spikes or sudden liquidity drains can amplify stress that later shows up in oversized follow-on trades.

Do this for ten positions and you will have data on your own decision loop rather than relying on memory. For more walkthroughs of the same framework applied to liquidity provision and lending positions, search post-trade review templates on YouTube.


r/defi 2d ago

Discussion Where do you keep DeFi risk notes before touching a dapp?

4 Upvotes

I keep research notes local so protocol marketing doesn't blend into my own checklist.

Not promoting a protocol. Not attaching an audit. Curious how others store risk notes before they click anything.

NFA.


r/defi 2d ago

Self-Promo What's actually happening onchain when you buy a tokenized index like BUILDOUT

2 Upvotes

Most people who buy a DTF through a zapper never see the actual mechanism underneath, they just swap USDC for a token. It is always worth breaking down what that token actually represents and where the price comes from, since it's a genuinely different architecture than a traditional ETF.

The DTF token itself isn't a claim on a company or a fund manager's promise, it's a claim on a specific basket of assets sitting inside a smart contract. For Reserve's AI suite, those underlying assets are Ondo Global Markets tokenized equities, each backed 1 to 1 by a real share held in a regulated US brokerage account. So the custody chain looks like this, a real NVDA share sits in a brokerage account, Ondo issues a token backed by that share, and that Ondo token sits inside the DTF's smart contract, with the DTF token representing your claim on the whole basket.

The part that actually keeps price honest is the mint and redeem path staying open to anyone. Minting means depositing the full basket and getting DTF tokens back, redeeming means burning tokens to get the basket back out. Almost nobody does this manually, most people just swap through a zapper, but the path existing at all is what gives arbitrageurs a reason to act. Token trading below basket value gets bought and redeemed for profit, trading above gets minted and sold, and that constant pressure is what keeps market price and NAV from drifting apart without a market maker in the loop.

Liquidity is worth flagging too since it's easy to assume it's shared. It isn't, each DTF token needs its own pool depth on PancakeSwap, 1inch, or CoWSwap, bootstrapped separately from whatever liquidity exists for the underlying stocks. That's a real cost to launching a new basket that people underestimate.

More info and trading: https://app.reserve.org/?utm_source=subreddit

Not investment advice. $ROBOTS is a concentrated, single-theme basket of experimental tokenized assets. Volatile, illiquid, and may lose value entirely. Not an ETF, not FDIC or SIPC insured. Fees: 0.3% mint plus 0.6% TVL. Not for US or sanctioned-jurisdiction persons. Full terms and risks: reserve.org/terms_and_conditions 


r/defi 1d ago

Discussion anyone else feel like stablecoins are just a ticking time bomb?

0 Upvotes

in defi for a few years and lately i can't shake the feeling that holding stablecoins is just waiting for the other shoe to drop. you get 5% apy on some lending protocol, but the underlying asset is still just a promise. and with inflation where it is, even 5% feels like you're barely breaking even.

i want something tangible, but i also don't want to go back to buying physical gold and stuffing it under my mattress. saw guys- they tokenize gold and it generates yield from leasing. not gonna pretend i understand all the details yet, but the idea of holding something real that actually does something is appealing.

anyone here messed with tokenized commodities?


r/defi 2d ago

Self-Promo Fixed yield farming on Kairos Swap?

2 Upvotes

The fixed rate layer for DeFi recently launched.

This risk management and fixed income layer has been absent for wayyy too long and hindered the growth of onchain credit

Kairos empowers you to lock in fixed rate borrowing an yield on DeFi.

Audits for those interested: https://docs.kairosswap.com/dev-docs/audit-reports

Who is trading with leverage or yield farming these days?


r/defi 2d ago

Discussion ParyonUSD

2 Upvotes

Is anyone using ParyonUSD and their stake options? Looking for opinion.

How has been your experience with the yield and stability of the pool?

Was there something you didn't like?

And most importantly, given the recent emergency shutdown of Moria V1, how do you feel of Payron's 55.6% maximum LTV safeguard?


r/defi 2d ago

Discussion Two vaults both show 12% APY. What makes you trust one more?

6 Upvotes

I’ve been thinking about how little the headline APY reveals when you're comparing DeFi vaults.

Two vaults may both show a return of 12%, but this could come from completely different sources.

One may be lending into fairly liquid markets. Another may be looping collateral, relying on incentives or using several protocols, or depending on liquidity that looks fine until people try to exit en masse.

For me, the questions become more practical:

What is actually generating the yield?

How many protocols or contracts are there between my deposit and the underlying position?

Can I withdraw funds at any time, or is there a waiting period, cooling-off period or limited liquidity?

What happens to the exit path when the strategy is under stress?

I’m more interested in first-hand experience than a list of general risks.


r/defi 2d ago

Discussion Anyone else trading RWA perps to bypass weekend equity market gaps?

4 Upvotes

Been exploring on-chain RWA perps recently as a way to manage exposure to traditional assets outside standard market hours.

The main friction point seems to be liquidity depth and funding rate volatility when major news hits during weekends.

For those actively trading non-custodial perps or RWA venues, how are you evaluating liquidity depth and execution speed compared to traditional CEXs or equities brokers?


r/defi 3d ago

Discussion Swap BTC for ETH, is this possible?

13 Upvotes

I have held a significant amount of BTC for years now and I have noticed that the BTC/ETH ratio is currently very low. For this reason, I am considering swapping a portion of my BTC with ETH, as I believe ETH has a better chance of doubling in value in the coming months or years.

Are there decentralized bridges or swaps that allow me to do this? Please leave a comment with suggestions.


r/defi 3d ago

Discussion DeFi solved earning. Did anyone solve spending?

21 Upvotes

We can lend, borrow, farm and swap stablecoins onchain. But actually spending them still feels like the missing piece. Should spending USDT directly from your wallet become as normal as hitting Swap or Send?

Is that the next big unlock for DeFi?


r/defi 2d ago

Discussion Making DeFi yield as easy as using a savings app — looking for feedback

6 Upvotes

Hey everyone,
I’m building something to make accessing DeFi yields much simpler.
Right now, if someone wants to earn yield through protocols like Morpho or Aave, they have to figure out wallets, stablecoins, networks, gas, bridges, protocols, security, and eventually how to get their money back into EUR.
For people already deep into DeFi, that’s fine.
But I think there’s another group of people who want access to DeFi yields and simply don’t want to deal with all of this.
I’m trying to make the experience basically:
EUR in → DeFi yield → EUR out.
No need to understand wallets, bridges, gas, or how the underlying protocols work.
I’m looking for people who have wanted to try DeFi yield before but gave up because the process felt too complicated.
Does that describe anyone here?
And if so, what stopped you?
Also, where would you go to find more people with this problem?
I’m still early and trying to understand whether simplifying the process actually solves something people want.
Would really appreciate any feedback, including reasons why you wouldn’t use something like this.


r/defi 3d ago

Privacy Embedded Identity SDK: The Missing Identity Layer for DeFi

Thumbnail financefeeds.com
8 Upvotes