SELECT
count(distinct (tx_id)) as messages,
count(distinct (receiver)) as gov4,
sum(fee) + sum(amount) as advertising_budget
from algorand.payment_transaction
where sender = 'O2QZGRZIMWBVOZEQ64NY2HBHYXN7RP7GRG2DKTNMXFPARX2X7YYI4NZ42E'
and amount < 0.001