Testnet4 Faucet

@if (txid) {
Sent! {{ txid }}
} @if (loading) {

Loading faucet...

} @else if (!user) {
To use the faucet, please 
} @else if (user && user.status === 'pending' && !user.email && user.snsId) {
Please verify your account by providing a valid email address. To mitigate spam, we delete unverified accounts at regular intervals.
} @else if (error === 'not_available') {
To use the faucet, please
} @else if (error === 'account_limited') {
Your account does not allow you to access the faucet
} @else if (error) { } @if (!loading) {
Amount (sats)
Amount is required
Minimum is {{ amount?.errors?.['min'].min | number }} tSats
Maximum is {{ amount?.errors?.['max'].max | number }} tSats
Address
Address is required
Must be a valid testnet4 address
You cannot use this address
} @if (status?.address) {
If you no longer need your testnet4 coins, please consider sending them back to replenish the faucet.
}