Skip to main content

Questions tagged [staking]

Questions about Proof-of-Stake systems built on top of Substrate.

0 votes
0 answers
7 views

Need help in integrating staking to frontier! [closed]

I am trying to integrate pallet staking into latest frontier template. I am following this commit. Everything looks find excepts for the last part in runtime/src/lib.rs In the commit the person is ...
Vinay Kharayat's user avatar
0 votes
1 answer
41 views

Force bonding withdrawal period to 0 days

I run a local testnode using chopsticks and I want to unbond funds right after I bond them. What configuration I could use in chopsticks or RPC call I could make to make sure I can withdraw my funds ...
lvndry's user avatar
  • 101
0 votes
1 answer
11 views

I would like to get information about a specific Validator, including display name, and the total amount bounded

I would like to get information about a specific Validator, including display name, and the total amount bounded I succeed to get the display name const poolIdentity = await node.query.identity....
Hugo Maitre's user avatar
0 votes
1 answer
36 views

Is destroying a nomination pool not working?

From what I can tell destroying of a nomination pool isn't working correctly on Polkadot. After setting the state to destroying. Unbonding + withdrawing all member's dot. Halting nomination of all ...
polka.dom's user avatar
0 votes
0 answers
29 views

Pallet staking using assets pallet?

I'm trying to make pallet staking works with assets pallet. Lockable trait has already been implemented in a customized version of assets pallet but main issue remaining is that staking pallet issue ...
Xavier's user avatar
  • 417
0 votes
1 answer
28 views

What is the formula of calculating the era points in polkadot?

I've been delving into the era points system on Polkadot, but I'm encountering confusion regarding how the total points for validators are calculated. There are currently 297 active validators, and in ...
Arunjot Singh's user avatar
0 votes
0 answers
44 views

Polkadot.js extension detected but "no accounts has been injected" message

I am using chrome browser (ver. 122.0.6261.129) with polkadot.js extension. Been able to access my account without issues for over 2.5 years to view my daily increases from staking polkadot. For ...
user5236's user avatar
1 vote
1 answer
17 views

Is it possible to allow vesting balances to participant in staking and/or democracy

Is there any prior work on allowing vesting accounts to participate in staking/democracy pallets? To be clear, I would like to use a locked balance from the vesting pallet to vote/stake.
Drew Stone's user avatar
  • 1,194
0 votes
1 answer
39 views

Oracle pallet - Choosing Source of Stake

Staking is an essential component when designing an on-chain Oracle for a layer 1 Substrate NPOS chain. There are two competing staking designs: Create new staking/sessions modules for the Oracle. ...
RavenMan's user avatar
  • 101
1 vote
1 answer
30 views

Identifying all Kusama blocks with era payouts

I am trying to find all the blocks at which an era payout has occurred on Kusama. For that I have queried both these events, staking.erapaid and its predecessor staking.erapayout, which contain the ...
roydreamticket's user avatar
0 votes
1 answer
46 views

Staking with polkadot js api

I try to make a stake with polkadot js api. Here is my commands: const info = await api.tx.staking .bond(amount, {Controller: receiver}) .paymentInfo(sender); ...
Марина Онищенко's user avatar
0 votes
1 answer
37 views

How to stake asset instead of currency?

I would like to customize POS by staking the asset balance instead of currency balance. After switching the consensus from PoA to PoS by changing AURA to BABE, I need to change the configuration of ...
MinhK's user avatar
  • 125
0 votes
0 answers
23 views

The displayed bonded amount is lower than the bonded amount itself in the targets

I'm encountering an issue with staking. When I bond an amount of 100, the explorer displays 92 in the targets, but the account section shows the entire amount. For the example the validator present in ...
Arunjot Singh's user avatar
0 votes
1 answer
61 views

How to define the connection between pallets?

In susbtrate, how to use a component of a pallet in other pallets, how to refer them? For example, How is the Balance in pallet-balances used in pallet-staking? Or in a custom pallet template? And ...
MinhK's user avatar
  • 125
1 vote
0 answers
38 views

How to implement multi-currency staking?

I was wondering what would be the best way to achieve multi-currency staking given: It's on a solo chain Foreign assets are bridged (like Eth or BTC, pallet-asset can be used) No conversion from ...
Leouarz's user avatar
  • 353

15 30 50 per page
1
2 3 4 5
8