> ## Documentation Index
> Fetch the complete documentation index at: https://blog.loopscale.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Loopscale Q2 2025 Recap

export const XEmbed = ({url, options = {}}) => {
  const containerRef = useRef(null);
  useEffect(() => {
    const renderTweet = () => {
      if (containerRef.current) {
        containerRef.current.innerHTML = '';
        const tweetId = url.split('/').pop().split('?')[0];
        const embedOptions = {
          theme: 'light',
          align: 'center',
          ...options
        };
        window.twttr.widgets.createTweetEmbed(tweetId, containerRef.current, embedOptions).catch(err => console.error("Failed to embed tweet ${url}:", err));
      }
    };
    const onScriptLoad = () => {
      window.twttr.ready(() => renderTweet());
    };
    if (window.twttr?.widgets) {
      onScriptLoad();
      return;
    }
    const scriptId = 'twitter-wjs';
    let script = document.getElementById(scriptId);
    document.addEventListener('twitter-widget-loaded', onScriptLoad);
    if (!script) {
      script = document.createElement('script');
      script.id = scriptId;
      script.src = 'https://platform.twitter.com/widgets.js';
      script.async = true;
      script.onload = () => {
        document.dispatchEvent(new CustomEvent('twitter-widget-loaded'));
      };
      script.onerror = error => {
        console.error('Failed to load Twitter widget script:', error);
      };
      document.head.appendChild(script);
    }
    return () => {
      document.removeEventListener('twitter-widget-loaded', onScriptLoad);
    };
  }, [url, options]);
  return <div ref={containerRef} className="x-embed" />;
};

export const MetadataCard = ({author_id, date}) => {
  const authors = {
    loopscale: {
      name: 'Loopscale',
      avatar: '/static/assets/favicon.svg'
    },
    devin: {
      name: 'Devin Black',
      avatar: '/static/assets/authors/devin.png'
    },
    mary: {
      name: 'Mary Gooneratne',
      avatar: '/static/assets/authors/mary.png'
    },
    luke: {
      name: 'Luke Truitt',
      avatar: '/static/assets/authors/luke.png'
    },
    logan: {
      name: 'Logan',
      avatar: '/static/assets/authors/logan.webp'
    }
  };
  const author = authors[author_id] || authors['loopscale'];
  return <div className="metadata-card">
      <div className="metadata-author">
        <img className="metadata-author-avatar" src={author.avatar} alt={author.name} style={{
    pointerEvents: 'none'
  }} />
        <p className="metadata-author-name">{author.name}</p>
      </div>
      <p className="metadata-date">{date}</p>
    </div>;
};

<MetadataCard author_id="devin" date="June 30, 2025" />

<img src="https://mintcdn.com/loopscale2/jKpgtqsAcCYny30i/static/assets/images/q22025recap.webp?fit=max&auto=format&n=jKpgtqsAcCYny30i&q=85&s=941f3a74c25cbd510932ca557e4ea0c4" alt="" width="1200" height="675" data-path="static/assets/images/q22025recap.webp" />

Loopscale is closing out Q2 2025 with substantial progress since [going live in April](/posts/launch). Now three months post-launch, over \$62M in assets are currently deposited to the protocol, with 4,574 individual active loans and more than \$1 billion in cumulative borrowing volume.

<XEmbed url="https://x.com/marygooneratne/status/1942694120545284205" />

As the first mover in building lending markets for new token primitives, Loopscale’s [modular, order book-based architecture](/posts/modularlending) has proven its value by delivering competitive rates, diverse Loop products, and asset integrations that lenders, borrowers, and loopers have been seeking in the rapidly evolving Solana ecosystem.

Let’s explore what we shipped in Q2 2025.

## Expanded supported assets for Loops and collateral

Loopscale supports [the most assets of any lending protocol on Solana](/posts/flexappeal). Q2 saw significant expansion in supported tokens for collateral and looping.

