Skip to content

Conversation

Silas-Zhu
Copy link
Contributor

NOTE

Please enable "Allow edits by maintainers" while putting up the PR.


  • If you would like to add a volume/fees/revenue adapter please submit the PR here.
  • If you would like to add a liquidations adapter, please refer to this readme document for details.
  1. Once your adapter has been merged, it takes time to show on the UI. If more than 24 hours have passed, please let us know in Discord.
  2. Sorry, We no longer accept fetch adapter for new projects, we prefer the tvl to computed from blockchain data, if you have trouble with creating a the adapter, please hop onto our discord, we are happy to assist you.
  3. Please fill the form below only if the PR is for listing a new protocol else it can be ignored/replaced with reason/details about the PR
  4. For updating listing info It is a different repo, you can find your listing in this file: https://github.com/DefiLlama/defillama-server/blob/master/defi/src/protocols/data2.ts, you can edit it there and put up a PR
  5. Do not edit/push package-lock.json file as part of your changes, we use lockfileVersion 2, and most use v1 and using that messes up our CI
  6. No need to go to our discord and announce that you've created a PR, we monitor all PRs and will review it asap

Name (to be shown on DefiLlama):

CASH+

Twitter Link:

https://x.com/AssetoFinance

List of audit links if any:

https://reale-assets.gitbook.io/reale/smart-contract-audit

Website Link:

https://asseto.finance/

Logo (High resolution, will be shown with rounded borders):

https://static.asseto.finance/asseto/cashplus.svg

Current TVL:
Treasury Addresses (if the protocol has treasury)
Chain:

BSC,ETH

Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed): (https://api.coingecko.com/api/v3/coins/list)
Coinmarketcap ID (so your TVL can appear on Coinmarketcap, leave empty if not listed): (https://api.coinmarketcap.com/data-api/v3/map/all?listing_status=active,inactive,untracked&start=1&limit=10000)
Short Description (to be shown on DefiLlama):

CASH+ is a 1:1 asset-backed token collateralized by the CMS USD Money Market Fund, which invests in high-quality short-term USD instruments. It offers both individual and institutional investors instant stablecoin liquidity combined with low-risk yields that track money-market rates.

Token address and ticker if any:

ETH:0x498D9329555471bF6073A5f2D047F746d522A373
BSC:0x1775504c5873e179Ea2f8ABFcE3861EC74D159bc

Category (full list at https://defillama.com/categories) *Please choose only one:

RWA

Oracle Provider(s): Specify the oracle(s) used (e.g., Chainlink, Band, API3, TWAP, etc.):

Chainlink

Implementation Details: Briefly describe how the oracle is integrated into your project:

In our project, the oracle integration is achieved through a collaboration between our Fund Administrator (SyncNAV) and Chainlink. SyncNAV acts as the primary price provider, delivering compliant and accurate price data via an API endpoint to Chainlink. Chainlink then uses this verified data feed to construct the on-chain oracle. Our smart contracts retrieve the latest fund price directly from the oracle whenever price data is required, ensuring that all on-chain operations are based on up-to-date and reliable information.

Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:
forkedFrom (Does your project originate from another project):

No

methodology (what is being counted as tvl, how is tvl being calculated):

TVL is calculated by multiplying the current total token supply by the latest token price. The latest price is obtained from the oracle, ensuring that the TVL accurately reflects the real-time value of assets within the protocol.

Github org/user (Optional, if your code is open source, we can track activity):

@llamabutler
Copy link

Error while running adapter at projects/asseto-cashsplus:

Error: 
    Unknown chain(s): eth
    Note: if you think that the chain is correct but missing from our list, please add it to 'projects/helper/chains.json' file
    
Error saving cache: Error: ENOENT: no such file or directory, open '/home/runner/work/DefiLlama-Adapters/DefiLlama-Adapters/node_modules/@defillama/sdk/build/util/local_cache/zlib-1.0/BlockCache.json'

@llamabutler
Copy link

The adapter at projects/asseto-cashsplus exports TVL:

ethereum                  0
bsc                       0

total                    0 

@waynebruce0x
Copy link
Collaborator

is 0 TVL expected? Have you tested this?

@waynebruce0x
Copy link
Collaborator

  • Are your RWA assets redeemable for the underlying or for FIAT / stables of equal value irrespective of liquidity?
  • do mint/redeem actions require KYC on your app?
  • are the RWA tokens freely transferrable?
  • are regular attestation reports published detailing the underlying RWA values?
  • are all funds for buying the RWAs sourced on chain?

@waynebruce0x waynebruce0x self-assigned this Oct 17, 2025
@Silas-Zhu
Copy link
Contributor Author

is 0 TVL expected? Have you tested this?

YES because chainlink is still working on integrating with fund admin.

@Silas-Zhu
Copy link
Contributor Author

  1. Are your RWA assets redeemable for the underlying or for FIAT / stables of equal value irrespective of liquidity?
    Our RWA assets are subscribed and redeemed in fiat or stablecoins (USDT/USDC). Investors always receive the equivalent value in fiat or stables, not the underlying asset itself.
  2. do mint/redeem actions require KYC on your app?
    YES
  3. are the RWA tokens freely transferrable?
    YES but only KYC/WL users can subscribe/redeem.
  4. are regular attestation reports published detailing the underlying RWA values?
    YES.
  5. are all funds for buying the RWAs sourced on chain?
    No, the funds mainly come from both on-chain and off-chain users. Currently, about 10-20% of funds are coming in from customers through referrals and partnerships with regulated financial institutions, licensed fund managers, and professional intermediaries.

@llamabutler
Copy link

The adapter at projects/asseto-cashsplus exports TVL:

ethereum                  0
bsc                       0

total                    0 

@waynebruce0x
Copy link
Collaborator

We need non zero TVL to list on the TVL dashboard

@Silas-Zhu
Copy link
Contributor Author

Chainlink price feed will be up and running within the week. Will share the link to the price feed once it’s up.
Will have 6 mil+ of tvl by then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants