Skip to content

Conversation

cashmerelabs
Copy link
Contributor

Name (to be shown on DefiLlama): Cashmere
Twitter Link: https://twitter.com/cashmerelabs
List of audit links if any: https://github.com/cashmere-prod/contracts-prod/tree/main/audits
Website Link: https://cashmere.exchange/
Logo (High resolution, will be shown with rounded borders):
https://drive.google.com/drive/folders/1QYBM8qaT4MZLMedYtSG-l5neEIGJrMMS?usp=sharing

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

Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed): (https://api.coingecko.com/api/v3/coins/list)
N/A

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)
N/A

Short Description (to be shown on DefiLlama):
Middleware infrastructure for zero-slippage one-click native omnichain transfers.

Token address and ticker if any:
Category (full list at https://defillama.com/categories) *Please choose only one:
Bridge

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

Implementation Details: Briefly describe how the oracle is integrated into your project:
Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:
forkedFrom (Does your project originate from another project):
NA
methodology (what is being counted as tvl, how is tvl being calculated):
Github org/user (Optional, if your code is open source, we can track activity):
https://github.com/cashmere-prod

@llamabutler
Copy link

The cashmere adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts bridge-aggregators cashmere

🦙 Running CASHMERE adapter 🦙
---------------------------------------------------
Start Date:	Thu, 11 Sep 2025 22:36:25 GMT
End Date:	Fri, 12 Sep 2025 22:36:25 GMT
---------------------------------------------------

ETHEREUM 👇
Backfill start time: 8/9/2025
Daily bridge volume: 241.26 k
End timestamp: 1757716584 (2025-09-12T22:36:24.000Z)

@llamabutler
Copy link

The cashmere adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts fees cashmere

🦙 Running CASHMERE adapter 🦙
---------------------------------------------------
Start Date:	Thu, 11 Sep 2025 22:36:31 GMT
End Date:	Fri, 12 Sep 2025 22:36:31 GMT
---------------------------------------------------

ETHEREUM 👇
Backfill start time: 8/9/2025
Daily volume: 241.36 k
Daily fees: 182
Daily user fees: 182
Daily revenue: 182
Daily protocol revenue: 182
Daily holders revenue: 0
Daily supply side revenue: 0
End timestamp: 1757716590 (2025-09-12T22:36:30.000Z)

const response = await fetchURL(url);

return {
dailyBridgeVolume: response.volumeUsd || response.dailyBridgeVolume || 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, why response.volumeUsd || response.dailyBridgeVolume?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on second thought, excluding as we track bridge volume here: https://github.com/DefiLlama/bridges-server

@llamabutler
Copy link

The cashmere adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts fees cashmere

🦙 Running CASHMERE adapter 🦙
---------------------------------------------------
Start Date:	Mon, 15 Sep 2025 09:05:00 GMT
End Date:	Tue, 16 Sep 2025 09:05:00 GMT
---------------------------------------------------

ETHEREUM 👇
Backfill start time: 8/9/2025
Daily volume: 1.03 M
Daily fees: 687
Daily user fees: 687
Daily revenue: 687
Daily protocol revenue: 687
Daily holders revenue: 0
Daily supply side revenue: 0
End timestamp: 1758013499 (2025-09-16T09:04:59.000Z)

Set dailyHoldersRevenue and dailySupplySideRevenue to zero.
@llamabutler
Copy link

The cashmere adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts fees cashmere

🦙 Running CASHMERE adapter 🦙
---------------------------------------------------
Start Date:	Mon, 15 Sep 2025 09:06:02 GMT
End Date:	Tue, 16 Sep 2025 09:06:02 GMT
---------------------------------------------------

ETHEREUM 👇
Backfill start time: 8/9/2025
Daily volume: 1.03 M
Daily fees: 687
Daily user fees: 687
Daily revenue: 687
Daily protocol revenue: 687
Daily holders revenue: 0
Daily supply side revenue: 0
End timestamp: 1758013561 (2025-09-16T09:06:01.000Z)

@g1nt0ki g1nt0ki merged commit 56e5b36 into DefiLlama:master Sep 16, 2025
2 checks passed
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