Y-Foundry
  • Y-Foundry
  • Project
    • Built on the blockchain
    • Finances
      • Tokenomics
      • DAO Treasury
    • Roadmap
    • Seed backers
  • Essentials
    • The Foundry
    • The Forge
    • Vaults
    • dApp
  • Community
    • Roles
    • Crucibles
    • Governance
      • Proposals
        • Funding
        • Outcomes
      • Voting
    • Bounties
  • Dev Corner
    • Developer Corner
    • dApp
    • Web2
  • Info
    • References
      • Glossary
      • Proposal Categories
        • Basic
        • Whitelist
        • Vault
        • Contract Deployment
        • Parameter
        • Emergency
      • Life cycle
        • Idea
        • Proposal
        • Development
        • NFT Generation
        • Deployment
        • Fund Disbursement
        • Maintenance
        • Retirement
      • Dev Funding Distribution
    • Socials
    • Contracts
    • Disclaimer
Powered by GitBook
On this page
  • Whitelist Address
  • Fields
  • Whitelist Token
  • Fields
  1. Info
  2. References
  3. Proposal Categories

Whitelist

Whitelist proposals can target Adresses or Tokens.

Whitelist Address

Needs a duplicate entry check for wallets. Missing role names are assumed to be “false”.

Fields

  • whitelist_id - Internal Reference ID.

  • address - Wallet Address that will pay the Payee. Must be on the same chain as the contract.

  • image_url

  • roles - {array}

  • proposal_id - ID of the proposal passed to approve whitelist address.

  • name - The name for reffering to the Developer. A text string with 40 characters or less, including letters, numbers, symbols and special characters: e.g. John Smith Dev Co. image – identifiable visual mark, avatar, or picture.

  • url - Field used so Payee can link to website/related material.

Whitelist Token

Token whitelists are used for on-chain proposals and governance actions, such as:

  • Vault Proposal funding

  • Vault Proposal payments

  • Treasury Spend

  • Global

Types of tokens:

  • Native

  • Stablecoin

  • General (CW20)

Fields

  • token_id - Internal Reference ID.

  • token_type - Address type.

  • proposal_id - Proposal passed to approve whitelist address.

  • name - The name with which to refer to the token A text string with 40 characters or less, including letters, numbers, symbols and special characters: e.g. USDC.

  • stablecoin - True or False.

  • address_oracle - Address of price oracle.

  • address_token - Contract Address of the token, or symbol for native token.

  • url (maybe) - Website or IPFS with token related material (Coingecko, CoinMarketCap)

PreviousBasicNextVault

Last updated 2 years ago