SELECT Count(Proposal_ID) AS Numbers_Of_Proposals,
SUM(Amount) AS Proposal_Deposit_Value,
AVG(Amount) As Average_Proposal_Deposit_Value,
Max(Amount) As Max_Proposal_Deposit_Value,
Min(Amount) AS Min_Proposal_Deposit_Value
FROM axelar.gov.fact_governance_proposal_deposits