Skip to content

Conversation

0xNxtdev
Copy link
Contributor

@0xNxtdev 0xNxtdev commented Oct 19, 2025

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):

Streme

Twitter Link:

https://twitter.com/stremefun

List of audit links if any:

N/A

Website Link:

https://streme.fun

Logo:

https://streme.fun/logo.png (or upload one if needed)

Description:

Tracks STREME tokens held in the primary staking/treasury contract on Base.

Contracts:

  • Token: 0x3b3cd21242ba44e9865b066e5ef5d1cc1030cc58
  • Staking: 0x293A5d47f5D76244b715ce0D0e759E0227349486

Chain:

Base

Coingecko ID (so your TVL can appear on Coingecko, leave empty if not listed):

streme

Coinmarketcap ID (so your TVL can appear on Coinmarketcap, leave empty if not listed):
Short Description (to be shown on DefiLlama):

An AI Agent token launcher that deploys streamable tokens with built-in staking rewards and automatic liquidity provision.

Token address and ticker if any:

Token: 0x3b3cd21242ba44e9865b066e5ef5d1cc1030cc58
Ticker: STREME

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

Launchpad

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

None

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

N/A — prices are tracked via on-chain balances only.

Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:

N/A

forkedFrom (Does your project originate from another project):

Not forked

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

TVL is calculated as the number of STREME tokens held in the main staking contract on Base chain.

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

https://github.com/streme-fun

@llamabutler
Copy link

The adapter at projects/streme exports TVL:

base                      29.87 k

total                    29.87 k 

methodology: 'TVL is calculated as the STREME tokens held in the primary staking/treasury contract on Base.',
start: 26098345,
base: {
tvl: sumTokensExport({
Copy link
Collaborator

Choose a reason for hiding this comment

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

please use tvl: () => ({}) and export this function as staking as this is your own token

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@waynebruce0x waynebruce0x self-assigned this Oct 20, 2025
@llamabutler
Copy link

The adapter at projects/streme exports TVL:

base-staking              37.67 k
staking                   37.67 k
base                      0

total                    0 

@waynebruce0x waynebruce0x merged commit 99e0973 into DefiLlama:main Oct 21, 2025
1 check 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