This document introduces VenmoPlus.com, a service that allows users to explore their Venmo network. It provides features such as fuzzy username searching, labeling relationships between payers and receivers, friend recommendations, searching transactions within a friend circle, and listing friends. It uses Redis to store the graph structure and Elasticsearch to store all other data. Algorithms like breadth-first search and bidirectional search are used to find the distance between nodes in the dynamic graph in real time. The system employs a two database approach with Redis and Elasticsearch to support these features efficiently.