# Staking for services

### Select and stake DAPP for DSP package | [DSP Portal Link](https://dsphq.herokuapp.com/packages/uuddlrlrbass/signfndspsvc/sign?network=kylin)

* Use [the faucet](https://kylin-dapp-faucet.liquidapps.io/) to get some DAPP tokens on Kylin
* Information on: [DSP Packages and staking DAPP/DAPPHDL (AirHODL token)](https://docs.liquidapps.io/liquidapps-documentation/dapp-network-services/packages-and-staking)

```bash
export PROVIDER=uuddlrlrbass
export PACKAGE_ID=sign

# select your package: 
export SERVICE=signfndspsvc
cleos -u $DSP_ENDPOINT push action dappservices selectpkg "[\"$KYLIN_TEST_ACCOUNT\",\"$PROVIDER\",\"$SERVICE\",\"$PACKAGE_ID\"]" -p $KYLIN_TEST_ACCOUNT@active

# Stake your DAPP to the DSP that you selected the service package for:
cleos -u $DSP_ENDPOINT push action dappservices stake "[\"$KYLIN_TEST_ACCOUNT\",\"$PROVIDER\",\"$SERVICE\",\"10.0000 DAPP\"]" -p $KYLIN_TEST_ACCOUNT@active
```

{% hint style="info" %}
For more information on what packages are, see the link below
{% endhint %}

{% content-ref url="../../../../dapp-service-providers/dsps/setup-dsp/register-package/more-on-packages" %}
[more-on-packages](https://docs.liquidapps.io/liquidapps-documentation/dapp-service-providers/dsps/setup-dsp/register-package/more-on-packages)
{% endcontent-ref %}

{% hint style="info" %}
For more information on how stake/unstake works see below
{% endhint %}

{% content-ref url="../../../packages-and-staking" %}
[packages-and-staking](https://docs.liquidapps.io/liquidapps-documentation/dapp-network-services/packages-and-staking)
{% endcontent-ref %}
