diff --git a/docs/getting_started/payout_campaign.md b/docs/getting_started/payout_campaign.md index 8deb9b9..fab0e5f 100644 --- a/docs/getting_started/payout_campaign.md +++ b/docs/getting_started/payout_campaign.md @@ -1,5 +1,5 @@ #Paying out to a Beneficiary -A Beneficiary is the recipient of funds from a successful campaign on Weifund. Beneficiaries are addresses on Ethereum are with simple account addresses or another smart contract. Funds are typically stored in the campaign smart contracts until the campaign ends. To have the funds transferred to the Beneficiary, a payout transaction must be sent to the campaign smart contract system. Currently anyone can access Payout functions of Standard Campaigns. It is of course possible to restrict access to the payout function. Payout functions that receive these transactions are often access restricted, which means only the owner of the beneficiary account will be able to withdraw the campaign funds. +A Beneficiary is the recipient of funds from a successful campaign on Weifund. Beneficiaries are simply Ethereum addresses; they can be simple account addresses or another smart contract. Funds are typically stored in the campaign smart contracts until the campaign ends. To have the funds transferred to the Beneficiary, a payout transaction must be sent to the campaign smart contract system. By default anyone can initiate the payout functions of Standard Campaigns, however it is of course possible to restrict this access, and irrelevant to who initiates the payout, only the owner of the beneficiary account will be able to receive the campaign funds. **To Payout Funds to a Beneficiary**