Recurarization

The end result of painstaking work was a result that can be recognized as the main, fundamental difference between recursive calls and recursion with gradual accumulation - the first type has only two extreme cases. The extreme case of gradual accumulation recursions is usually called "inception". But what about the extreme cases for the first type? Do they always exist and what are the limits for recursive code in the first case?