Skip to main content

Questions tagged [crowdloan]

The tag has no usage guidance.

1 vote
1 answer
76 views

Opening crowdloan for already running parachain with same ParaId

Previously, if a parachain wants to continue running and extend lease on Polkadot/Kusama, after winning first slot with crowdloan, it would need to perform direct bid or to get slot with different ...
NZT's user avatar
  • 23
3 votes
2 answers
165 views

If a parachain has executed a lease swap, is the DOT in the original crowdloan still returned at the conclusion of the parachain's original lease?

If a parachain has executed a lease swap, is the DOT in the original crowdloan still returned at the conclusion of the parachain's original lease, or does it continue to be locked for the duration of ...
Jonathan's user avatar
1 vote
2 answers
66 views

Release crowdloan funds before lease expires?

would it be possible to deregister a parachain and release tokens locked from crowdloan using governance in relay chain?
lordofdalords's user avatar
1 vote
1 answer
32 views

How can we get prepare the proof for crowdloan pallet?

I am working on the moonbeams crowdloan pallet. In associate_native_identity extrinsic we need proof: MultiSignature in parameter. how can we get that?
Pankaj's user avatar
  • 2,021
1 vote
0 answers
31 views

How we can get the public key from pallet id? [duplicate]

How we can get the public key of the account generated from PALLET_ID? pub const PALLET_ID: PalletId = PalletId(*b"Crowdloa"); pub fn account_id() -> T::AccountId { PALLET_ID....
Pankaj's user avatar
  • 2,021
2 votes
1 answer
59 views

How can we get the list of crowdloan contributors?

After ending of crowdloan campaign. How we can fetch the contributor details?
Pankaj's user avatar
  • 2,021
0 votes
1 answer
27 views

How we can apply for crowdloan to participate in the auction?

What the steps for any chain to participate in the auction to get the slot. Do we have any guide related to it?
Pankaj's user avatar
  • 2,021
0 votes
1 answer
24 views

How we send the crowdloan reward to the parachain wallet?

As you know in crowdloan we the contributor contribute from the polkadot account(1D....). So according to that how send the reward to the contributors native chain account(XGT...). How we basically ...
Pankaj's user avatar
  • 2,021
1 vote
0 answers
13 views

Can we use the partial amount of cap in crowdloan?

if we run a crowdloan and say hit the cap of 500k DOT are we then forced to use its entirety to bid for the slot or we can use a subset of it? In that maybe we could potentially exclude some people ...
Pankaj's user avatar
  • 2,021
1 vote
1 answer
39 views

Do we have any example of crowdloan reward distribution implementation?

I need to implement the crowdloan reward distribution. Do we have have any reference/example for that? What are the options we have to distribute the rewards?
Deepak Chaudhary's user avatar
3 votes
1 answer
106 views

Why do some crowdloan accounts have free balance?

For example, paraID 2000. The slot pallet is holding in reserve only the amount of balance that is reserved, however the total crowlodan account (which should hold the amount of tokens raised on the ...
Santiago Balaguer's user avatar
3 votes
1 answer
90 views

Unable to deregister paraId on Kusama

We have a paraID locked after a completed Crowdloan, the auction has concluded in a no-winning state, and the parathread is still owned by the account manager. Any explanation as to why the deposit is ...
Mo Elshami's user avatar
1 vote
0 answers
65 views

From the parachain, how to read the relay chain events of a current block?

From this comment and this question, There's a function for runtime-benchmarks to get all the events(). And I want something similar that can be accessed from the parachain. Just events from the relay ...
Jitterbug's user avatar
  • 219
2 votes
2 answers
65 views

api.derive.crowdloan.contributions: Expected hex value to convert, found '0x'

Context: I'm trying to fetch datas from an ended crowdloan. The crowdloan is on kusama, for parachain id 2113. I first connect: async function connect() { let endpoint = config.endpoint; ...
Nathan's user avatar
  • 454
6 votes
1 answer
229 views

How can a project prolong a parachain slot lease in Kusama?

I believe, some of the Kusama based projects have done that already. What exactly did they do and what are the options if a project wants to prolong or renew the parachain slot?
Peter Streelman's user avatar

15 30 50 per page