mucryptoTop gainers/losers by 7 day change in TVL (%) 2024-02-11 01:48 PM
    Updated 2024-02-11
    with resps as
    (select defillama.get('/protocols', {}) as resp),
    positive as (
    select
    value:category as category,
    value:name as name,
    cast(value:change_7d as decimal(38,2)) as seven_day_change,
    value:description::string as description
    from resps,
    lateral flatten (input => resp:data)
    where category = 'RWA'
    and seven_day_change > 0
    order by 3 desc
    limit 10),

    negative as (
    select
    value:category as category,
    value:name as name,
    cast(value:change_7d as decimal(38,2)) as seven_day_change,
    value:description as description
    from resps,
    lateral flatten (input => resp:data)
    where category = 'RWA'
    and seven_day_change < 0
    order by 3
    limit 10)

    select
    name,
    concat(seven_day_change, '%') as seven_day_change,
    description,
    'Positive' as category
    from positive

    union all
    Last run: about 1 year ago
    NAME
    SEVEN_DAY_CHANGE
    DESCRIPTION
    CATEGORY
    1
    DeSyn Protocol
    49.81%
    DeSyn Protocol is an innovative decentralized asset management infrastru...
    Positive
    2
    Solv V2
    10.43%
    Solv V2 enables crypto institutions to raise capital by issuing a custom...
    Positive
    3
    Sweep
    6.04%Sweep provides DEX traders with one coin to save, bridge and swapPositive
    4
    Binaryx Platform
    3.88%
    Binaryx Platform is an infrastructure layer for RWA tokenization that op...
    Positive
    5
    Lofty
    3.80%Fractionalized real estate on Algorand.Positive
    6
    DigiFT
    2.83%
    DigiFT is the first regulated exchange for on-chain real-world assets, a...
    Positive
    7
    Sailing Protocol
    2.39%Sailing Protocol brings traditional stocks onchain.Positive
    8
    NAOS Finance
    0.62%
    A DeFi lending protocol allowing lenders and SME borrowers to facilitate...
    Positive
    9
    RealT Tokens
    0.51%
    RealToken provides investors with a simple, intelligent, and user-friend...
    Positive
    10
    Aktionariat
    0.46%
    Platform provider for legal security tokens. Buy and sell private equity...
    Positive
    11
    Fortunafi fBill
    -14.92%Tokenized U.S. Treasury bills for U.S. residentsNegative
    12
    Toucan Protocol
    -12.84%
    The protocol provides tools that allow anyone to bring carbon credits on...
    Negative
    13
    Danogo
    -11.89%
    Danogo is a decentralized CARDANO exchange for listing and trading Bond ...
    Negative
    14
    Meld Gold
    -7.19%
    One Meld Token equates to one gram of the corresponding precious metal t...
    Negative
    15
    Maker RWA
    -3.35%
    Real World Assets (RWAs) are a collateral type in the Maker Protocol whi...
    Negative
    16
    Hashnote USYC
    -2.57%
    Hashnote is a regulated DeFi platform with permissioned smart contracts,...
    Negative
    17
    MatrixDock
    -2.09%
    The Matrixdock STBT token (i.e. Short-term Treasury Bill token) is a tok...
    Negative
    18
    Maple RWA
    -1.91%
    Maple Finance is an institutional capital marketplace powered by blockch...
    Negative
    19
    OpenEden T-Bills
    -1.53%
    A smart contract vault managed by a regulated entity to offer 24/7 and d...
    Negative
    20
    CACHE.Gold-0.67%
    CACHE Gold tokens are fully compliant, public, transparent, redeemable g...
    Negative
    20
    4KB
    3s