Skip to content

Commit 0f5cc1d

Browse files
authored
Merge pull request #972 from hirosystems/develop
platform updates
2 parents cdb3d4d + c2d7823 commit 0f5cc1d

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

content/docs/stacks/clarinet/guides/working-with-sbtc.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sure that your contracts call the right address.
7575

7676
On testnet, the official Hiro sBTC contract is
7777
[ST1F7QA2MDF17S807EPA36TSS8AMEFY4KA9TVGWXT.sbtc-token](https://explorer.hiro.so/txid/ST1F7QA2MDF17S807EPA36TSS8AMEFY4KA9TVGWXT.sbtc-token?chain=testnet).
78-
This is the contract that is linked to the sBTC faucet (coming soon).
78+
This is the contract that is linked to the sBTC faucet: `ST1F7QA2MDF17S807EPA36TSS8AMEFY4KA9TVGWXT.sbtc-deposit`.
7979

8080
Again, Clarinet will make sure that your contracts call this address when being deployed on mainnet.
8181
You can see the of the sbtc-contract being re-mapped in the testnet deployment plan.

content/docs/stacks/platform/guides/faucet.mdx

+28-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,34 @@ Building and testing on a blockchain requires a certain amount of native tokens
1414
## How to request testnet STX
1515

1616
1. **Visit the faucet page**: Navigate to [platform.hiro.so/faucet](https://platform.hiro.so/faucet).
17-
2. **Log in to your wallet**: Log in to the platform with the wallet that has the test account you want funded. Click "Connect Wallet" to login.
18-
3. **Request tokens**: You'll find a straightforward interface with a button to request tokens. Simply click on the button "Request STX."
19-
4. **Receive 500 STX tokens**: By clicking the button, you'll receive 500 STX tokens to your testnet account.
17+
2. **Select the token**: Select which token you want, either STX or sBTC.
18+
3. **Request tokens**: You'll find a straightforward interface with a button to request tokens. Simply click on the button "Receive x STX/sBTC."
19+
4. **Receive 500 STX tokens or 1 sBTC**: By clicking the button, you'll receive 500 STX tokens or 1 sBTC to your testnet account.
20+
21+
## Frequently Asked Questions
22+
23+
24+
<Accordions>
25+
<Accordion title="What is a faucet?">
26+
A faucet is an application that dispenses free tokens on a Testnet (a blockchain network used for development and testing). The Stacks faucet provides developers with free test tokens for deploying, testing, and optimizing smart contracts that leverage STX and sBTC.
27+
28+
**It's important to remember that Testnet tokens have no real-world value and cannot be sold or used on the main Stacks network.**
29+
</Accordion>
30+
<Accordion title="How does the faucet work?">
31+
Select the type of test token you wish to receive and enter the wallet address where you want to receive them. The faucet will create a transaction on the Stacks Testnet that sends a small amount of test tokens to the provided address.
32+
33+
If you're curious, you can track the transaction's status using [Stacks Explorer](https://explorer.stacks.so/).
34+
</Accordion>
35+
<Accordion title="Is it secure?">
36+
We securely handle the wallet address you provide while processing your request. This data is not used or shared with any other Hiro services.
37+
</Accordion>
38+
<Accordion title="Is there a limit for the number of tokens I can request?">
39+
You can make up to 5 requests every 5 minutes. For more details, see our [rate limiting policies](/stacks/rate-limiting).
40+
</Accordion>
41+
<Accordion title="How long does it take for the Testnet tokens to arrive in my account?">
42+
The time for tokens to arrive to your wallet depends on how busy the network is. On average, it should take x amount of time. If the transaction seems stuck, feel free to reach out to us on our [support channel](https://stacks.chat/).
43+
</Accordion>
44+
</Accordions>
2045

2146
<Callout type="info">
2247
**Daily Limit**: To ensure fair distribution and availability for all
Loading

0 commit comments

Comments
 (0)