Skip to content

update Landshare #15689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

update Landshare #15689

wants to merge 2 commits into from

Conversation

ls-jordan
Copy link

Updated the previously non-functional Landshare Adapter

@llamabutler
Copy link

The adapter at projects/landshare exports TVL:

bsc                       3.78 M

total                    3.78 M 

tvl: async (api) => {
try {
// 1. LAND-BNB LP in MasterChef (PID 1) - get WBNB amount and multiply by 2
const [bnbInLP, totalLPSupply, lpStakedAmount] = await Promise.all([
Copy link
Collaborator

Choose a reason for hiding this comment

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

LAND LP should be exported under pool2 like before

}

// 2. LAND token staked - use totalStaked() function from MasterChef
const totalLandStaked = 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.

LAND should be exported under staking like before

}

// 4. LSRWA-USDT LP - add the LP token itself, not just USDT balance
const lsrwaUsdtLPBalance = 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.

this should be pool2

}

// 3. RWA value - from getTotalValue() converted via formatEther
const rwaValue = 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.

where is the backing for this RWA? Is this minted by landshare?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, properties can be viewed at app.landshare.io/rwa

all property are tokenized under LSRWA Token

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we see some legal documentation indicating the ownership of the properties shown on the app? You could email or telegram them

@waynebruce0x waynebruce0x self-assigned this Jul 29, 2025
@llamabutler
Copy link

The adapter at projects/landshare exports TVL:

bsc-staking               2.28 M
staking                   2.28 M
bsc-pool2                 1.11 M
pool2                     1.11 M
bsc                       614.30 k

total                    614.30 k 

@ls-jordan
Copy link
Author

ls-jordan commented Jul 30, 2025 via email

@waynebruce0x
Copy link
Collaborator

waynebruce0x@gmail.com

@ls-jordan
Copy link
Author

FYI, I sent the info a few days ago to your email

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