Skip to content

[fees]stableflow - add fees adapter for stableflow#8092

Draft
DarkLord017 wants to merge 2 commits into
DefiLlama:masterfrom
DarkLord017:stableflow
Draft

[fees]stableflow - add fees adapter for stableflow#8092
DarkLord017 wants to merge 2 commits into
DefiLlama:masterfrom
DarkLord017:stableflow

Conversation

@DarkLord017

Copy link
Copy Markdown
Contributor

Resolves #4786

Stableflow uses the following bridging services:

  • USDT0 / FraxZero – Directly interacts with the respective on-chain contracts. Any fees charged are protocol fees (e.g. LayerZero) and are not collected by Stableflow.

  • NEAR Intents – Charges a 1 basis point (0.01%) affiliate fee, which is paid to referrer.near.

  • CCTP – Charges protocol fees such as the mint fee and bridge fee. These fees belong to CCTP and are not collected by Stableflow.

  • Native Transfers – Stableflow currently does not charge any affiliate fee for native transfers.

Source - https://github.com/stableflow-ai/stableflow-interface

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: b06d6462-c2e9-49fa-90c7-134676d36445

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

The stableflow adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts fees stableflow

🦙 Running STABLEFLOW adapter 🦙
---------------------------------------------------
Start Date:	Sun, 12 Jul 2026 00:00:00 GMT
End Date:	Mon, 13 Jul 2026 00:00:00 GMT
---------------------------------------------------

------ ERROR ------
Error: DUNE_API_KEYS environment variable is not set
    at getAxiosDune (/home/runner/work/dimension-adapters/dimension-adapters/helpers/dune.ts:17:11)
    at submitQuery (/home/runner/work/dimension-adapters/dimension-adapters/helpers/dune.ts:81:33)
DUNE_API_KEYS environment variable is not set

@github-actions

Copy link
Copy Markdown

The stableflow adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts fees stableflow

🦙 Running STABLEFLOW adapter 🦙
---------------------------------------------------
Start Date:	Sun, 12 Jul 2026 00:00:00 GMT
End Date:	Mon, 13 Jul 2026 00:00:00 GMT
---------------------------------------------------

------ ERROR ------
Error: DUNE_API_KEYS environment variable is not set
    at getAxiosDune (/home/runner/work/dimension-adapters/dimension-adapters/helpers/dune.ts:17:11)
    at submitQuery (/home/runner/work/dimension-adapters/dimension-adapters/helpers/dune.ts:81:33)
DUNE_API_KEYS environment variable is not set

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.

Track stableflow Bridge Volume/Fees/Revenue

1 participant