You are currently on the waitlist
       
      Your transaction
      
        
          
            Plus {{ estimate.txSummary.ancestorCount - 1 }} unconfirmed ancestor(s)
          
          
            
              
                | Virtual size |  | 
              
                | Size in vbytes of this transaction (including unconfirmed ancestors) | 
              
                | In-band fees | {{ estimate.txSummary.effectiveFee | number : '1.0-0' }} sats | 
              
                | Fees already paid by this transaction (including unconfirmed ancestors) | 
            
          
         
       
      
      @if (paymentType !== 'cashapp') {
        
How much more are you willing to pay?
        
          
            Choose the maximum extra transaction fee you're willing to pay to get into the next block.
            
           
         
      }
  
      
Acceleration summary
      
        
          
            
              
              @if (paymentType === 'cashapp') {
                
                  
                    | Boost rate | {{ maxRateOptions[selectFeeRateIndex].rate | number : '1.0-0' }} | sat/vB | 
                  
                    | Boost fee | {{ maxRateOptions[selectFeeRateIndex].fee | number }} | sats | 
                
              } @else {
                
                  
                    | Next block market rate | {{ estimate.targetFeeRate | number : '1.0-0' }} | sat/vB | 
                  
                    | Estimated extra fee required | {{ math.max(0, estimate.nextBlockFee - estimate.txSummary.effectiveFee) | number }} | sats | 
                
              }
  
              
              
                | Mempool Acceleratorâ„¢ fees | 
              
                | Accelerator Service Fee | +{{ estimate.mempoolBaseFee | number }} | sats | 
              
                | Transaction Size Surcharge | +{{ estimate.vsizeFee | number }} | sats | 
              
              @if (paymentType === 'cashapp') {
                
                
                  
                    | Total cost | {{ maxCost | number }} | sats | 
                
              } @else {
                
                
                  
                    | Estimated acceleration cost | {{ estimate.cost + estimate.mempoolBaseFee + estimate.vsizeFee | number }} | sats | 
                  
                    |  | 
                
  
                
                
                  
                    | Maximum acceleration cost | {{ maxCost | number }} | sats | 
                  
                    |  | 
                
              }
  
              
              
                
                  | Available balance | {{ estimate.userBalance | number }} | sats | 
              
              
              
                
                  |  |  | Sign In | 
              
              
                
                  |  |  | Accelerate on mempool.space | 
              
            
          
         
       
  
      
      @if (!hideCashApp && paymentType === 'cashapp') {
        
        
      }