VRRP still invalid ip address

Hello,
i have interesting problem and i googled and read all about it … setup done followed by manual and examples:
https://wiki.mikrotik.com/wiki/Manual:Interface/VRRP#IPv4
https://wiki.mikrotik.com/wiki/Manual:VRRP-examples

But still something missing… my configuration: two CCR1072-1-8S+ on 6.45.9 connected via switch via bonding interface:

[b]R01[/b]
Flags: X - disabled, I - invalid, D - dynamic 
 #   ADDRESS            NETWORK         INTERFACE                                                                                                                                                             
10   172.25.20.169/32   172.25.20.169   vrrp10                                                                                   
11   172.25.20.173/29   172.25.20.168   vlan2045  


/interface vrrp
add interface=vlan2045 name=vrrp10 priority=25 vrid=57

-----------------------------------------------------------------------------------

[b]R02[/b]
/ip address> print 
Flags: X - disabled, I - invalid, D - dynamic
 #   ADDRESS            NETWORK         INTERFACE                                
12 I 172.25.20.169/32   172.25.20.169   vrrp10                                   
13   172.25.20.174/29   172.25.20.168   vlan2045  

/interface vrrp
add interface=vlan2045 name=vrrp10 priority=15 vrid=57

Can some master help what i have wrong there?

Obviously R01 is a master and only on the master router IP will be active.

It is normal behaviour when R02 in slave still have invalid vrrp ip adress?

[b]R02[/b]
/ip address> print 
Flags: X - disabled, I - invalid, D - dynamic
 #   ADDRESS            NETWORK         INTERFACE                                
12 I 172.25.20.169/32   172.25.20.169   vrrp10                                   
13   172.25.20.174/29   172.25.20.168   vlan2045

“It is normal behaviour when R02 in slave still have invalid vrrp ip adress?”
Yes, it is for a backup. If it wouldn’t be invalid, then there will be two identical ip address on your network. If backup will be promoted to master, the ip will change from invalid to valid.