Skip to content

add Xpert#18694

Open
Xpertfinancedev wants to merge 1 commit intoDefiLlama:mainfrom
Xpertfinancedev:main
Open

add Xpert#18694
Xpertfinancedev wants to merge 1 commit intoDefiLlama:mainfrom
Xpertfinancedev:main

Conversation

@Xpertfinancedev
Copy link
Copy Markdown

@Xpertfinancedev Xpertfinancedev commented Apr 8, 2026

NOTE

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


  1. If you would like to add a volume/fees/revenue adapter please submit the PR here.

  2. 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.

  3. 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.

  4. For updating listing info It is a different repo, you can find your listing in this file, you can edit it there and put up a PR

  5. Please do not add new npm dependencies, do not edit/push pnpm-lock.yaml file as part of your changes


(Needs to be filled only for new listings)

Name (to be shown on DefiLlama):Xpert
Twitter Link:https://x.com/Xpert_Fi
List of audit links if any:
Website Link:https://xpert.finance/
Logo (High resolution, will be shown with rounded borders):https://github.com/Xpertfinancedev/xpertfinance/blob/main/logo/logo.png
Current TVL:$26500
Treasury Addresses (if the protocol has treasury)
Chain:ink
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):Xpert is an open lending and borrowing protocol on Ink. Xpert`s intuitive interface simplifies the lending experience for everyone, from newcomers to crypto experts.
Token address and ticker if any:0x6d96cd0031d12DA7F71f28ee15eC5161D5Cd3DDd
Category (full list at https://defillama.com/categories) *Please choose only one:Lending
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:
Documentation/Proof: Provide links to documentation or any other resources that verify the oracle's usage:
forkedFrom (Does your project originate from another project):
methodology (what is being counted as tvl, how is tvl being calculated):Counts the tokens locked in the contracts to be used as collateral to borrow or to earn yield. Borrowed coins are not counted towards the TVL, so only the coins actually locked in the contracts are counted. There's multiple reasons behind this but one of the main ones is to avoid inflating the TVL through cycled lending.
Github org/user (Optional, if your code is open source, we can track activity):
Does this project have a referral program?

Summary by CodeRabbit

  • New Features
    • Added configuration module for ink functionality with methodology reference.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 8, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3209a1cb-768d-4adc-948b-f07748c5bc68

📥 Commits

Reviewing files that changed from the base of the PR and between 6c2721b and 8c9eb57.

📒 Files selected for processing (1)
  • projects/xpert/index.js

📝 Walkthrough

Walkthrough

A new entry module is created at projects/xpert/index.js that imports utilities from the compound helper and exports an object containing an ink configuration derived from compoundExports2 with a specific comptroller address, plus a methodology export.

Changes

Cohort / File(s) Summary
New Module Entry
projects/xpert/index.js
Introduces new entry module exporting ink (computed via compoundExports2 with comptroller address 0x4f3b08B7FE4E14f728d084850A7B9CFF2E759Eb7) and methodology from compound helper.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

A tiny module springs to life,
No fuss, no strife, just clean and neat,
The rabbit hops with pure delight—
Xpert's entry point complete! 🐰✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'add Xpert' is related to the changeset but is overly generic and vague. It states what is being added but lacks clarity about what 'Xpert' is or what component is being added. Consider using a more descriptive title such as 'add Xpert lending protocol adapter on Ink chain' to better convey the purpose and scope of the change.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The pull request description includes the required template and provides most essential information for the new listing: name, website, Twitter, logo, TVL, chain, token address, category, oracle provider, short description, and methodology.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 and usage tips.

@llamabutler
Copy link
Copy Markdown

The adapter at projects/xpert exports TVL:

ink                       26.48 k
ink-borrowed              16.05 k
borrowed                  16.05 k

total                    26.48 k 

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.

2 participants