πŸ“’
Native Docs
  • 🦎About Native
    • πŸ—ΊοΈRoadmap
    • πŸ“žContact Us
    • πŸ”Security Audit
    • πŸ–ΌοΈBrand Assets
  • πŸŽ‰Campaigns
    • πŸ–ΌοΈOfficial NFTs
  • INTRODUCTION
    • πŸ”€Flexible Market Making
      • Pricing Models
        • On-chain Pricing
          • Constant Sum
          • Uniswap V2
        • Off-chain Pricing
          • Fixed Price
          • RFQ - Private Market Maker
    • πŸŽ’Self Custody
      • Externally Owned Account (EOA)
      • Hardware Wallet
      • Multi-signature Wallet
    • πŸ’ΉProject Owned DEX
  • GETTING STARTED
    • πŸš€Product Overview
    • πŸŽ“Tutorial
      • Accessing Native Portal
      • Creating A Private Pool
      • Adding Allowance
      • Creating A Public LP Pool
      • Adding LP Rewards
      • Getting Started with the Swap Widget
      • Changing Swap Widget Settings
    • πŸ™‹β€β™‚οΈFAQ
  • DEVLOPERS
    • 🧩Native V1
    • πŸ“±Widget
Powered by GitBook
On this page
  1. INTRODUCTION
  2. Self Custody

Externally Owned Account (EOA)

The basic function of an externally owned account is that it can hold a balance. Externally owned accounts are further capable of sending and receiving transactions.

The concept of externally owned accounts is quite similar to the concept of addresses in the Bitcoin protocol. An EOA is controlled by a private key that corresponds to its public key. The latter is hashed to determine the account address, while the former is used to generate signatures and authorize outbound transactions. An EOA is also capable of triggering contract code, meaning that it can be used to deploy smart contracts or trigger smart contract functionality.

If you gain access to the private key of an EOA, you gain full control of the account. Most popular wallets such as Metamask or imToken are simple EOAs

Users can use an EOA wallet as the Treasury of the pool created with Native. No private keys are shared with Native. The only connection between the EOA wallet and the Native pool contracts is the allowance given by the user.

PreviousSelf CustodyNextHardware Wallet

Last updated 2 years ago

πŸŽ’