* **Principal Tokens**: We shipped support for PTs (Principal Tokens), which are fixed-yield assets from [Exponent Finance](https://exponent.finance/) and [RateX](https://rate-x.io/), amassing millions of value locked in PTs via Loops and collateral.
* **Incentivized LST Loops**: We’ve launched numerous Liquid-Staked Solana Loops, providing superior leveraged Solana staking returns. Our observation: [new LSTs grow faster when they list on Loopscale](https://x.com/marygooneratne/status/1938301501308301612).
* **Yield-bearing tokens**: Loopscale is purpose-built for yield-bearing tokens, like [Fragmetric's](https://fragmetric.xyz/) fragSOL and fragBTC, [Maple Finance's](https://maple.finance/) syrupUSDC, and [Yala's](https://yala.org/) YU.
* **Flash.Trade FLP Loops**: We introduced leverage for perp LPs supporting different asset classes, whether crypto or synthetic RWAs, in collaboration with our friends at [Flash](https://flash.trade/).
* **Tokenized Stocks**: Our rapid support for [xStocks](https://www.kraken.com/xstocks) demonstrates the power of Loopscale's architecture in unlocking value for emerging primitives. More on this front are coming soon!

<XEmbed url="https://x.com/LoopscaleLabs/status/1940487017466679460" />

Each new asset validates the core advantage of modular lending markets: *markets can immediately form free of the liquidity requirements and capital inefficiency that constrain pool models*.

## The best place to park your SOL

Throughout Q2 and continuing today, the [SOL GENESIS Vault](https://app.loopscale.com/vault/U1h9yhtpZgZsgVzMZe1iSpa6DSTBkSH89Egt59MXRYe) has consistently yielded 10%+ returns on SOL, driven largely by high borrowing demand for Loops, particularly LST (Solana Liquid-Staked Token) Loops. Yields are also boosted by additional rewards provided by our LST partners.

With Loopscale’s order book model, lenders earn the full borrow rate without the spread dilution inherent in pool-based protocols.

## New features and UX improvements

In Q2, we shipped many UX improvements based on community feedback:

* [A better Loops page](https://app.loopscale.com/loops) for discovering the right leveraged yield opportunities.
* More transparent Loop management for existing positions, with a particular focus on better information for opening and closing positions.
* PnL charts to better portray returns from Loops. This has proven particularly useful for PT Loops!
* Refreshed [Points](https://app.loopscale.com/points) and [Portfolio](https://app.loopscale.com/portfolio) pages.
* Alongside our public launch, we unveiled a refreshed brand identity. Shout out to [@saniaio](https://x.com/@saniaio) and [@VectorDAO](https://x.com/@VectorDAO) for the excellent work!

We also announced Sponsored Vaults, of which we expect the first to go live early in Q3 in order to provide targeted borrow liquidity for certain collateral assets.

<XEmbed url="https://x.com/LoopscaleLabs/status/1927741645484695720" />

## A continued dedication to security

Our protocol suffered [a security incident on April 26th](https://blog.loopscale.com/posts/postmortem). This resulted from incomplete validation in a newly deployed integration — a clear failure in our review process. **All funds were recovered within 48 hours through coordinated ecosystem efforts**, and the protocol resumed normal activity by early May.

Stemming from this, Loopscale underwent an extensive security overhaul:

* Borrow and supply caps to limit exposure concentration
* Collateral exposure limits for individual assets
* Comprehensive audit coverage with Sec3 and additional third-party auditors
* **Progressive, feature-specific audits for all future program updates**.

Moving forward, no program functionality will be deployed without formal third-party review — a standard we're committed to maintaining across all releases.

With active users and loan volume now above pre-incident levels, we're excited to be back on track and focused on what's coming next.

## Looking ahead to Q3

The order-book thesis is gaining broader acceptance. [Morpho’s recent shift to a similar architecture on Ethereum is a notable signal](https://x.com/marygooneratne/status/1933582618437488819). We’ll keep pushing the model forward, focusing on security, capital efficiency, and rapid support for the next wave of assets.

Our immediate goals are as follows:

* **Be the first lending market for any new Solana asset. Add more asset support: PT tokens, more xStocks, RWAs, and beyond**.
* Continue to build out Vaults — via both external curators as well as Sponsored Vaults.
* Refine product UX, making Loopscale’s order book-based lending as easy to use as traditional lending protocols.
* Undergo an additional protocol audit and continue to build security features into Loopscale.

And finally: we're looking for a Product Designer and Senior Frontend Engineer to [join our NY-based team](https://careers.loopscale.com/). Come help us build the future of onchain lending!

Loopscale’s next phase is already in motion, and we’re grateful to build it alongside our community. A huge thank you to our community and partners for your continued support!
