Skip to content

Conversation

@spravin3
Copy link
Contributor

@spravin3 spravin3 commented Dec 9, 2025

  • Track validator staking via Cosmos SDK
  • Track bridged ALLO tokens on Ethereum, Base, BSC
  • Added Allora endpoint to cosmos.js helper
  • Registered Allora in chains.json

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

Allora Network

Twitter Link:

https://twitter.com/AlloraNetwork

List of audit links if any:
Website Link:

https://allora.network

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

~$14.8M ($1.04M staked + $13.76M bridged)

Treasury Addresses (if the protocol has treasury)

[Leave empty if unknown]

Chain:

Allora, Ethereum, Base, BSC

Coingecko ID:

allora

Coinmarketcap ID:

38908

Short Description:

Allora Network is a self-improving decentralized AI network

Token address and ticker:

Native: uallo (Allora Chain)
Ethereum: 0x8408D45b61f5823298F19a09B53b7339c0280489 (ALLO)
Base: 0x032d86656Db142138AC97d2c5C4E3766E8c0482d (ALLO)
BSC: 0xCCe5F304fD043d6A4E8cCB5376A4a4Fb583B98d5 (ALLO)

Category:

AI

Oracle Provider(s):

N/A

Implementation Details:

Tracks native staking on Allora Chain and bridged tokens via LayerZero OFT

Documentation/Proof:

https://docs.allora.network

- Track validator staking via Cosmos SDK
- Track bridged ALLO tokens on Ethereum, Base, BSC
- Added Allora endpoint to cosmos.js helper
- Registered Allora in chains.json
@llamabutler
Copy link

The adapter at projects/allora exports TVL:

ethereum                  8.13 M
bsc                       5.04 M
allora-staking            1.05 M
staking                   1.05 M
base                      714.01 k
allora                    0.00

total                    13.88 M 

// Return as raw amount
return bondedTokens;
} catch (error) {
console.log(`Allora chain staking fetch error: ${error.message}`);
Copy link
Collaborator

Choose a reason for hiding this comment

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

please no try/catch

Copy link
Contributor Author

Choose a reason for hiding this comment

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

noted, removed

// Track bridged tokens on their respective EVM chains
ethereum: {
tvl: async (api) => {
const totalSupply = await api.call({
Copy link
Collaborator

Choose a reason for hiding this comment

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

we cant count the mcap of bridged ALLO, they must be deposited to allora contracts by users to count as staking. Please remove these

Copy link
Contributor Author

Choose a reason for hiding this comment

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

noted, fixed this, removed bridged tokens and cleaned up code as requested.

@waynebruce0x waynebruce0x self-assigned this Dec 10, 2025
- Remove try/catch blocks (let errors bubble up)
- Remove bridged token tracking (totalSupply = market cap, not TVL)
- Clean up unnecessary comments and TODOs
- Simplify code from 147 to 45 lines
@llamabutler
Copy link

The adapter at projects/allora exports TVL:

allora-staking            870.22 k
staking                   870.22 k
allora                    0.00

total                    0.00 

@waynebruce0x waynebruce0x merged commit aaa4b5d into DefiLlama:main Dec 11, 2025
1 check passed
@spravin3
Copy link
Contributor Author

@waynebruce0x thanks for merging, just fyi, happy to help as a data developer for defilama and want to contribute more adapters & build out your risk scoring frameworks too if the team still needs help cc @0xngmi

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