diff --git a/services/registration/check_statement.vis b/services/registration/check_statement.vis
index 596dcab..d79b5ca 100644
--- a/services/registration/check_statement.vis
+++ b/services/registration/check_statement.vis
@@ -1,3 +1,6 @@
+LOAD check_transactions 0
+RELOAD check_transactions
+CATCH no_transfers flag_no_transfers 1
 LOAD authorize_account 6
 MOUT back 0
 MOUT quit 9
diff --git a/services/registration/no_transfers b/services/registration/no_transfers
new file mode 100644
index 0000000..3439806
--- /dev/null
+++ b/services/registration/no_transfers
@@ -0,0 +1 @@
+No transfers history
\ No newline at end of file
diff --git a/services/registration/no_transfers.vis b/services/registration/no_transfers.vis
new file mode 100644
index 0000000..832ef22
--- /dev/null
+++ b/services/registration/no_transfers.vis
@@ -0,0 +1,5 @@
+MOUT back 0
+MOUT quit 9
+HALT
+INCMP ^ 0
+INCMP quit 9
diff --git a/services/registration/no_transfers_swa b/services/registration/no_transfers_swa
new file mode 100644
index 0000000..1f82e82
--- /dev/null
+++ b/services/registration/no_transfers_swa
@@ -0,0 +1 @@
+Hakuna historia kwa akaunti yako
\ No newline at end of file